Tuttich Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tuttich 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/334382.svg" alt="Tuttich icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334382.svg" alt="Tuttich icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334382.svg" alt="Tuttich icon" :width="24" :height="24" />
CSS background
.icon-tuttich {
background-image: url('https://proicons.com/icon/334382.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:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M16.7376,4.6665c-2.2372-.6458-4.5744.6442-5.2202,2.8815,0,.0002,0,.0003-.0001.0005l-6.8507,23.714c-.6458,2.2372.6442,4.5744,2.8815,5.2202.0002,0,.0003,0,.0005.0001l23.714,6.8507c2.2372.6458,4.5744-.6442,5.2202-2.8815,0-.0002,0-.0003.0001-.0005l6.8507-23.714c.6458-2.2372-.6442-4.5744-2.8815-5.2202-.0002,0-.0003,0-.0005-.0001l-23.714-6.8507Z"/><path class="c" d="M25.6192,38.8682c-1.5072,1.5072-3.7738,1.958-5.743,1.1424s-3.2531-2.7372-3.2531-4.8686v-18.5201"/><path class="c" d="M16.6227,22.9461h7.3777"/></svg>
Copied!