Twire Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Twire 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/348966.svg" alt="Twire icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348966.svg" alt="Twire icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348966.svg" alt="Twire icon" :width="24" :height="24" />
CSS background
.icon-twire {
background-image: url('https://proicons.com/icon/348966.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,45.5A21.5,21.5,0,1,1,45.5,24,21.51,21.51,0,0,1,24,45.5Z"/><path class="a" d="M16.61,31.39a10.45,10.45,0,1,1,14.78,0A10.45,10.45,0,0,1,16.61,31.39Z"/><line class="a" x1="16.61" y1="16.61" x2="3.32" y2="29.9"/><line class="a" x1="31.39" y1="31.39" x2="44.7" y2="18.07"/></svg>
Copied!