deblur-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
deblur-rounded
Set
Material Symbols
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the deblur icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.288 14.713Q5 14.425 5 14t.288-.712T6 13t.713.288T7 14t-.288.713T6 15t-.712-.288m0 4Q5 18.426 5 18t.288-.712T6 17t.713.288T7 18t-.288.713T6 19t-.712-.288m0-8Q5 10.425 5 10t.288-.712T6 9t.713.288T7 10t-.288.713T6 11t-.712-.288M2.65 10.35Q2.5 10.2 2.5 10t.15-.35T3 9.5t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m2.638-3.637Q5 6.425 5 6t.288-.712T6 5t.713.288T7 6t-.288.713T6 7t-.712-.288M2.65 14.35Q2.5 14.2 2.5 14t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m7 7Q9.5 21.2 9.5 21t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-18Q9.5 3.2 9.5 3t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m-.363 3.363Q9 6.425 9 6t.288-.712T10 5t.713.288T11 6t-.288.713T10 7t-.712-.288m-.35 8.35Q8.5 14.626 8.5 14t.438-1.062T10 12.5t1.063.438T11.5 14t-.437 1.063T10 15.5t-1.062-.437m0-4Q8.5 10.625 8.5 10t.438-1.062T10 8.5t1.063.438T11.5 10t-.437 1.063T10 11.5t-1.062-.437m.35 7.65Q9 18.425 9 18t.288-.712T10 17t.713.288T11 18t-.288.713T10 19t-.712-.288m9.474-.762q-2.237 2.525-5.537 2.975q-.5.075-.862-.275T12 19.8V4.2q0-.5.363-.838t.862-.287q3.3.45 5.538 2.975T21 12t-2.238 5.95"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDeblurRounded(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="M5.288 14.713Q5 14.425 5 14t.288-.712T6 13t.713.288T7 14t-.288.713T6 15t-.712-.288m0 4Q5 18.426 5 18t.288-.712T6 17t.713.288T7 18t-.288.713T6 19t-.712-.288m0-8Q5 10.425 5 10t.288-.712T6 9t.713.288T7 10t-.288.713T6 11t-.712-.288M2.65 10.35Q2.5 10.2 2.5 10t.15-.35T3 9.5t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m2.638-3.637Q5 6.425 5 6t.288-.712T6 5t.713.288T7 6t-.288.713T6 7t-.712-.288M2.65 14.35Q2.5 14.2 2.5 14t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m7 7Q9.5 21.2 9.5 21t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-18Q9.5 3.2 9.5 3t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m-.363 3.363Q9 6.425 9 6t.288-.712T10 5t.713.288T11 6t-.288.713T10 7t-.712-.288m-.35 8.35Q8.5 14.626 8.5 14t.438-1.062T10 12.5t1.063.438T11.5 14t-.437 1.063T10 15.5t-1.062-.437m0-4Q8.5 10.625 8.5 10t.438-1.062T10 8.5t1.063.438T11.5 10t-.437 1.063T10 11.5t-1.062-.437m.35 7.65Q9 18.425 9 18t.288-.712T10 17t.713.288T11 18t-.288.713T10 19t-.712-.288m9.474-.762q-2.237 2.525-5.537 2.975q-.5.075-.862-.275T12 19.8V4.2q0-.5.363-.838t.862-.287q3.3.45 5.538 2.975T21 12t-2.238 5.95"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.288 14.713Q5 14.425 5 14t.288-.712T6 13t.713.288T7 14t-.288.713T6 15t-.712-.288m0 4Q5 18.426 5 18t.288-.712T6 17t.713.288T7 18t-.288.713T6 19t-.712-.288m0-8Q5 10.425 5 10t.288-.712T6 9t.713.288T7 10t-.288.713T6 11t-.712-.288M2.65 10.35Q2.5 10.2 2.5 10t.15-.35T3 9.5t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m2.638-3.637Q5 6.425 5 6t.288-.712T6 5t.713.288T7 6t-.288.713T6 7t-.712-.288M2.65 14.35Q2.5 14.2 2.5 14t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m7 7Q9.5 21.2 9.5 21t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-18Q9.5 3.2 9.5 3t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m-.363 3.363Q9 6.425 9 6t.288-.712T10 5t.713.288T11 6t-.288.713T10 7t-.712-.288m-.35 8.35Q8.5 14.626 8.5 14t.438-1.062T10 12.5t1.063.438T11.5 14t-.437 1.063T10 15.5t-1.062-.437m0-4Q8.5 10.625 8.5 10t.438-1.062T10 8.5t1.063.438T11.5 10t-.437 1.063T10 11.5t-1.062-.437m.35 7.65Q9 18.425 9 18t.288-.712T10 17t.713.288T11 18t-.288.713T10 19t-.712-.288m9.474-.762q-2.237 2.525-5.537 2.975q-.5.075-.862-.275T12 19.8V4.2q0-.5.363-.838t.862-.287q3.3.45 5.538 2.975T21 12t-2.238 5.95"/></svg>
</template>

