outline dirty lens icon
outline-dirty-lens from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.
- Name
- outline-dirty-lens
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Image
- Viewbox
- 24×24
- License
- Apache 2.0
More image icons from Google Material Icons
baseline-10mpbaseline-11mpbaseline-12mpbaseline-13mpbaseline-14mpbaseline-15mpbaseline-16mpbaseline-17mpbaseline-18mpbaseline-19mpbaseline-20mpbaseline-21mpbaseline-22mpbaseline-23mpbaseline-24mpbaseline-2mpbaseline-30fps-selectbaseline-3mpbaseline-4mpbaseline-5mpbaseline-60fps-selectbaseline-6mpbaseline-7mpbaseline-8mp
Use the outline 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="M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m0 14h-7.02c-.22-.84-.52-1.76-.13-2.33c.81-1.12 2.67 1.77 3.81-.09c.77-1.57-1.58-1.29-1.64-2.12c-.05-.84 3.68.17 3.04-1.66c-.61-1.73-2.42.48-2.76-.53c-.58-1.74 4.7-1.68 2.85-4.01c-1.76-2.22-2.47 2.85-4.41 2.33c-1.34-.36-1.01-2.88-2.65-2.44c-1.88.51 1.03 2.2 0 2.86c-.96.63-1.72-.92-2.51-1.19c-.2-.07-.69-.05-.91.19c-.78.86.28 1.16.25 1.91c-.02.75-1.59.49-1.51 1.49c.12 1.6 2.18.45 2.4 1.24c.55 1.98-1.89 2.15-.5 3.27c1.53.71 1.91-1.94 2.8-1.35c.58.38.3 1.45.16 2.43H4V7h4.05l1.83-2h4.24l1.83 2H20z"/><path fill="currentColor" d="M17.28 17.15c0 .48.39.86.86.86c.48 0 .86-.38.86-.86s-.39-.86-.86-.86c-.48 0-.86.38-.86.86"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineDirtyLens(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="M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m0 14h-7.02c-.22-.84-.52-1.76-.13-2.33c.81-1.12 2.67 1.77 3.81-.09c.77-1.57-1.58-1.29-1.64-2.12c-.05-.84 3.68.17 3.04-1.66c-.61-1.73-2.42.48-2.76-.53c-.58-1.74 4.7-1.68 2.85-4.01c-1.76-2.22-2.47 2.85-4.41 2.33c-1.34-.36-1.01-2.88-2.65-2.44c-1.88.51 1.03 2.2 0 2.86c-.96.63-1.72-.92-2.51-1.19c-.2-.07-.69-.05-.91.19c-.78.86.28 1.16.25 1.91c-.02.75-1.59.49-1.51 1.49c.12 1.6 2.18.45 2.4 1.24c.55 1.98-1.89 2.15-.5 3.27c1.53.71 1.91-1.94 2.8-1.35c.58.38.3 1.45.16 2.43H4V7h4.05l1.83-2h4.24l1.83 2H20z"/><path fill="currentColor" d="M17.28 17.15c0 .48.39.86.86.86c.48 0 .86-.38.86-.86s-.39-.86-.86-.86c-.48 0-.86.38-.86.86"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 5h-3.17L15 3H9L7.17 5H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2m0 14h-7.02c-.22-.84-.52-1.76-.13-2.33c.81-1.12 2.67 1.77 3.81-.09c.77-1.57-1.58-1.29-1.64-2.12c-.05-.84 3.68.17 3.04-1.66c-.61-1.73-2.42.48-2.76-.53c-.58-1.74 4.7-1.68 2.85-4.01c-1.76-2.22-2.47 2.85-4.41 2.33c-1.34-.36-1.01-2.88-2.65-2.44c-1.88.51 1.03 2.2 0 2.86c-.96.63-1.72-.92-2.51-1.19c-.2-.07-.69-.05-.91.19c-.78.86.28 1.16.25 1.91c-.02.75-1.59.49-1.51 1.49c.12 1.6 2.18.45 2.4 1.24c.55 1.98-1.89 2.15-.5 3.27c1.53.71 1.91-1.94 2.8-1.35c.58.38.3 1.45.16 2.43H4V7h4.05l1.83-2h4.24l1.83 2H20z"/><path fill="currentColor" d="M17.28 17.15c0 .48.39.86.86.86c.48 0 .86-.38.86-.86s-.39-.86-.86-.86c-.48 0-.86.38-.86.86"/></svg> </template>
CSS
.icon-outline-dirty-lens {
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%22M20%205h-3.17L15%203H9L7.17%205H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V7c0-1.1-.9-2-2-2m0%2014h-7.02c-.22-.84-.52-1.76-.13-2.33c.81-1.12%202.67%201.77%203.81-.09c.77-1.57-1.58-1.29-1.64-2.12c-.05-.84%203.68.17%203.04-1.66c-.61-1.73-2.42.48-2.76-.53c-.58-1.74%204.7-1.68%202.85-4.01c-1.76-2.22-2.47%202.85-4.41%202.33c-1.34-.36-1.01-2.88-2.65-2.44c-1.88.51%201.03%202.2%200%202.86c-.96.63-1.72-.92-2.51-1.19c-.2-.07-.69-.05-.91.19c-.78.86.28%201.16.25%201.91c-.02.75-1.59.49-1.51%201.49c.12%201.6%202.18.45%202.4%201.24c.55%201.98-1.89%202.15-.5%203.27c1.53.71%201.91-1.94%202.8-1.35c.58.38.3%201.45.16%202.43H4V7h4.05l1.83-2h4.24l1.83%202H20z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.28%2017.15c0%20.48.39.86.86.86c.48%200%20.86-.38.86-.86s-.39-.86-.86-.86c-.48%200-.86.38-.86.86%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%22M20%205h-3.17L15%203H9L7.17%205H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V7c0-1.1-.9-2-2-2m0%2014h-7.02c-.22-.84-.52-1.76-.13-2.33c.81-1.12%202.67%201.77%203.81-.09c.77-1.57-1.58-1.29-1.64-2.12c-.05-.84%203.68.17%203.04-1.66c-.61-1.73-2.42.48-2.76-.53c-.58-1.74%204.7-1.68%202.85-4.01c-1.76-2.22-2.47%202.85-4.41%202.33c-1.34-.36-1.01-2.88-2.65-2.44c-1.88.51%201.03%202.2%200%202.86c-.96.63-1.72-.92-2.51-1.19c-.2-.07-.69-.05-.91.19c-.78.86.28%201.16.25%201.91c-.02.75-1.59.49-1.51%201.49c.12%201.6%202.18.45%202.4%201.24c.55%201.98-1.89%202.15-.5%203.27c1.53.71%201.91-1.94%202.8-1.35c.58.38.3%201.45.16%202.43H4V7h4.05l1.83-2h4.24l1.83%202H20z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.28%2017.15c0%20.48.39.86.86.86c.48%200%20.86-.38.86-.86s-.39-.86-.86-.86c-.48%200-.86.38-.86.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-dirty-lens.svg?color=%231a73e8&size=48