Tarteel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tarteel 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/333686.svg" alt="Tarteel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333686.svg" alt="Tarteel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333686.svg" alt="Tarteel icon" :width="24" :height="24" />
CSS background
.icon-tarteel {
background-image: url('https://proicons.com/icon/333686.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M26.9793,20.7867l-8.511-8.526c-.8712-.8779-2.2892-.8834-3.1671-.0122-.0041.004-.0081.0081-.0122.0122l-10.1287,10.1476h0c-.8793.8776-.8807,2.3019-.003,3.1812.001.001.002.002.003.003l10.1287,10.1466c.8712.8779,2.2892.8834,3.1671.0122.0041-.004.0081-.0081.0122-.0122l8.541-8.556c.5269-.5289,1.7096-.5399,2.2375-.012l4.397,4.404c.8715.8777,2.2894.8827,3.1671.0112.0037-.0037.0075-.0074.0112-.0112l6.0176-6.0276c.8793-.8776.8807-2.3019.003-3.1812-.001-.001-.002-.002-.003-.003l-6.0176-6.0276c-.8712-.8779-2.2891-.8834-3.1671-.0122-.0041.004-.0081.0081-.0122.0122l-4.441,4.449c-.5239.5249-1.6976.5269-2.2215.002h-.001Z"/></svg>
Copied!