Blurrr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blurrr 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/322795.svg" alt="Blurrr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322795.svg" alt="Blurrr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322795.svg" alt="Blurrr icon" :width="24" :height="24" />
CSS background
.icon-blurrr {
background-image: url('https://proicons.com/icon/322795.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M11.5558,19.5001v2.5"/><path class="b" d="M19.5558,19.5001v2.5"/><path class="b" d="M40.1998,27.3641c1.319-.55,2.3-1.6438,2.3-3.3641s-.991-2.7906-2.3-3.3639c-3.1513-1.3802-9.093-2.4414-9.153-6.2806-.0347-2.2157,1.8633-3.4124,4-4,3.3518-.9217,3.5037-4.8555.451-4.8555h-11.498c-6.6092.0002-12.716,3.5262-16.021,9.25-3.3047,5.7239-3.3047,12.776,0,18.5,3.3046,5.7238,9.4118,9.2498,16.021,9.25h11.498c3.3845,0,2.5237-4.0253-.451-4.8555-2.1344-.5956-3.9725-1.7842-4-4-.0471-3.797,5.354-4.6963,9.153-6.2804Z"/></svg>
Copied!