Blur Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blur 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/337353.svg" alt="Blur icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337353.svg" alt="Blur icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337353.svg" alt="Blur icon" :width="24" :height="24" />
CSS background
.icon-blur {
background-image: url('https://proicons.com/icon/337353.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="15.8342" y1="37.463" x2="15.8342" y2="10.537"/><path class="a" d="M15.8342,10.5371H27.11a6.7242,6.7242,0,0,1,6.717,6.7314h0A6.7243,6.7243,0,0,1,27.11,24H15.8342"/><path class="a" d="M12.669,24H27.11a6.7243,6.7243,0,0,1,6.717,6.7315h0A6.7243,6.7243,0,0,1,27.11,37.463H15.8342"/><line class="a" x1="27.1103" y1="24" x2="43.5" y2="24"/><line class="a" x1="43.5" y1="24" x2="43.5" y2="19.3172"/><line class="a" x1="38.8172" y1="24" x2="38.8172" y2="19.3172"/><circle class="a" cx="8.5974" cy="24" r="4.0974"/></svg>
Blur in other icon packs
Copied!