blur icon
blur from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- blur
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
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 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-miterlimit="10" d="M12.593 2.21a.97.97 0 0 0-1.205 0C9.51 3.66 3.97 8.39 4 13.9c0 4.46 3.585 8.1 8 8.1s8-3.63 8-8.09c.01-5.43-5.54-10.24-7.407-11.7Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 2v20"/><path stroke-linejoin="round" d="m12 19l8-4m-8-.82l7-3.68m-7-1.139L16.573 7"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBlur(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeMiterlimit="10" d="M12.593 2.21a.97.97 0 0 0-1.205 0C9.51 3.66 3.97 8.39 4 13.9c0 4.46 3.585 8.1 8 8.1s8-3.63 8-8.09c.01-5.43-5.54-10.24-7.407-11.7Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 2v20"/><path strokeLinejoin="round" d="m12 19l8-4m-8-.82l7-3.68m-7-1.139L16.573 7"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-miterlimit="10" d="M12.593 2.21a.97.97 0 0 0-1.205 0C9.51 3.66 3.97 8.39 4 13.9c0 4.46 3.585 8.1 8 8.1s8-3.63 8-8.09c.01-5.43-5.54-10.24-7.407-11.7Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 2v20"/><path stroke-linejoin="round" d="m12 19l8-4m-8-.82l7-3.68m-7-1.139L16.573 7"/></g></svg> </template>
CSS
.icon-blur {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.593%202.21a.97.97%200%200%200-1.205%200C9.51%203.66%203.97%208.39%204%2013.9c0%204.46%203.585%208.1%208%208.1s8-3.63%208-8.09c.01-5.43-5.54-10.24-7.407-11.7Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%202v20%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m12%2019l8-4m-8-.82l7-3.68m-7-1.139L16.573%207%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M12.593%202.21a.97.97%200%200%200-1.205%200C9.51%203.66%203.97%208.39%204%2013.9c0%204.46%203.585%208.1%208%208.1s8-3.63%208-8.09c.01-5.43-5.54-10.24-7.407-11.7Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%202v20%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m12%2019l8-4m-8-.82l7-3.68m-7-1.139L16.573%207%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/blur.svg?color=%231a73e8&size=48