Cultfit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cultfit 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/324170.svg" alt="Cultfit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324170.svg" alt="Cultfit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324170.svg" alt="Cultfit icon" :width="24" :height="24" />
CSS background
.icon-cultfit {
background-image: url('https://proicons.com/icon/324170.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 class="c" d="m6.7961,24.0905h34.4078"/><path class="c" d="m23.9943,11.8068c1.8776,0,3.4046,1.5383,3.4046,3.4272,0,1.9002-1.527,3.4385-3.4046,3.4385s-3.3933-1.5383-3.3933-3.4385c0-1.8889,1.5157-3.4272,3.3933-3.4272Z"/><path class="c" d="m14.2104,40.3443l9.7839-10.3382,9.7952,10.3382"/><path class="c" d="m24,37.5392v5.9608"/><path class="c" d="m24,8.2892v-3.7892"/><path class="c" d="m9.539,14.3292l6.3341,4.219"/><path class="c" d="m9.6974,33.7048l6.1758-4.1963"/><path class="c" d="m31.9912,18.6839l6.4698-4.2303"/><path class="c" d="m31.9912,29.5084l6.1758,4.1624"/></svg>
Copied!