Inure Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Inure 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/327501.svg" alt="Inure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327501.svg" alt="Inure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327501.svg" alt="Inure icon" :width="24" :height="24" />
CSS background
.icon-inure {
background-image: url('https://proicons.com/icon/327501.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="e" d="m24,42.462c-6.7302,0-17.4483-12.7891-17.4483-25.9105,0-9,7.5232-11.0612,17.4483-11.0612,9.9251,0,17.4483,2.0612,17.4483,11.0612,0,13.1215-10.7181,25.9105-17.4483,25.9105Z"/></g><line class="e" x1="18.734" y1="22.1527" x2="28.3275" y2="5.6504"/><line class="e" x1="16.8241" y1="38.9655" x2="31.9842" y2="12.8877"/></svg>
Copied!