CSS

.icon-deblur-rounded {
  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%22M5.288%2014.713Q5%2014.425%205%2014t.288-.712T6%2013t.713.288T7%2014t-.288.713T6%2015t-.712-.288m0%204Q5%2018.426%205%2018t.288-.712T6%2017t.713.288T7%2018t-.288.713T6%2019t-.712-.288m0-8Q5%2010.425%205%2010t.288-.712T6%209t.713.288T7%2010t-.288.713T6%2011t-.712-.288M2.65%2010.35Q2.5%2010.2%202.5%2010t.15-.35T3%209.5t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m2.638-3.637Q5%206.425%205%206t.288-.712T6%205t.713.288T7%206t-.288.713T6%207t-.712-.288M2.65%2014.35Q2.5%2014.2%202.5%2014t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m7%207Q9.5%2021.2%209.5%2021t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-18Q9.5%203.2%209.5%203t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m-.363%203.363Q9%206.425%209%206t.288-.712T10%205t.713.288T11%206t-.288.713T10%207t-.712-.288m-.35%208.35Q8.5%2014.626%208.5%2014t.438-1.062T10%2012.5t1.063.438T11.5%2014t-.437%201.063T10%2015.5t-1.062-.437m0-4Q8.5%2010.625%208.5%2010t.438-1.062T10%208.5t1.063.438T11.5%2010t-.437%201.063T10%2011.5t-1.062-.437m.35%207.65Q9%2018.425%209%2018t.288-.712T10%2017t.713.288T11%2018t-.288.713T10%2019t-.712-.288m9.474-.762q-2.237%202.525-5.537%202.975q-.5.075-.862-.275T12%2019.8V4.2q0-.5.363-.838t.862-.287q3.3.45%205.538%202.975T21%2012t-2.238%205.95%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%22M5.288%2014.713Q5%2014.425%205%2014t.288-.712T6%2013t.713.288T7%2014t-.288.713T6%2015t-.712-.288m0%204Q5%2018.426%205%2018t.288-.712T6%2017t.713.288T7%2018t-.288.713T6%2019t-.712-.288m0-8Q5%2010.425%205%2010t.288-.712T6%209t.713.288T7%2010t-.288.713T6%2011t-.712-.288M2.65%2010.35Q2.5%2010.2%202.5%2010t.15-.35T3%209.5t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m2.638-3.637Q5%206.425%205%206t.288-.712T6%205t.713.288T7%206t-.288.713T6%207t-.712-.288M2.65%2014.35Q2.5%2014.2%202.5%2014t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m7%207Q9.5%2021.2%209.5%2021t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-18Q9.5%203.2%209.5%203t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m-.363%203.363Q9%206.425%209%206t.288-.712T10%205t.713.288T11%206t-.288.713T10%207t-.712-.288m-.35%208.35Q8.5%2014.626%208.5%2014t.438-1.062T10%2012.5t1.063.438T11.5%2014t-.437%201.063T10%2015.5t-1.062-.437m0-4Q8.5%2010.625%208.5%2010t.438-1.062T10%208.5t1.063.438T11.5%2010t-.437%201.063T10%2011.5t-1.062-.437m.35%207.65Q9%2018.425%209%2018t.288-.712T10%2017t.713.288T11%2018t-.288.713T10%2019t-.712-.288m9.474-.762q-2.237%202.525-5.537%202.975q-.5.075-.862-.275T12%2019.8V4.2q0-.5.363-.838t.862-.287q3.3.45%205.538%202.975T21%2012t-2.238%205.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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