lens blur icon
lens-blur from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- lens-blur
- Set
- Material Symbols
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- lens-blur-outline, lens-blur-outline-rounded, lens-blur-outline-sharp, lens-blur-rounded, lens-blur-sharp
The same icon in other sets
More images icons from Material Symbols
Use the lens blur icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.65 14.35Q2.5 14.2 2.5 14t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-4Q2.5 10.2 2.5 10t.15-.35T3 9.5t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m2.638 8.363Q5 18.425 5 18t.288-.712T6 17t.713.288T7 18t-.288.713T6 19t-.712-.288m0-4Q5 14.425 5 14t.288-.712T6 13t.713.288T7 14t-.288.713T6 15t-.712-.288m0-4Q5 10.426 5 10t.288-.712T6 9t.713.288T7 10t-.288.713T6 11t-.712-.288m0-4Q5 6.426 5 6t.288-.712T6 5t.713.288T7 6t-.288.713T6 7t-.712-.288m3.65 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-.288m0-12Q9 6.425 9 6t.288-.712T10 5t.713.288T11 6t-.288.713T10 7t-.712-.288M9.65 21.35Q9.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-.15m3.288 11.713Q12.5 14.625 12.5 14t.438-1.062T14 12.5t1.063.438T15.5 14t-.437 1.063T14 15.5t-1.062-.437m0-4Q12.5 10.625 12.5 10t.438-1.062T14 8.5t1.063.438T15.5 10t-.437 1.063T14 11.5t-1.062-.437m.35 7.65Q13 18.425 13 18t.288-.712T14 17t.713.288T15 18t-.288.713T14 19t-.712-.288m0-12Q13 6.425 13 6t.288-.712T14 5t.713.288T15 6t-.288.713T14 7t-.712-.288m.362 14.638q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-18Q13.5 3.2 13.5 3t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m3.638 15.363Q17 18.425 17 18t.288-.712T18 17t.713.288T19 18t-.288.713T18 19t-.712-.288m0-4Q17 14.425 17 14t.288-.712T18 13t.713.288T19 14t-.288.713T18 15t-.712-.288m0-4Q17 10.426 17 10t.288-.712T18 9t.713.288T19 10t-.288.713T18 11t-.712-.288m0-4Q17 6.426 17 6t.288-.712T18 5t.713.288T19 6t-.288.713T18 7t-.712-.288m3.362 7.638q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-4q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLensBlur(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="M2.65 14.35Q2.5 14.2 2.5 14t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-4Q2.5 10.2 2.5 10t.15-.35T3 9.5t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m2.638 8.363Q5 18.425 5 18t.288-.712T6 17t.713.288T7 18t-.288.713T6 19t-.712-.288m0-4Q5 14.425 5 14t.288-.712T6 13t.713.288T7 14t-.288.713T6 15t-.712-.288m0-4Q5 10.426 5 10t.288-.712T6 9t.713.288T7 10t-.288.713T6 11t-.712-.288m0-4Q5 6.426 5 6t.288-.712T6 5t.713.288T7 6t-.288.713T6 7t-.712-.288m3.65 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-.288m0-12Q9 6.425 9 6t.288-.712T10 5t.713.288T11 6t-.288.713T10 7t-.712-.288M9.65 21.35Q9.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-.15m3.288 11.713Q12.5 14.625 12.5 14t.438-1.062T14 12.5t1.063.438T15.5 14t-.437 1.063T14 15.5t-1.062-.437m0-4Q12.5 10.625 12.5 10t.438-1.062T14 8.5t1.063.438T15.5 10t-.437 1.063T14 11.5t-1.062-.437m.35 7.65Q13 18.425 13 18t.288-.712T14 17t.713.288T15 18t-.288.713T14 19t-.712-.288m0-12Q13 6.425 13 6t.288-.712T14 5t.713.288T15 6t-.288.713T14 7t-.712-.288m.362 14.638q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-18Q13.5 3.2 13.5 3t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m3.638 15.363Q17 18.425 17 18t.288-.712T18 17t.713.288T19 18t-.288.713T18 19t-.712-.288m0-4Q17 14.425 17 14t.288-.712T18 13t.713.288T19 14t-.288.713T18 15t-.712-.288m0-4Q17 10.426 17 10t.288-.712T18 9t.713.288T19 10t-.288.713T18 11t-.712-.288m0-4Q17 6.426 17 6t.288-.712T18 5t.713.288T19 6t-.288.713T18 7t-.712-.288m3.362 7.638q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-4q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.65 14.35Q2.5 14.2 2.5 14t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-4Q2.5 10.2 2.5 10t.15-.35T3 9.5t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m2.638 8.363Q5 18.425 5 18t.288-.712T6 17t.713.288T7 18t-.288.713T6 19t-.712-.288m0-4Q5 14.425 5 14t.288-.712T6 13t.713.288T7 14t-.288.713T6 15t-.712-.288m0-4Q5 10.426 5 10t.288-.712T6 9t.713.288T7 10t-.288.713T6 11t-.712-.288m0-4Q5 6.426 5 6t.288-.712T6 5t.713.288T7 6t-.288.713T6 7t-.712-.288m3.65 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-.288m0-12Q9 6.425 9 6t.288-.712T10 5t.713.288T11 6t-.288.713T10 7t-.712-.288M9.65 21.35Q9.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-.15m3.288 11.713Q12.5 14.625 12.5 14t.438-1.062T14 12.5t1.063.438T15.5 14t-.437 1.063T14 15.5t-1.062-.437m0-4Q12.5 10.625 12.5 10t.438-1.062T14 8.5t1.063.438T15.5 10t-.437 1.063T14 11.5t-1.062-.437m.35 7.65Q13 18.425 13 18t.288-.712T14 17t.713.288T15 18t-.288.713T14 19t-.712-.288m0-12Q13 6.425 13 6t.288-.712T14 5t.713.288T15 6t-.288.713T14 7t-.712-.288m.362 14.638q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-18Q13.5 3.2 13.5 3t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m3.638 15.363Q17 18.425 17 18t.288-.712T18 17t.713.288T19 18t-.288.713T18 19t-.712-.288m0-4Q17 14.425 17 14t.288-.712T18 13t.713.288T19 14t-.288.713T18 15t-.712-.288m0-4Q17 10.426 17 10t.288-.712T18 9t.713.288T19 10t-.288.713T18 11t-.712-.288m0-4Q17 6.426 17 6t.288-.712T18 5t.713.288T19 6t-.288.713T18 7t-.712-.288m3.362 7.638q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-4q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15"/></svg> </template>
CSS
.icon-lens-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.65%2014.35Q2.5%2014.2%202.5%2014t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-4Q2.5%2010.2%202.5%2010t.15-.35T3%209.5t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m2.638%208.363Q5%2018.425%205%2018t.288-.712T6%2017t.713.288T7%2018t-.288.713T6%2019t-.712-.288m0-4Q5%2014.425%205%2014t.288-.712T6%2013t.713.288T7%2014t-.288.713T6%2015t-.712-.288m0-4Q5%2010.426%205%2010t.288-.712T6%209t.713.288T7%2010t-.288.713T6%2011t-.712-.288m0-4Q5%206.426%205%206t.288-.712T6%205t.713.288T7%206t-.288.713T6%207t-.712-.288m3.65%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-.288m0-12Q9%206.425%209%206t.288-.712T10%205t.713.288T11%206t-.288.713T10%207t-.712-.288M9.65%2021.35Q9.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-.15m3.288%2011.713Q12.5%2014.625%2012.5%2014t.438-1.062T14%2012.5t1.063.438T15.5%2014t-.437%201.063T14%2015.5t-1.062-.437m0-4Q12.5%2010.625%2012.5%2010t.438-1.062T14%208.5t1.063.438T15.5%2010t-.437%201.063T14%2011.5t-1.062-.437m.35%207.65Q13%2018.425%2013%2018t.288-.712T14%2017t.713.288T15%2018t-.288.713T14%2019t-.712-.288m0-12Q13%206.425%2013%206t.288-.712T14%205t.713.288T15%206t-.288.713T14%207t-.712-.288m.362%2014.638q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-18Q13.5%203.2%2013.5%203t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m3.638%2015.363Q17%2018.425%2017%2018t.288-.712T18%2017t.713.288T19%2018t-.288.713T18%2019t-.712-.288m0-4Q17%2014.425%2017%2014t.288-.712T18%2013t.713.288T19%2014t-.288.713T18%2015t-.712-.288m0-4Q17%2010.426%2017%2010t.288-.712T18%209t.713.288T19%2010t-.288.713T18%2011t-.712-.288m0-4Q17%206.426%2017%206t.288-.712T18%205t.713.288T19%206t-.288.713T18%207t-.712-.288m3.362%207.638q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-4q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15%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%22M2.65%2014.35Q2.5%2014.2%202.5%2014t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-4Q2.5%2010.2%202.5%2010t.15-.35T3%209.5t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m2.638%208.363Q5%2018.425%205%2018t.288-.712T6%2017t.713.288T7%2018t-.288.713T6%2019t-.712-.288m0-4Q5%2014.425%205%2014t.288-.712T6%2013t.713.288T7%2014t-.288.713T6%2015t-.712-.288m0-4Q5%2010.426%205%2010t.288-.712T6%209t.713.288T7%2010t-.288.713T6%2011t-.712-.288m0-4Q5%206.426%205%206t.288-.712T6%205t.713.288T7%206t-.288.713T6%207t-.712-.288m3.65%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-.288m0-12Q9%206.425%209%206t.288-.712T10%205t.713.288T11%206t-.288.713T10%207t-.712-.288M9.65%2021.35Q9.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-.15m3.288%2011.713Q12.5%2014.625%2012.5%2014t.438-1.062T14%2012.5t1.063.438T15.5%2014t-.437%201.063T14%2015.5t-1.062-.437m0-4Q12.5%2010.625%2012.5%2010t.438-1.062T14%208.5t1.063.438T15.5%2010t-.437%201.063T14%2011.5t-1.062-.437m.35%207.65Q13%2018.425%2013%2018t.288-.712T14%2017t.713.288T15%2018t-.288.713T14%2019t-.712-.288m0-12Q13%206.425%2013%206t.288-.712T14%205t.713.288T15%206t-.288.713T14%207t-.712-.288m.362%2014.638q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-18Q13.5%203.2%2013.5%203t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m3.638%2015.363Q17%2018.425%2017%2018t.288-.712T18%2017t.713.288T19%2018t-.288.713T18%2019t-.712-.288m0-4Q17%2014.425%2017%2014t.288-.712T18%2013t.713.288T19%2014t-.288.713T18%2015t-.712-.288m0-4Q17%2010.426%2017%2010t.288-.712T18%209t.713.288T19%2010t-.288.713T18%2011t-.712-.288m0-4Q17%206.426%2017%206t.288-.712T18%205t.713.288T19%206t-.288.713T18%207t-.712-.288m3.362%207.638q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15m0-4q-.15-.15-.15-.35t.15-.35t.35-.15t.35.15t.15.35t-.15.35t-.35.15t-.35-.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/lens-blur.svg?color=%231a73e8&size=48