Textnow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Textnow 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/333836.svg" alt="Textnow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333836.svg" alt="Textnow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333836.svg" alt="Textnow icon" :width="24" :height="24" />
CSS background
.icon-textnow {
background-image: url('https://proicons.com/icon/333836.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="m5.5113,20.3777h8.6351c0-3.2059,2.623-5.829,5.829-5.829h8.0494c3.2059,0,5.829,2.623,5.829,5.829h8.6463"/><path class="b" d="m29.593,7.4707h-11.1859c-7.099,0-12.9071,5.8082-12.9071,12.907,0,5.9288,4.0567,10.9434,9.5278,12.44l.3813,7.7116,8.3179-7.2446h5.8661c7.0988,0,12.907-5.8082,12.907-12.907s-5.8082-12.907-12.907-12.907Z"/></svg>
Copied!