minimalistic magnifier zoom in icon
minimalistic-magnifier-zoom-in-broken from Solar by 480 Design · Broken · Search · CC-BY-4.0 Attribution required.
- Name
- minimalistic-magnifier-zoom-in-broken
- Set
- Solar
- Style
- Broken
- Category
- Search
- Viewbox
- 24×24
- License
- CC BY 4.0
- Aliases
- minimalistic-magnifer-zoom-in-broken
5 other variants in Solar
More search icons from Solar
magnifier-boldmagnifier-bug-boldmagnifier-zoom-in-boldmagnifier-zoom-out-boldminimalistic-magnifier-boldminimalistic-magnifier-bug-boldminimalistic-magnifier-zoom-out-boldrounded-magnifier-boldrounded-magnifier-bug-boldrounded-magnifier-zoom-in-boldrounded-magnifier-zoom-out-boldminimalistic-magnifer-boldminimalistic-magnifer-bug-bold-duotoneminimalistic-magnifer-zoom-in-boldminimalistic-magnifer-zoom-out-bold
Use the minimalistic magnifier zoom in icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M9 11.5H11.5M11.5 11.5H14M11.5 11.5V14M11.5 11.5V9"/><path d="M20 20L22 22"/><path d="M6.75 3.27093C8.14732 2.46262 9.76964 2 11.5 2C16.7467 2 21 6.25329 21 11.5C21 16.7467 16.7467 21 11.5 21C6.25329 21 2 16.7467 2 11.5C2 9.76964 2.46262 8.14732 3.27093 6.75"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMinimalisticMagnifierZoomInBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M9 11.5H11.5M11.5 11.5H14M11.5 11.5V14M11.5 11.5V9"/><path d="M20 20L22 22"/><path d="M6.75 3.27093C8.14732 2.46262 9.76964 2 11.5 2C16.7467 2 21 6.25329 21 11.5C21 16.7467 16.7467 21 11.5 21C6.25329 21 2 16.7467 2 11.5C2 9.76964 2.46262 8.14732 3.27093 6.75"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M9 11.5H11.5M11.5 11.5H14M11.5 11.5V14M11.5 11.5V9"/><path d="M20 20L22 22"/><path d="M6.75 3.27093C8.14732 2.46262 9.76964 2 11.5 2C16.7467 2 21 6.25329 21 11.5C21 16.7467 16.7467 21 11.5 21C6.25329 21 2 16.7467 2 11.5C2 9.76964 2.46262 8.14732 3.27093 6.75"/></g></svg> </template>
CSS
.icon-minimalistic-magnifier-zoom-in-broken {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2011.5H11.5M11.5%2011.5H14M11.5%2011.5V14M11.5%2011.5V9%22%2F%3E%3Cpath%20d%3D%22M20%2020L22%2022%22%2F%3E%3Cpath%20d%3D%22M6.75%203.27093C8.14732%202.46262%209.76964%202%2011.5%202C16.7467%202%2021%206.25329%2021%2011.5C21%2016.7467%2016.7467%2021%2011.5%2021C6.25329%2021%202%2016.7467%202%2011.5C2%209.76964%202.46262%208.14732%203.27093%206.75%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2011.5H11.5M11.5%2011.5H14M11.5%2011.5V14M11.5%2011.5V9%22%2F%3E%3Cpath%20d%3D%22M20%2020L22%2022%22%2F%3E%3Cpath%20d%3D%22M6.75%203.27093C8.14732%202.46262%209.76964%202%2011.5%202C16.7467%202%2021%206.25329%2021%2011.5C21%2016.7467%2016.7467%2021%2011.5%2021C6.25329%2021%202%2016.7467%202%2011.5C2%209.76964%202.46262%208.14732%203.27093%206.75%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/minimalistic-magnifier-zoom-in-broken.svg?color=%231a73e8&size=48