blur icon
blur-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- blur-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M3 14C3 7.925 7.925 3 14 3c2.024 0 3.92.547 5.549 1.5H14v1h6.983c.547.45 1.051.953 1.503 1.5H14v1h9.221q.466.715.82 1.5H14v1h10.432q.244.73.387 1.5H14v1h10.955a11 11 0 0 1 .034 1.5H14v1h10.899q-.106.769-.313 1.5H14v1h10.25q-.305.782-.722 1.5H14v1h8.875q-.596.812-1.325 1.5H14v1h6.326A10.95 10.95 0 0 1 14 25C7.925 25 3 20.075 3 14"/></svg>
React
import type { SVGProps } from "react";
export function FluentBlur28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3 14C3 7.925 7.925 3 14 3c2.024 0 3.92.547 5.549 1.5H14v1h6.983c.547.45 1.051.953 1.503 1.5H14v1h9.221q.466.715.82 1.5H14v1h10.432q.244.73.387 1.5H14v1h10.955a11 11 0 0 1 .034 1.5H14v1h10.899q-.106.769-.313 1.5H14v1h10.25q-.305.782-.722 1.5H14v1h8.875q-.596.812-1.325 1.5H14v1h6.326A10.95 10.95 0 0 1 14 25C7.925 25 3 20.075 3 14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M3 14C3 7.925 7.925 3 14 3c2.024 0 3.92.547 5.549 1.5H14v1h6.983c.547.45 1.051.953 1.503 1.5H14v1h9.221q.466.715.82 1.5H14v1h10.432q.244.73.387 1.5H14v1h10.955a11 11 0 0 1 .034 1.5H14v1h10.899q-.106.769-.313 1.5H14v1h10.25q-.305.782-.722 1.5H14v1h8.875q-.596.812-1.325 1.5H14v1h6.326A10.95 10.95 0 0 1 14 25C7.925 25 3 20.075 3 14"/></svg> </template>
CSS
.icon-blur-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2014C3%207.925%207.925%203%2014%203c2.024%200%203.92.547%205.549%201.5H14v1h6.983c.547.45%201.051.953%201.503%201.5H14v1h9.221q.466.715.82%201.5H14v1h10.432q.244.73.387%201.5H14v1h10.955a11%2011%200%200%201%20.034%201.5H14v1h10.899q-.106.769-.313%201.5H14v1h10.25q-.305.782-.722%201.5H14v1h8.875q-.596.812-1.325%201.5H14v1h6.326A10.95%2010.95%200%200%201%2014%2025C7.925%2025%203%2020.075%203%2014%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2014C3%207.925%207.925%203%2014%203c2.024%200%203.92.547%205.549%201.5H14v1h6.983c.547.45%201.051.953%201.503%201.5H14v1h9.221q.466.715.82%201.5H14v1h10.432q.244.73.387%201.5H14v1h10.955a11%2011%200%200%201%20.034%201.5H14v1h10.899q-.106.769-.313%201.5H14v1h10.25q-.305.782-.722%201.5H14v1h8.875q-.596.812-1.325%201.5H14v1h6.326A10.95%2010.95%200%200%201%2014%2025C7.925%2025%203%2020.075%203%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/blur-28-filled.svg?color=%231a73e8&size=48