deblur icon
deblur-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- deblur-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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-.288M17.275 7.4Q15.55 5.45 13 5.075q-.425-.05-.712-.35T12 4t.3-.712t.725-.238q3.375.4 5.675 2.938T21 12t-2.3 6.013t-5.675 2.937q-.425.05-.725-.237T12 20t.288-.725t.712-.35q2.55-.375 4.275-2.325T19 12t-1.725-4.6M12 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDeblurOutlineRounded(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-.288M17.275 7.4Q15.55 5.45 13 5.075q-.425-.05-.712-.35T12 4t.3-.712t.725-.238q3.375.4 5.675 2.938T21 12t-2.3 6.013t-5.675 2.937q-.425.05-.725-.237T12 20t.288-.725t.712-.35q2.55-.375 4.275-2.325T19 12t-1.725-4.6M12 12"/></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-.288M17.275 7.4Q15.55 5.45 13 5.075q-.425-.05-.712-.35T12 4t.3-.712t.725-.238q3.375.4 5.675 2.938T21 12t-2.3 6.013t-5.675 2.937q-.425.05-.725-.237T12 20t.288-.725t.712-.35q2.55-.375 4.275-2.325T19 12t-1.725-4.6M12 12"/></svg> </template>
CSS
.icon-deblur-outline-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-.288M17.275%207.4Q15.55%205.45%2013%205.075q-.425-.05-.712-.35T12%204t.3-.712t.725-.238q3.375.4%205.675%202.938T21%2012t-2.3%206.013t-5.675%202.937q-.425.05-.725-.237T12%2020t.288-.725t.712-.35q2.55-.375%204.275-2.325T19%2012t-1.725-4.6M12%2012%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-.288M17.275%207.4Q15.55%205.45%2013%205.075q-.425-.05-.712-.35T12%204t.3-.712t.725-.238q3.375.4%205.675%202.938T21%2012t-2.3%206.013t-5.675%202.937q-.425.05-.725-.237T12%2020t.288-.725t.712-.35q2.55-.375%204.275-2.325T19%2012t-1.725-4.6M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/deblur-outline-rounded.svg?color=%231a73e8&size=48