Gratis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gratis 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/326757.svg" alt="Gratis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326757.svg" alt="Gratis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326757.svg" alt="Gratis icon" :width="24" :height="24" />
CSS background
.icon-gratis {
background-image: url('https://proicons.com/icon/326757.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="m9.0136,14.5393c4.6127-2.3367,9.7233-3.1826,14.7419-3.3033,5.5264.0383,11.2187,1.057,16.1105,4.1165,2.2094,1.4001,4.474,3.913,4.0915,7.0438-.5284,3.5873-3.4798,5.7942-6.1448,7.2951-6.5242,3.374-13.6241,4.8711-20.5396,6.8383-.7194.325-2.0296.4186-.6936-.433.9328-.7776,3.4526-2.4627,1.4363-3.556-4.2562-2.2955-9.304-3.0591-12.7428-7.018-2.1874-2.5132-1.3471-6.8949.9378-8.959.8381-.83,1.8049-1.4762,2.8028-2.0244h0Z"/><path class="b" d="m17.1026,26.875c4.1297-.2329,7.1365-.4026,10.9228-.4843s5.6285-.0439,9.0715.0255"/><circle class="c" cx="31.4975" cy="16.0809" r=".75"/><line class="b" x1="31.4975" y1="18.5375" x2="31.4975" y2="24.0649"/><path class="b" d="m25.0349,23.9626v-5.4251m0,3.3779c0,1.126-.9212,2.0472-2.0472,2.0472s-2.0472-.9212-2.0472-2.0472v-1.3307c0-1.126.9212-2.0472,2.0472-2.0472s2.0472.9212,2.0472,2.0472"/><path class="b" d="m12.9503,18.5375c1.126,0,2.0472.9212,2.0472,2.0472v1.3307c0,1.126-.9212,2.0472-2.0472,2.0472s-2.0472-.9212-2.0472-2.0472v-1.3307c0-1.126.9212-2.0472,2.0472-2.0472Zm2.0472.1024v6.1416c0,1.126-.9212,2.0472-2.0472,2.0472-.6142,0-1.126-.2047-1.433-.6142"/><path class="b" d="m17.2664,18.5375v5.5274m0-3.4802c0-1.126.9212-2.0472,2.0472-2.0472"/><path class="b" d="m33.719,23.4508c.4094.3071.8189.4094,1.6378.4094h.4094c.7165,0,1.3307-.6142,1.3307-1.3307s-.6142-1.3307-1.3307-1.3307h-.9212c-.7165,0-1.3307-.6142-1.3307-1.3307s.6142-1.3307,1.3307-1.3307h.4094c.9212,0,1.3307.1024,1.6378.4094"/><path class="b" d="m27.1452,18.5375h2.2519m-1.126-1.6378v6.1416c0,.6142.4094,1.0236,1.0236,1.0236h.3071"/></svg>
Copied!