blur icon
blur-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- blur-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Use the blur icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 0 5.292 14H10v1a7 7 0 1 1 0-14h3.876A7.96 7.96 0 0 0 10 2m0 2h5.292q.52.459.953 1H10zm6.93 2H10v1h7.419a8 8 0 0 0-.49-1M10 8h7.748q.127.49.19 1H10zm8 2h-8v1h7.938q.062-.492.062-1m-8 2h7.748a8 8 0 0 1-.33 1H10zm6.93 2H10v1h6.245q.38-.473.685-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentBlur20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 0 5.292 14H10v1a7 7 0 1 1 0-14h3.876A7.96 7.96 0 0 0 10 2m0 2h5.292q.52.459.953 1H10zm6.93 2H10v1h7.419a8 8 0 0 0-.49-1M10 8h7.748q.127.49.19 1H10zm8 2h-8v1h7.938q.062-.492.062-1m-8 2h7.748a8 8 0 0 1-.33 1H10zm6.93 2H10v1h6.245q.38-.473.685-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 0 5.292 14H10v1a7 7 0 1 1 0-14h3.876A7.96 7.96 0 0 0 10 2m0 2h5.292q.52.459.953 1H10zm6.93 2H10v1h7.419a8 8 0 0 0-.49-1M10 8h7.748q.127.49.19 1H10zm8 2h-8v1h7.938q.062-.492.062-1m-8 2h7.748a8 8 0 0 1-.33 1H10zm6.93 2H10v1h6.245q.38-.473.685-1"/></svg> </template>
CSS
.icon-blur-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%201%200%205.292%2014H10v1a7%207%200%201%201%200-14h3.876A7.96%207.96%200%200%200%2010%202m0%202h5.292q.52.459.953%201H10zm6.93%202H10v1h7.419a8%208%200%200%200-.49-1M10%208h7.748q.127.49.19%201H10zm8%202h-8v1h7.938q.062-.492.062-1m-8%202h7.748a8%208%200%200%201-.33%201H10zm6.93%202H10v1h6.245q.38-.473.685-1%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%201%200%205.292%2014H10v1a7%207%200%201%201%200-14h3.876A7.96%207.96%200%200%200%2010%202m0%202h5.292q.52.459.953%201H10zm6.93%202H10v1h7.419a8%208%200%200%200-.49-1M10%208h7.748q.127.49.19%201H10zm8%202h-8v1h7.938q.062-.492.062-1m-8%202h7.748a8%208%200%200%201-.33%201H10zm6.93%202H10v1h6.245q.38-.473.685-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/blur-20-regular.svg?color=%231a73e8&size=48