Defit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Defit 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/338944.svg" alt="Defit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338944.svg" alt="Defit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338944.svg" alt="Defit icon" :width="24" :height="24" />
CSS background
.icon-defit {
background-image: url('https://proicons.com/icon/338944.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:#fff;stroke-linecap:round;}.a{stroke-linejoin:round;}</style></defs><path class="a" d="M31.72,34.3237C27.6534,38.3282,24,41.7029,24,41.7029s-3.5051-3.2377-7.47-7.1335l-3.1973-3.1929c-3.3451-3.4028-6.446-6.787-7.5147-8.638C3.1342,18.09,4.5874,10.7933,9.8293,7.7672S21.7745,6.5368,24,11.7787c2.2259-5.2419,8.9287-7.0379,14.1707-4.0115s6.6951,10.323,4.0115,14.9713a14.1017,14.1017,0,0,1-1.0132,1.47L39.04,26.6917"/><path class="b" d="M22.5263,18.93H12.0328M17.28,13.6832V24.1768"/><path class="b" d="M30.7905,24.1082H20.297m5.2468-5.2468V29.355"/><path class="b" d="M39.0548,29.2864H28.5612M33.808,24.04V34.5332"/></svg>
Copied!