blur from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.

Name
blur
Set
Reicon
Style
Outline
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All blur icons →

More tools icons from Reicon

Use the blur icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M13.106 2.815a9.2 9.2 0 0 0-5.73 1.174a9.25 9.25 0 1 0 9.25 16.021a9.2 9.2 0 0 0 3.88-4.376a9.24 9.24 0 0 0-.495-8.26a9.24 9.24 0 0 0-6.905-4.559m-6.48-.125a10.7 10.7 0 0 1 6.66-1.364a10.74 10.74 0 0 1 8.024 5.299a10.74 10.74 0 0 1 .577 9.598a10.7 10.7 0 0 1-4.512 5.087c-5.141 2.968-11.716 1.206-14.684-3.935C-.278 12.233 1.484 5.658 6.625 2.69" clip-rule="evenodd"/><path fill-rule="evenodd" d="M9.75 9a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M8 9.75a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M14.25 9a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-1.75.75a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M9.75 13.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M8 14.25a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0m6.25-.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-1.75.75a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0" clip-rule="evenodd"/><path d="M15 5.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-4.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M18.25 9a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M5.75 9a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m12.5 4.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-12.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M15 18.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-4.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBlur(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M13.106 2.815a9.2 9.2 0 0 0-5.73 1.174a9.25 9.25 0 1 0 9.25 16.021a9.2 9.2 0 0 0 3.88-4.376a9.24 9.24 0 0 0-.495-8.26a9.24 9.24 0 0 0-6.905-4.559m-6.48-.125a10.7 10.7 0 0 1 6.66-1.364a10.74 10.74 0 0 1 8.024 5.299a10.74 10.74 0 0 1 .577 9.598a10.7 10.7 0 0 1-4.512 5.087c-5.141 2.968-11.716 1.206-14.684-3.935C-.278 12.233 1.484 5.658 6.625 2.69" clipRule="evenodd"/><path fillRule="evenodd" d="M9.75 9a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M8 9.75a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M14.25 9a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-1.75.75a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M9.75 13.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M8 14.25a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0m6.25-.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-1.75.75a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0" clipRule="evenodd"/><path d="M15 5.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-4.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M18.25 9a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M5.75 9a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m12.5 4.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-12.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M15 18.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-4.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M13.106 2.815a9.2 9.2 0 0 0-5.73 1.174a9.25 9.25 0 1 0 9.25 16.021a9.2 9.2 0 0 0 3.88-4.376a9.24 9.24 0 0 0-.495-8.26a9.24 9.24 0 0 0-6.905-4.559m-6.48-.125a10.7 10.7 0 0 1 6.66-1.364a10.74 10.74 0 0 1 8.024 5.299a10.74 10.74 0 0 1 .577 9.598a10.7 10.7 0 0 1-4.512 5.087c-5.141 2.968-11.716 1.206-14.684-3.935C-.278 12.233 1.484 5.658 6.625 2.69" clip-rule="evenodd"/><path fill-rule="evenodd" d="M9.75 9a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M8 9.75a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M14.25 9a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-1.75.75a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M9.75 13.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M8 14.25a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0m6.25-.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-1.75.75a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0" clip-rule="evenodd"/><path d="M15 5.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-4.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M18.25 9a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M5.75 9a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m12.5 4.5a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-12.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M15 18.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-4.5 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0"/></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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.106%202.815a9.2%209.2%200%200%200-5.73%201.174a9.25%209.25%200%201%200%209.25%2016.021a9.2%209.2%200%200%200%203.88-4.376a9.24%209.24%200%200%200-.495-8.26a9.24%209.24%200%200%200-6.905-4.559m-6.48-.125a10.7%2010.7%200%200%201%206.66-1.364a10.74%2010.74%200%200%201%208.024%205.299a10.74%2010.74%200%200%201%20.577%209.598a10.7%2010.7%200%200%201-4.512%205.087c-5.141%202.968-11.716%201.206-14.684-3.935C-.278%2012.233%201.484%205.658%206.625%202.69%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.75%209a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M8%209.75a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200M14.25%209a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-1.75.75a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200M9.75%2013.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M8%2014.25a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200m6.25-.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-1.75.75a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%205.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-4.5%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M18.25%209a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M5.75%209a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m12.5%204.5a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-12.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M15%2018.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-4.5%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.106%202.815a9.2%209.2%200%200%200-5.73%201.174a9.25%209.25%200%201%200%209.25%2016.021a9.2%209.2%200%200%200%203.88-4.376a9.24%209.24%200%200%200-.495-8.26a9.24%209.24%200%200%200-6.905-4.559m-6.48-.125a10.7%2010.7%200%200%201%206.66-1.364a10.74%2010.74%200%200%201%208.024%205.299a10.74%2010.74%200%200%201%20.577%209.598a10.7%2010.7%200%200%201-4.512%205.087c-5.141%202.968-11.716%201.206-14.684-3.935C-.278%2012.233%201.484%205.658%206.625%202.69%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.75%209a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M8%209.75a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200M14.25%209a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-1.75.75a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200M9.75%2013.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M8%2014.25a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200m6.25-.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-1.75.75a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15%205.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-4.5%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M18.25%209a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M5.75%209a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m12.5%204.5a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-12.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M15%2018.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-4.5%200a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200%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/blur.svg?color=%231a73e8&size=48