Tenacity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tenacity 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/333780.svg" alt="Tenacity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333780.svg" alt="Tenacity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333780.svg" alt="Tenacity icon" :width="24" :height="24" />
CSS background
.icon-tenacity {
background-image: url('https://proicons.com/icon/333780.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,.b{fill:none;stroke:#000;stroke-linecap:round;}.b{stroke-linejoin:round;}</style></defs><path class="a" d="M13.6229,43.5a18.0044,18.0044,0,0,1-6.395-21.7095,16.3379,16.3379,0,0,1,9.4853-9.2,13.988,13.988,0,0,1,6.7117-.618,12.8357,12.8357,0,0,1,6.1443,2.74,11.7872,11.7872,0,0,1,3.5651,4.9941,10.855,10.855,0,0,1,.4115,6.1092,10.0625,10.0625,0,0,1-3.096,5.2662,9.3794,9.3794,0,0,1-5.6256,2.3423,8.368,8.368,0,0,1-6.416-2.4135,7.3822,7.3822,0,0,1-1.7792-3.0148,6.885,6.885,0,0,1-.1206-3.4934A6.31,6.31,0,0,1,17.68,22.0286a5.7331,5.7331,0,0,1,2.1464-1.6911,5.2567,5.2567,0,0,1,2.692-.4388A4.8521,4.8521,0,0,1,25.0373,20.93a4.6395,4.6395,0,0,1,1.1169,5.9113"/><path class="a" d="M10.5966,6.4976a19.2025,19.2025,0,0,1,17.4216.1861,19.2009,19.2009,0,0,1,9.8463,14.3735,16.925,16.925,0,0,1-1.25,8.8956,13.9442,13.9442,0,0,1-6.0124,6.6029,12.4956,12.4956,0,0,1-9.8036.855A11.8388,11.8388,0,0,1,13.67,30.6751a10.7988,10.7988,0,0,1-.5917-5.9488,9.7251,9.7251,0,0,1,2.8419-5.238,8.5841,8.5841,0,0,1,6.0507-2.3589,7.4674,7.4674,0,0,1,5.7273,2.9413,6.6941,6.6941,0,0,1,1.217,2.9,6.2816,6.2816,0,0,1-.2979,3.127,5.92,5.92,0,0,1-1.82,2.5551,5.5949,5.5949,0,0,1-2.8893,1.21,4.62,4.62,0,0,1-3.4721-.9876,3.9421,3.9421,0,0,1-.16-5.8582"/><path class="a" d="M41.356,10.356a32.4375,32.4375,0,0,1-.09,14.535,21.2013,21.2013,0,0,1-1.4082,4.1748,15.7565,15.7565,0,0,1-15.62,8.9638"/><path class="a" d="M34.5179,8.3009a20.7713,20.7713,0,0,1,5.0714,21.3062"/><ellipse class="b" cx="23.1535" cy="25.02" rx="3.5308" ry="3.3958"/></svg>
Copied!