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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the blur3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.47 7.412l2.46-1.21c.3-.15.38-.54.15-.78c-.89-.98-1.79-1.8-2.51-2.42a.495.495 0 0 0-.82.38v3.58c0 .37.39.61.72.45m-.72 12.326v1.65c0 .3.27.55.57.5a8.12 8.12 0 0 0 6.09-4.74c.19-.42-.27-.84-.69-.64l-5.69 2.79c-.17.08-.28.25-.28.44m-1.5-16.376a.5.5 0 0 0-.82-.39c-2.36 1.98-6.55 6.15-6.53 10.93c0 4.02 2.94 7.35 6.78 7.99c.3.05.57-.2.57-.5zm2.19 9.109l5.29-2.22c.27-.12.4-.43.27-.69c-.37-.73-.8-1.44-1.27-2.1c-.14-.2-.4-.26-.62-.16l-4.09 1.99a.5.5 0 0 0-.28.45v2.27c.01.35.37.6.7.46m6.39 1.839c.16-.08.26-.23.26-.4c0-.64-.08-1.27-.22-1.89c-.07-.3-.4-.46-.68-.34l-6.14 2.62c-.18.08-.3.26-.3.46v2.2c0 .37.39.61.72.45l5.9-2.87z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBlur3Filled(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="m13.47 7.412l2.46-1.21c.3-.15.38-.54.15-.78c-.89-.98-1.79-1.8-2.51-2.42a.495.495 0 0 0-.82.38v3.58c0 .37.39.61.72.45m-.72 12.326v1.65c0 .3.27.55.57.5a8.12 8.12 0 0 0 6.09-4.74c.19-.42-.27-.84-.69-.64l-5.69 2.79c-.17.08-.28.25-.28.44m-1.5-16.376a.5.5 0 0 0-.82-.39c-2.36 1.98-6.55 6.15-6.53 10.93c0 4.02 2.94 7.35 6.78 7.99c.3.05.57-.2.57-.5zm2.19 9.109l5.29-2.22c.27-.12.4-.43.27-.69c-.37-.73-.8-1.44-1.27-2.1c-.14-.2-.4-.26-.62-.16l-4.09 1.99a.5.5 0 0 0-.28.45v2.27c.01.35.37.6.7.46m6.39 1.839c.16-.08.26-.23.26-.4c0-.64-.08-1.27-.22-1.89c-.07-.3-.4-.46-.68-.34l-6.14 2.62c-.18.08-.3.26-.3.46v2.2c0 .37.39.61.72.45l5.9-2.87z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.47 7.412l2.46-1.21c.3-.15.38-.54.15-.78c-.89-.98-1.79-1.8-2.51-2.42a.495.495 0 0 0-.82.38v3.58c0 .37.39.61.72.45m-.72 12.326v1.65c0 .3.27.55.57.5a8.12 8.12 0 0 0 6.09-4.74c.19-.42-.27-.84-.69-.64l-5.69 2.79c-.17.08-.28.25-.28.44m-1.5-16.376a.5.5 0 0 0-.82-.39c-2.36 1.98-6.55 6.15-6.53 10.93c0 4.02 2.94 7.35 6.78 7.99c.3.05.57-.2.57-.5zm2.19 9.109l5.29-2.22c.27-.12.4-.43.27-.69c-.37-.73-.8-1.44-1.27-2.1c-.14-.2-.4-.26-.62-.16l-4.09 1.99a.5.5 0 0 0-.28.45v2.27c.01.35.37.6.7.46m6.39 1.839c.16-.08.26-.23.26-.4c0-.64-.08-1.27-.22-1.89c-.07-.3-.4-.46-.68-.34l-6.14 2.62c-.18.08-.3.26-.3.46v2.2c0 .37.39.61.72.45l5.9-2.87z"/></svg>
</template>

CSS

.icon-blur3-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.47%207.412l2.46-1.21c.3-.15.38-.54.15-.78c-.89-.98-1.79-1.8-2.51-2.42a.495.495%200%200%200-.82.38v3.58c0%20.37.39.61.72.45m-.72%2012.326v1.65c0%20.3.27.55.57.5a8.12%208.12%200%200%200%206.09-4.74c.19-.42-.27-.84-.69-.64l-5.69%202.79c-.17.08-.28.25-.28.44m-1.5-16.376a.5.5%200%200%200-.82-.39c-2.36%201.98-6.55%206.15-6.53%2010.93c0%204.02%202.94%207.35%206.78%207.99c.3.05.57-.2.57-.5zm2.19%209.109l5.29-2.22c.27-.12.4-.43.27-.69c-.37-.73-.8-1.44-1.27-2.1c-.14-.2-.4-.26-.62-.16l-4.09%201.99a.5.5%200%200%200-.28.45v2.27c.01.35.37.6.7.46m6.39%201.839c.16-.08.26-.23.26-.4c0-.64-.08-1.27-.22-1.89c-.07-.3-.4-.46-.68-.34l-6.14%202.62c-.18.08-.3.26-.3.46v2.2c0%20.37.39.61.72.45l5.9-2.87z%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%22m13.47%207.412l2.46-1.21c.3-.15.38-.54.15-.78c-.89-.98-1.79-1.8-2.51-2.42a.495.495%200%200%200-.82.38v3.58c0%20.37.39.61.72.45m-.72%2012.326v1.65c0%20.3.27.55.57.5a8.12%208.12%200%200%200%206.09-4.74c.19-.42-.27-.84-.69-.64l-5.69%202.79c-.17.08-.28.25-.28.44m-1.5-16.376a.5.5%200%200%200-.82-.39c-2.36%201.98-6.55%206.15-6.53%2010.93c0%204.02%202.94%207.35%206.78%207.99c.3.05.57-.2.57-.5zm2.19%209.109l5.29-2.22c.27-.12.4-.43.27-.69c-.37-.73-.8-1.44-1.27-2.1c-.14-.2-.4-.26-.62-.16l-4.09%201.99a.5.5%200%200%200-.28.45v2.27c.01.35.37.6.7.46m6.39%201.839c.16-.08.26-.23.26-.4c0-.64-.08-1.27-.22-1.89c-.07-.3-.4-.46-.68-.34l-6.14%202.62c-.18.08-.3.26-.3.46v2.2c0%20.37.39.61.72.45l5.9-2.87z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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