blur2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
blur2-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the blur2 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.61 2.21a.99.99 0 0 0-1.22 0C9.49 3.66 3.88 8.39 3.91 13.9c0 4.46 3.63 8.1 8.1 8.1s8.1-3.63 8.1-8.09c.01-5.43-5.61-10.24-7.5-11.7Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 2v20m0-3.04l7.7-3.74M12 13.96l7.37-3.58M12 8.96l5.03-2.45"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBlur2Filled(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.61 2.21a.99.99 0 0 0-1.22 0C9.49 3.66 3.88 8.39 3.91 13.9c0 4.46 3.63 8.1 8.1 8.1s8.1-3.63 8.1-8.09c.01-5.43-5.61-10.24-7.5-11.7Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 2v20m0-3.04l7.7-3.74M12 13.96l7.37-3.58M12 8.96l5.03-2.45"/></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.61 2.21a.99.99 0 0 0-1.22 0C9.49 3.66 3.88 8.39 3.91 13.9c0 4.46 3.63 8.1 8.1 8.1s8.1-3.63 8.1-8.09c.01-5.43-5.61-10.24-7.5-11.7Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 2v20m0-3.04l7.7-3.74M12 13.96l7.37-3.58M12 8.96l5.03-2.45"/></g></svg>
</template>

CSS

.icon-blur2-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%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.61%202.21a.99.99%200%200%200-1.22%200C9.49%203.66%203.88%208.39%203.91%2013.9c0%204.46%203.63%208.1%208.1%208.1s8.1-3.63%208.1-8.09c.01-5.43-5.61-10.24-7.5-11.7Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%202v20m0-3.04l7.7-3.74M12%2013.96l7.37-3.58M12%208.96l5.03-2.45%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.61%202.21a.99.99%200%200%200-1.22%200C9.49%203.66%203.88%208.39%203.91%2013.9c0%204.46%203.63%208.1%208.1%208.1s8.1-3.63%208.1-8.09c.01-5.43-5.61-10.24-7.5-11.7Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%202v20m0-3.04l7.7-3.74M12%2013.96l7.37-3.58M12%208.96l5.03-2.45%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/blur2-filled.svg?color=%231a73e8&size=48