Ruthlesssettings Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ruthlesssettings 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/332293.svg" alt="Ruthlesssettings icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332293.svg" alt="Ruthlesssettings icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332293.svg" alt="Ruthlesssettings icon" :width="24" :height="24" />
CSS background
.icon-ruthlesssettings {
background-image: url('https://proicons.com/icon/332293.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M34.52,38.82a18.47,18.47,0,0,1-23.16-1.71"/><path class="a" d="M11.36,40.07a2.92,2.92,0,1,1-5.84,0"/><path class="a" d="M41.12,38.36a2.92,2.92,0,1,1-4.92,3.16"/><path class="a" d="M11.36,40.09v-3"/><path class="a" d="M34.52,38.82l1.68,2.7"/><ellipse class="a" cx="24" cy="23.56" rx="12.05" ry="12.07"/><path class="a" d="M41.12,38.36l-2.37-3.6h0A18.53,18.53,0,1,0,5.49,23.56l0-.11V40.08"/></svg>
Copied!