dirty lens icon
dirty-lens-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- dirty-lens-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the dirty lens icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 17.75q.25-.25.25-.6t-.25-.6t-.6-.25t-.6.25t-.25.6t.25.6t.6.25t.6-.25M10.9 16.5q.225 0 .387.238t.163.662t-.1.8t-.1.8h1.7q0-.475-.15-.875t-.15-.875q0-.425.188-.637t.412-.213t.425.075t.575.275q.5.275.838.388t.562.112q.525 0 .838-.387t.312-.813q0-.35-.25-.55t-.75-.4q-.425-.15-.612-.3T15 14.45q0-.225.313-.312T16.5 14q.75-.05 1.175-.2t.425-.6q0-.425-.238-.762t-.612-.338q-.175 0-.9.25q-.275.125-.425.163t-.275.037q-.2 0-.325-.137t-.125-.363q0-.35.325-.638T16.8 10.7q1.025-.45 1.363-.8t.337-.7q0-.5-.437-1t-.813-.5q-.35 0-.663.325T15.55 9.4q-.5.725-.862.988t-.738.262q-.35 0-.675-.275T12.6 9.35q-.3-.675-.537-.962T11.45 8.1q-.45 0-.75.188t-.3.412t.5 1.05q.225.35.313.525t.087.375t-.238.35t-.462.15q-.275 0-.525-.137T9.4 10.45q-.45-.425-.65-.562t-.5-.138q-.375 0-.638.263t-.262.537q0 .15.05.288t.2.362t.225.388t.075.312q0 .225-.2.35t-.55.25q-.425.15-.587.325T6.4 13.3q0 .2.063.437t.237.363q.25.2.625.225T8 14.35q.575 0 .738.213t.162.637q0 .3-.125.6t-.425.65q-.35.375-.425.525t-.075.275q0 .35.313.575t.587.225q.3 0 .563-.163T10 17.2q.375-.45.538-.575t.362-.125M4 21q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L9 3h6l1.85 2H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05 7H4zm8-6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDirtyLensOutline(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="M18.75 17.75q.25-.25.25-.6t-.25-.6t-.6-.25t-.6.25t-.25.6t.25.6t.6.25t.6-.25M10.9 16.5q.225 0 .387.238t.163.662t-.1.8t-.1.8h1.7q0-.475-.15-.875t-.15-.875q0-.425.188-.637t.412-.213t.425.075t.575.275q.5.275.838.388t.562.112q.525 0 .838-.387t.312-.813q0-.35-.25-.55t-.75-.4q-.425-.15-.612-.3T15 14.45q0-.225.313-.312T16.5 14q.75-.05 1.175-.2t.425-.6q0-.425-.238-.762t-.612-.338q-.175 0-.9.25q-.275.125-.425.163t-.275.037q-.2 0-.325-.137t-.125-.363q0-.35.325-.638T16.8 10.7q1.025-.45 1.363-.8t.337-.7q0-.5-.437-1t-.813-.5q-.35 0-.663.325T15.55 9.4q-.5.725-.862.988t-.738.262q-.35 0-.675-.275T12.6 9.35q-.3-.675-.537-.962T11.45 8.1q-.45 0-.75.188t-.3.412t.5 1.05q.225.35.313.525t.087.375t-.238.35t-.462.15q-.275 0-.525-.137T9.4 10.45q-.45-.425-.65-.562t-.5-.138q-.375 0-.638.263t-.262.537q0 .15.05.288t.2.362t.225.388t.075.312q0 .225-.2.35t-.55.25q-.425.15-.587.325T6.4 13.3q0 .2.063.437t.237.363q.25.2.625.225T8 14.35q.575 0 .738.213t.162.637q0 .3-.125.6t-.425.65q-.35.375-.425.525t-.075.275q0 .35.313.575t.587.225q.3 0 .563-.163T10 17.2q.375-.45.538-.575t.362-.125M4 21q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L9 3h6l1.85 2H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05 7H4zm8-6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.75 17.75q.25-.25.25-.6t-.25-.6t-.6-.25t-.6.25t-.25.6t.25.6t.6.25t.6-.25M10.9 16.5q.225 0 .387.238t.163.662t-.1.8t-.1.8h1.7q0-.475-.15-.875t-.15-.875q0-.425.188-.637t.412-.213t.425.075t.575.275q.5.275.838.388t.562.112q.525 0 .838-.387t.312-.813q0-.35-.25-.55t-.75-.4q-.425-.15-.612-.3T15 14.45q0-.225.313-.312T16.5 14q.75-.05 1.175-.2t.425-.6q0-.425-.238-.762t-.612-.338q-.175 0-.9.25q-.275.125-.425.163t-.275.037q-.2 0-.325-.137t-.125-.363q0-.35.325-.638T16.8 10.7q1.025-.45 1.363-.8t.337-.7q0-.5-.437-1t-.813-.5q-.35 0-.663.325T15.55 9.4q-.5.725-.862.988t-.738.262q-.35 0-.675-.275T12.6 9.35q-.3-.675-.537-.962T11.45 8.1q-.45 0-.75.188t-.3.412t.5 1.05q.225.35.313.525t.087.375t-.238.35t-.462.15q-.275 0-.525-.137T9.4 10.45q-.45-.425-.65-.562t-.5-.138q-.375 0-.638.263t-.262.537q0 .15.05.288t.2.362t.225.388t.075.312q0 .225-.2.35t-.55.25q-.425.15-.587.325T6.4 13.3q0 .2.063.437t.237.363q.25.2.625.225T8 14.35q.575 0 .738.213t.162.637q0 .3-.125.6t-.425.65q-.35.375-.425.525t-.075.275q0 .35.313.575t.587.225q.3 0 .563-.163T10 17.2q.375-.45.538-.575t.362-.125M4 21q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L9 3h6l1.85 2H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05 7H4zm8-6"/></svg> </template>
CSS
.icon-dirty-lens-outline {
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%22M18.75%2017.75q.25-.25.25-.6t-.25-.6t-.6-.25t-.6.25t-.25.6t.25.6t.6.25t.6-.25M10.9%2016.5q.225%200%20.387.238t.163.662t-.1.8t-.1.8h1.7q0-.475-.15-.875t-.15-.875q0-.425.188-.637t.412-.213t.425.075t.575.275q.5.275.838.388t.562.112q.525%200%20.838-.387t.312-.813q0-.35-.25-.55t-.75-.4q-.425-.15-.612-.3T15%2014.45q0-.225.313-.312T16.5%2014q.75-.05%201.175-.2t.425-.6q0-.425-.238-.762t-.612-.338q-.175%200-.9.25q-.275.125-.425.163t-.275.037q-.2%200-.325-.137t-.125-.363q0-.35.325-.638T16.8%2010.7q1.025-.45%201.363-.8t.337-.7q0-.5-.437-1t-.813-.5q-.35%200-.663.325T15.55%209.4q-.5.725-.862.988t-.738.262q-.35%200-.675-.275T12.6%209.35q-.3-.675-.537-.962T11.45%208.1q-.45%200-.75.188t-.3.412t.5%201.05q.225.35.313.525t.087.375t-.238.35t-.462.15q-.275%200-.525-.137T9.4%2010.45q-.45-.425-.65-.562t-.5-.138q-.375%200-.638.263t-.262.537q0%20.15.05.288t.2.362t.225.388t.075.312q0%20.225-.2.35t-.55.25q-.425.15-.587.325T6.4%2013.3q0%20.2.063.437t.237.363q.25.2.625.225T8%2014.35q.575%200%20.738.213t.162.637q0%20.3-.125.6t-.425.65q-.35.375-.425.525t-.075.275q0%20.35.313.575t.587.225q.3%200%20.563-.163T10%2017.2q.375-.45.538-.575t.362-.125M4%2021q-.825%200-1.412-.587T2%2019V7q0-.825.588-1.412T4%205h3.15L9%203h6l1.85%202H20q.825%200%201.413.588T22%207v12q0%20.825-.587%201.413T20%2021zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05%207H4zm8-6%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%22M18.75%2017.75q.25-.25.25-.6t-.25-.6t-.6-.25t-.6.25t-.25.6t.25.6t.6.25t.6-.25M10.9%2016.5q.225%200%20.387.238t.163.662t-.1.8t-.1.8h1.7q0-.475-.15-.875t-.15-.875q0-.425.188-.637t.412-.213t.425.075t.575.275q.5.275.838.388t.562.112q.525%200%20.838-.387t.312-.813q0-.35-.25-.55t-.75-.4q-.425-.15-.612-.3T15%2014.45q0-.225.313-.312T16.5%2014q.75-.05%201.175-.2t.425-.6q0-.425-.238-.762t-.612-.338q-.175%200-.9.25q-.275.125-.425.163t-.275.037q-.2%200-.325-.137t-.125-.363q0-.35.325-.638T16.8%2010.7q1.025-.45%201.363-.8t.337-.7q0-.5-.437-1t-.813-.5q-.35%200-.663.325T15.55%209.4q-.5.725-.862.988t-.738.262q-.35%200-.675-.275T12.6%209.35q-.3-.675-.537-.962T11.45%208.1q-.45%200-.75.188t-.3.412t.5%201.05q.225.35.313.525t.087.375t-.238.35t-.462.15q-.275%200-.525-.137T9.4%2010.45q-.45-.425-.65-.562t-.5-.138q-.375%200-.638.263t-.262.537q0%20.15.05.288t.2.362t.225.388t.075.312q0%20.225-.2.35t-.55.25q-.425.15-.587.325T6.4%2013.3q0%20.2.063.437t.237.363q.25.2.625.225T8%2014.35q.575%200%20.738.213t.162.637q0%20.3-.125.6t-.425.65q-.35.375-.425.525t-.075.275q0%20.35.313.575t.587.225q.3%200%20.563-.163T10%2017.2q.375-.45.538-.575t.362-.125M4%2021q-.825%200-1.412-.587T2%2019V7q0-.825.588-1.412T4%205h3.15L9%203h6l1.85%202H20q.825%200%201.413.588T22%207v12q0%20.825-.587%201.413T20%2021zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05%207H4zm8-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/dirty-lens-outline.svg?color=%231a73e8&size=48