Typewise Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Typewise 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/334421.svg" alt="Typewise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334421.svg" alt="Typewise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334421.svg" alt="Typewise icon" :width="24" :height="24" />
CSS background
.icon-typewise {
background-image: url('https://proicons.com/icon/334421.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m10.1711,13.794l-3.4027,19.8054c-.2617,1.396-.0872,2.7919.5235,4.0134,2.7047,5.5839,11.6913,3.7517,11.604-7.5906"/><path class="d" d="m18.896,30.0222c-.0872,1.396,0,3.0537.6107,4.2752,2.7047,5.4966,11.6913,3.6644,11.6913-7.5906"/><path class="d" d="m31.198,26.7067c-.0872,1.396,0,3.2282.6107,4.4497,2.7047,5.4966,11.6913,3.6644,11.6913-7.5906"/><line class="d" x1="12.0034" y1="21.2974" x2="14.4463" y2="20.4249"/><line class="d" x1="4.5" y1="23.8276" x2="8.6879" y2="22.4316"/><rect class="d" x="18.198" y="7.7739" width="23.0336" height="12.5638"/><line class="d" x1="23.4329" y1="17.0561" x2="36.2584" y2="17.0561"/><circle class="c" cx="22.0369" cy="11.0541" r=".75"/><circle class="c" cx="25.8758" cy="11.0541" r=".75"/><circle class="c" cx="29.7148" cy="11.0541" r=".75"/><circle class="c" cx="33.5537" cy="11.0541" r=".75"/><circle class="c" cx="37.3926" cy="11.0541" r=".75"/><circle class="c" cx="22.0369" cy="13.6715" r=".75"/><circle class="c" cx="25.8758" cy="13.6715" r=".75"/><circle class="c" cx="29.7148" cy="13.6715" r=".75"/><circle class="c" cx="33.5537" cy="13.6715" r=".75"/><circle class="c" cx="37.3926" cy="13.6715" r=".75"/></svg>
Copied!