minimalistic magnifer zoom in icon
minimalistic-magnifer-zoom-in-line-duotone from Solar by 480 Design · Line Duotone · CC-BY-4.0 Attribution required.
- Name
- minimalistic-magnifer-zoom-in-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Viewbox
- 24×24
- License
- CC BY 4.0
2 other variants in Solar
Related icons in Solar
Use the minimalistic magnifer zoom in icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGwJRune3D"><g fill="none" stroke-width="1.5"><circle cx="11.5" cy="11.5" r="9.5" stroke="gray"/><path stroke="#fff" stroke-linecap="round" d="M9 11.5h2.5m0 0H14m-2.5 0V14m0-2.5V9M20 20l2 2"/></g></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGwJRune3D)"/></svg>
React
import type { SVGProps } from "react";
export function SolarMinimalisticMagniferZoomInLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGwJRune3D"><g fill="none" strokeWidth="1.5"><circle cx="11.5" cy="11.5" r="9.5" stroke="gray"/><path stroke="#fff" strokeLinecap="round" d="M9 11.5h2.5m0 0H14m-2.5 0V14m0-2.5V9M20 20l2 2"/></g></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGwJRune3D)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGwJRune3D"><g fill="none" stroke-width="1.5"><circle cx="11.5" cy="11.5" r="9.5" stroke="gray"/><path stroke="#fff" stroke-linecap="round" d="M9 11.5h2.5m0 0H14m-2.5 0V14m0-2.5V9M20 20l2 2"/></g></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVGwJRune3D)"/></svg> </template>
CSS
.icon-minimalistic-magnifer-zoom-in-line-duotone {
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%3Cdefs%3E%3Cmask%20id%3D%22SVGwJRune3D%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2211.5%22%20r%3D%229.5%22%20stroke%3D%22gray%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M9%2011.5h2.5m0%200H14m-2.5%200V14m0-2.5V9M20%2020l2%202%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGwJRune3D)%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%3Cdefs%3E%3Cmask%20id%3D%22SVGwJRune3D%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2211.5%22%20cy%3D%2211.5%22%20r%3D%229.5%22%20stroke%3D%22gray%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M9%2011.5h2.5m0%200H14m-2.5%200V14m0-2.5V9M20%2020l2%202%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGwJRune3D)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/minimalistic-magnifer-zoom-in-line-duotone.svg?color=%231a73e8&size=48