Trufi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trufi 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/348857.svg" alt="Trufi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348857.svg" alt="Trufi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348857.svg" alt="Trufi icon" :width="24" :height="24" />
CSS background
.icon-trufi {
background-image: url('https://proicons.com/icon/348857.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><circle class="a" cx="17.1624" cy="33.0267" r="2.8082"/><path class="a" d="M18.9573,38.702l.4413,2.503a2.1151,2.1151,0,0,1-1.7156,2.45l-1.2253.2161a2.1151,2.1151,0,0,1-2.45-1.7157l-.7736-4.3873"/><path class="a" d="M24.5723,5.2982c9.942-1.753,12.6738,2.6853,13.3385,6.4554L40.812,28.2069a6.5406,6.5406,0,0,1-5.3055,7.577L18.1171,38.85A6.5408,6.5408,0,0,1,10.54,33.5446L7.6389,17.0913c-.6648-3.77.3842-8.875,10.3262-10.628Z"/><circle class="a" cx="34.4118" cy="29.9851" r="2.8082"/><path class="a" d="M34.6663,35.9321l.4414,2.503a2.1149,2.1149,0,0,0,2.45,1.7156l1.2252-.216a2.1149,2.1149,0,0,0,1.7156-2.45l-.7736-4.3874"/></svg>
Copied!