Transcriber Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Transcriber 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/334212.svg" alt="Transcriber icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334212.svg" alt="Transcriber icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334212.svg" alt="Transcriber icon" :width="24" :height="24" />
CSS background
.icon-transcriber {
background-image: url('https://proicons.com/icon/334212.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="43.5 38.722 33.93 9.278 23.993 38.722"/><line class="b" x1="27.3738" y1="28.7847" x2="40.2558" y2="28.7847"/><path class="b" d="M9.8553,14.16a4.1282,4.1282,0,0,1,8.2563,0"/><path class="b" d="M18.1116,23.5894a4.1282,4.1282,0,1,1-8.2563,0"/><path class="b" d="M9.8553,14.16l0,9.4866"/><path class="b" d="M18.1116,14.16v9.43"/><path class="b" d="M17.1042,32.46A9.6324,9.6324,0,0,1,4.5,24.1489"/><path class="b" d="M14.0364,32.9414v5.781"/></svg>
Copied!