Transcribro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Transcribro 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/334213.svg" alt="Transcribro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334213.svg" alt="Transcribro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334213.svg" alt="Transcribro icon" :width="24" :height="24" />
CSS background
.icon-transcribro {
background-image: url('https://proicons.com/icon/334213.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M33.2774,34.0976v5.4024c0,1.6569-1.3431,3-3,3H9.9923c-1.6569,0-3-1.3431-3-3V8.5c0-1.6569,1.3431-3,3-3h15.5548"/><path class="b" d="M37.6957,15.6116c0,2.4402-1.9781,4.4183-4.4183,4.4183s-4.4183-1.9781-4.4183-4.4183v-5.6933c0-2.4402,1.9781-4.4183,4.4183-4.4183s4.4183,1.9781,4.4183,4.4183v5.6933Z"/><path class="b" d="M41.0077,15.6116c0,4.2693-3.461,7.7303-7.7303,7.7303s-7.7303-3.461-7.7303-7.7303"/><line class="b" x1="33.2774" y1="23.3419" x2="33.2774" y2="29.3267"/><line class="b" x1="22.2311" y1="27.8614" x2="13.595" y2="27.8614"/><line class="b" x1="26.4655" y1="34.0976" x2="13.595" y2="34.0976"/></svg>
Copied!