Openoise Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openoise 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/345263.svg" alt="Openoise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345263.svg" alt="Openoise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345263.svg" alt="Openoise icon" :width="24" :height="24" />
CSS background
.icon-openoise {
background-image: url('https://proicons.com/icon/345263.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24.6687,13.3786l13.5489,23.4692-11.5207,6.6523-13.5499-23.4692,4.693-2.7102-1.7266-2.9901,2.1327-1.2319,1.7247,2.9871,4.698-2.7072Z"/><circle class="c" cx="14.7031" cy="9.4207" r="4.9207"/><path class="c" d="M24.7475,17.5108l4.3284,7.4978-8.0596,4.6526-4.3284-7.4969,8.0596-4.6536Z"/><path class="c" d="M27.9744,35.1225c-.4497-.7789-1.4549-1.0482-2.2337-.5985h0c-.7789.4497-1.0482,1.4549-.5985,2.2337l.5314.9205c.4497.7789,1.4549,1.0482,2.2337.5985h0c.7789-.4497,1.0482-1.4549.5985-2.2337M29.3643,37.5299l-3.2704-5.6645"/><path class="c" d="M31.4967,32.5226c.7789-.4497,1.784-.1803,2.2337.5985s.1803,1.784-.5985,2.2337l-2.3366,1.349-3.2704-5.6645,2.3366-1.349c.7789-.4497,1.784-.1803,2.2337.5985s.1803,1.784-.5985,2.2337ZM31.4967,32.5226l-2.4074,1.3899"/></svg>
Copied!