Stroke Input Method Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stroke Input Method 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/333385.svg" alt="Stroke Input Method icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333385.svg" alt="Stroke Input Method icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333385.svg" alt="Stroke Input Method icon" :width="24" :height="24" />
CSS background
.icon-stroke-input-method {
background-image: url('https://proicons.com/icon/333385.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><line class="c" x1="23.6553" y1="11.4918" x2="23.6553" y2="22.9384"/><line class="c" x1="9.6899" y1="21.0541" x2="18.4726" y2="21.0541"/><path class="c" d="m35.9128,13.132c-2.659,3.973-5.0888,5.4111-7.4314,6.7312"/><line class="c" x1="17.4541" y1="26.1118" x2="22.4566" y2="36.4768"/><line class="c" x1="23.3524" y1="27.6526" x2="33.6786" y2="27.6526"/><line class="c" x1="31.8204" y1="32.6875" x2="33.6786" y2="27.6526"/></svg>
Copied!