Sumire Keyboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sumire Keyboard icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/333447.svg" alt="Sumire Keyboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333447.svg" alt="Sumire Keyboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333447.svg" alt="Sumire Keyboard icon" :width="24" :height="24" />
CSS background
.icon-sumire-keyboard {
background-image: url('https://proicons.com/icon/333447.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="f" cx="23.9996" cy="21.5" r="1.25"/><path class="f" d="M23.2506,20.5c-9.1297-5.2711-8.0808-16,.7494-16s9.8791,10.728.7494,16"/><path class="f" d="M30.1386,7.4631c-3.2628-2.5148-6.1391.3998-6.1391,3.2869v9.5"/><path class="f" d="M23.9996,22.75v20.75"/><path class="f" d="M28.6936,17.23c10.944-7.7575,16.232,10.653,2.9062,16.183-3.5597,1.4774-7.5999,3.6384-7.5999,10.087,0-6.4486-4.0402-8.6096-7.5999-10.087-13.325-5.5305-8.0382-23.941,2.9062-16.183"/><path class="f" d="M25.2496,21.5c17.325-6.96,17.332,16.858,0,.5"/><path class="f" d="M24.5336,22.63c2.7752,1.1962,2.0668,9.5952,6.5206,11.014"/><path class="f" d="M27.3136,28.541c1.1359,2.785,5.2938,4.4986,7.8093,2.8086"/><path class="f" d="M25.1056,20.918c5.2356-1.9762,7.0704-5.374,7.0704-5.374"/><path class="f" d="M22.7496,21.5c-17.325-6.96-17.332,16.858,0,.5"/><path class="f" d="M23.4656,22.63c-2.7752,1.1962-2.0668,9.5952-6.5206,11.014"/><path class="f" d="M20.6856,28.541c-1.1359,2.785-5.2938,4.4986-7.8093,2.8086"/><path class="f" d="M22.8936,20.918c-5.2356-1.9762-7.0704-5.374-7.0704-5.374"/></svg>
Copied!