blur circular icon

blur-circular from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
blur-circular
Set
Material Symbols
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
blur-circular-rounded, blur-circular-sharp

1 other variant in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the blur circular icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.713 10.713Q11 10.425 11 10t-.288-.712T10 9t-.712.288T9 10t.288.713T10 11t.713-.288m0 4Q11 14.426 11 14t-.288-.712T10 13t-.712.288T9 14t.288.713T10 15t.713-.288M7.35 10.35q.15-.15.15-.35t-.15-.35T7 9.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15M10 17.5q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15m-2.65-3.15q.15-.15.15-.35t-.15-.35T7 13.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15m3-7q.15-.15.15-.35t-.15-.35T10 6.5t-.35.15T9.5 7t.15.35t.35.15t.35-.15m4.363 3.363Q15 10.425 15 10t-.288-.712T14 9t-.712.288T13 10t.288.713T14 11t.713-.288M14.35 7.35q.15-.15.15-.35t-.15-.35T14 6.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15m3 7q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15m0-4q.15-.15.15-.35t-.15-.35T17 9.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788m6.25-3.862q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15m.363-2.637Q15 14.425 15 14t-.288-.712T14 13t-.712.288T13 14t.288.713T14 15t.713-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBlurCircular(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="M10.713 10.713Q11 10.425 11 10t-.288-.712T10 9t-.712.288T9 10t.288.713T10 11t.713-.288m0 4Q11 14.426 11 14t-.288-.712T10 13t-.712.288T9 14t.288.713T10 15t.713-.288M7.35 10.35q.15-.15.15-.35t-.15-.35T7 9.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15M10 17.5q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15m-2.65-3.15q.15-.15.15-.35t-.15-.35T7 13.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15m3-7q.15-.15.15-.35t-.15-.35T10 6.5t-.35.15T9.5 7t.15.35t.35.15t.35-.15m4.363 3.363Q15 10.425 15 10t-.288-.712T14 9t-.712.288T13 10t.288.713T14 11t.713-.288M14.35 7.35q.15-.15.15-.35t-.15-.35T14 6.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15m3 7q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15m0-4q.15-.15.15-.35t-.15-.35T17 9.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788m6.25-3.862q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15m.363-2.637Q15 14.425 15 14t-.288-.712T14 13t-.712.288T13 14t.288.713T14 15t.713-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.713 10.713Q11 10.425 11 10t-.288-.712T10 9t-.712.288T9 10t.288.713T10 11t.713-.288m0 4Q11 14.426 11 14t-.288-.712T10 13t-.712.288T9 14t.288.713T10 15t.713-.288M7.35 10.35q.15-.15.15-.35t-.15-.35T7 9.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15M10 17.5q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15m-2.65-3.15q.15-.15.15-.35t-.15-.35T7 13.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15m3-7q.15-.15.15-.35t-.15-.35T10 6.5t-.35.15T9.5 7t.15.35t.35.15t.35-.15m4.363 3.363Q15 10.425 15 10t-.288-.712T14 9t-.712.288T13 10t.288.713T14 11t.713-.288M14.35 7.35q.15-.15.15-.35t-.15-.35T14 6.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15m3 7q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15m0-4q.15-.15.15-.35t-.15-.35T17 9.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788m6.25-3.862q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15m.363-2.637Q15 14.425 15 14t-.288-.712T14 13t-.712.288T13 14t.288.713T14 15t.713-.288"/></svg>
</template>

CSS

.icon-blur-circular {
  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%22M10.713%2010.713Q11%2010.425%2011%2010t-.288-.712T10%209t-.712.288T9%2010t.288.713T10%2011t.713-.288m0%204Q11%2014.426%2011%2014t-.288-.712T10%2013t-.712.288T9%2014t.288.713T10%2015t.713-.288M7.35%2010.35q.15-.15.15-.35t-.15-.35T7%209.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15M10%2017.5q.2%200%20.35-.15t.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15m-2.65-3.15q.15-.15.15-.35t-.15-.35T7%2013.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15m3-7q.15-.15.15-.35t-.15-.35T10%206.5t-.35.15T9.5%207t.15.35t.35.15t.35-.15m4.363%203.363Q15%2010.425%2015%2010t-.288-.712T14%209t-.712.288T13%2010t.288.713T14%2011t.713-.288M14.35%207.35q.15-.15.15-.35t-.15-.35T14%206.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15m3%207q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15m0-4q.15-.15.15-.35t-.15-.35T17%209.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788m6.25-3.862q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15m.363-2.637Q15%2014.425%2015%2014t-.288-.712T14%2013t-.712.288T13%2014t.288.713T14%2015t.713-.288%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%22M10.713%2010.713Q11%2010.425%2011%2010t-.288-.712T10%209t-.712.288T9%2010t.288.713T10%2011t.713-.288m0%204Q11%2014.426%2011%2014t-.288-.712T10%2013t-.712.288T9%2014t.288.713T10%2015t.713-.288M7.35%2010.35q.15-.15.15-.35t-.15-.35T7%209.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15M10%2017.5q.2%200%20.35-.15t.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15m-2.65-3.15q.15-.15.15-.35t-.15-.35T7%2013.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15m3-7q.15-.15.15-.35t-.15-.35T10%206.5t-.35.15T9.5%207t.15.35t.35.15t.35-.15m4.363%203.363Q15%2010.425%2015%2010t-.288-.712T14%209t-.712.288T13%2010t.288.713T14%2011t.713-.288M14.35%207.35q.15-.15.15-.35t-.15-.35T14%206.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15m3%207q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15m0-4q.15-.15.15-.35t-.15-.35T17%209.5t-.35.15t-.15.35t.15.35t.35.15t.35-.15M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788m6.25-3.862q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15m.363-2.637Q15%2014.425%2015%2014t-.288-.712T14%2013t-.712.288T13%2014t.288.713T14%2015t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/blur-circular.svg?color=%231a73e8&size=48