blur short icon
blur-short from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- blur-short
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- blur-short-outline, blur-short-outline-sharp, blur-short-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the blur short icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.673 14.479q1.02-1.022 1.02-2.481T17.67 9.519T15.19 8.5t-2.478 1.022t-1.02 2.48t1.022 2.479t2.48 1.019t2.479-1.022m-2.48 2.022q-1.743 0-3.022-1.134q-1.279-1.135-1.455-2.866H6.462v-1h4.254q.086-.915.539-1.687q.453-.773 1.187-1.313H4.5v-1h10.692q1.868 0 3.184 1.316q1.316 1.315 1.316 3.181t-1.316 3.185t-3.184 1.318"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBlurShort(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" d="M17.673 14.479q1.02-1.022 1.02-2.481T17.67 9.519T15.19 8.5t-2.478 1.022t-1.02 2.48t1.022 2.479t2.48 1.019t2.479-1.022m-2.48 2.022q-1.743 0-3.022-1.134q-1.279-1.135-1.455-2.866H6.462v-1h4.254q.086-.915.539-1.687q.453-.773 1.187-1.313H4.5v-1h10.692q1.868 0 3.184 1.316q1.316 1.315 1.316 3.181t-1.316 3.185t-3.184 1.318"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.673 14.479q1.02-1.022 1.02-2.481T17.67 9.519T15.19 8.5t-2.478 1.022t-1.02 2.48t1.022 2.479t2.48 1.019t2.479-1.022m-2.48 2.022q-1.743 0-3.022-1.134q-1.279-1.135-1.455-2.866H6.462v-1h4.254q.086-.915.539-1.687q.453-.773 1.187-1.313H4.5v-1h10.692q1.868 0 3.184 1.316q1.316 1.315 1.316 3.181t-1.316 3.185t-3.184 1.318"/></svg> </template>
CSS
.icon-blur-short {
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%20d%3D%22M17.673%2014.479q1.02-1.022%201.02-2.481T17.67%209.519T15.19%208.5t-2.478%201.022t-1.02%202.48t1.022%202.479t2.48%201.019t2.479-1.022m-2.48%202.022q-1.743%200-3.022-1.134q-1.279-1.135-1.455-2.866H6.462v-1h4.254q.086-.915.539-1.687q.453-.773%201.187-1.313H4.5v-1h10.692q1.868%200%203.184%201.316q1.316%201.315%201.316%203.181t-1.316%203.185t-3.184%201.318%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%20d%3D%22M17.673%2014.479q1.02-1.022%201.02-2.481T17.67%209.519T15.19%208.5t-2.478%201.022t-1.02%202.48t1.022%202.479t2.48%201.019t2.479-1.022m-2.48%202.022q-1.743%200-3.022-1.134q-1.279-1.135-1.455-2.866H6.462v-1h4.254q.086-.915.539-1.687q.453-.773%201.187-1.313H4.5v-1h10.692q1.868%200%203.184%201.316q1.316%201.315%201.316%203.181t-1.316%203.185t-3.184%201.318%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/blur-short.svg?color=%231a73e8&size=48