blur icon
blur-filled from Reicon by REICON · Filled · Tools · MIT Free for personal and commercial use.
- Name
- blur-filled
- Set
- Reicon
- Style
- Filled
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All blur icons →More tools icons from Reicon
Use the blur icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17 20.66C12.217 23.421 6.1 21.783 3.34 17C.577 12.217 2.216 6.1 7 3.34a9.96 9.96 0 0 1 6.195-1.27A9.99 9.99 0 0 1 20.66 7a9.99 9.99 0 0 1 .536 8.929A9.96 9.96 0 0 1 17 20.66M14.25 6.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 4.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m0 4.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M11 14.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M9.75 11a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M15 18.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9.75 19a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0-12.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m8.5 2.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M6.5 9.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m11.75 3.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-11.75.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBlurFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M17 20.66C12.217 23.421 6.1 21.783 3.34 17C.577 12.217 2.216 6.1 7 3.34a9.96 9.96 0 0 1 6.195-1.27A9.99 9.99 0 0 1 20.66 7a9.99 9.99 0 0 1 .536 8.929A9.96 9.96 0 0 1 17 20.66M14.25 6.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 4.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m0 4.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M11 14.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M9.75 11a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M15 18.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9.75 19a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0-12.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m8.5 2.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M6.5 9.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m11.75 3.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-11.75.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17 20.66C12.217 23.421 6.1 21.783 3.34 17C.577 12.217 2.216 6.1 7 3.34a9.96 9.96 0 0 1 6.195-1.27A9.99 9.99 0 0 1 20.66 7a9.99 9.99 0 0 1 .536 8.929A9.96 9.96 0 0 1 17 20.66M14.25 6.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0 4.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m0 4.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M11 14.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M9.75 11a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M15 18.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M9.75 19a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m0-12.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m8.5 2.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M6.5 9.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m11.75 3.75a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-11.75.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-blur-filled {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17%2020.66C12.217%2023.421%206.1%2021.783%203.34%2017C.577%2012.217%202.216%206.1%207%203.34a9.96%209.96%200%200%201%206.195-1.27A9.99%209.99%200%200%201%2020.66%207a9.99%209.99%200%200%201%20.536%208.929A9.96%209.96%200%200%201%2017%2020.66M14.25%206.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m0%204.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m0%204.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M11%2014.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M9.75%2011a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M15%2018.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M9.75%2019a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m0-12.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m8.5%202.5a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M6.5%209.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m11.75%203.75a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-11.75.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17%2020.66C12.217%2023.421%206.1%2021.783%203.34%2017C.577%2012.217%202.216%206.1%207%203.34a9.96%209.96%200%200%201%206.195-1.27A9.99%209.99%200%200%201%2020.66%207a9.99%209.99%200%200%201%20.536%208.929A9.96%209.96%200%200%201%2017%2020.66M14.25%206.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m0%204.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m0%204.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M11%2014.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M9.75%2011a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M15%2018.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M9.75%2019a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m0-12.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m8.5%202.5a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M6.5%209.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m11.75%203.75a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-11.75.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/blur-filled.svg?color=%231a73e8&size=48