The symbolic versions of the new smartphone icons from !296 are blurry at 100% scaling, so I redrew them to make them more consistent with other symbolic icons while staying as close to the original designs as possible. I also made the colored ones use colors from the active color scheme in place of hardcoded color values.
12 lines
842 B
XML
12 lines
842 B
XML
<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
|
|
color:#232629;
|
|
}</style>
|
|
</defs>
|
|
<g fill="currentColor">
|
|
<path id="smartphone" class="ColorScheme-Text" d="m8 3c-1.108 0-2 0.892-2 2v12c0 1.108 0.892 2 2 2h6c1.108 0 2-0.892 2-2v-12c0-1.108-0.892-2-2-2h-6zm0 1h6c0.554 0 1 0.446 1 1v12c0 0.554-0.446 1-1 1h-6c-0.554 0-1-0.446-1-1v-12c0-0.554 0.446-1 1-1zm0.5 1a0.5 0.5 0 0 0-0.5 0.5 0.5 0.5 0 0 0 0.5 0.5 0.5 0.5 0 0 0 0.5-0.5 0.5 0.5 0 0 0-0.5-0.5zm1 11c-0.277 0-0.5 0.223-0.5 0.5s0.223 0.5 0.5 0.5h3c0.277 0 0.5-0.223 0.5-0.5s-0.223-0.5-0.5-0.5h-3z" fill="currentColor"/>
|
|
<path id="lightningBolt" class="ColorScheme-Text" d="m11 6-3 5h3v4l3-5h-3z" fill="currentColor"/>
|
|
</g>
|
|
</svg>
|