True Iservice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The True Iservice 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/348850.svg" alt="True Iservice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348850.svg" alt="True Iservice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348850.svg" alt="True Iservice icon" :width="24" :height="24" />
CSS background
.icon-true-iservice {
background-image: url('https://proicons.com/icon/348850.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m29.694,20.422c3.319,3.339,3.323,8.714.01,12.006-3.312,3.293-8.687,3.255-12.005-.084-3.319-3.34-3.324-8.715-.011-12.007,3.312-3.292,8.688-3.254,12.006.085Zm-2.843,3.993c-.161.694-.81,1.189-1.56,1.189-.88,0-1.596-.678-1.596-1.515,0-.555.32-1.065.834-1.33m2.32,1.659c.791,1.268.783,2.96-.246,4.302-.4324.56-1.0255.9744-1.7,1.188-2.564.81-4.922-1.082-4.922-3.525,0-2.0523,1.6638-3.716,3.716-3.716.2824,0,.5639.0322.839.096m3.319-.524c2.32,2.329,2.34,6.071.043,8.36-2.297,2.288-6.04,2.255-8.36-.073s-2.34-6.071-.043-8.36c2.297-2.288,6.04-2.255,8.36.073Zm2.028,9.955c.076.1.146.207.21.32l3.568,6.292c.712,1.256.38,2.78-.743,3.417-1.124.637-2.602.14-3.314-1.117l-3.568-6.291c-.0447-.0787-.0857-.1595-.123-.242m10.668-20.3c-.439.878-1.462,1.463-2.486,1.463-1.6132-.0049-2.9196-1.3118-2.924-2.925v-1.795c0-1.27.755-2.48,1.963-2.874,1.5343-.5247,3.2034.2938,3.7281,1.828.1035.3026.1568.6201.1579.94v1.024h-5.85M10.98,7.84h3.217m-1.607-2.34v8.773c0,.808.655,1.463,1.462,1.463h.439m2.636-7.896v7.896m0-4.972c.0049-1.6124,1.3106-2.9185,2.923-2.924m8.485,4.971v2.925m-5.85-7.896v4.72c0,1.27.756,2.48,1.964,2.874,1.5343.5247,3.2034-.2938,3.7281-1.828.1036-.3029.1569-.6208.1579-.941v-4.825"/></svg>
Copied!