minimalistic magnifer icon

minimalistic-magnifer-line-duotone from Solar by 480 Design · Line Duotone · CC-BY-4.0 Attribution required.

Name
minimalistic-magnifer-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVG5qFtHdgM"><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="m20 20l2 2"/></g></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVG5qFtHdgM)"/></svg>

React

import type { SVGProps } from "react";

export function SolarMinimalisticMagniferLineDuotone(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="SVG5qFtHdgM"><g fill="none" strokeWidth="1.5"><circle cx="11.5" cy="11.5" r="9.5" stroke="gray"/><path stroke="#fff" strokeLinecap="round" d="m20 20l2 2"/></g></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVG5qFtHdgM)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVG5qFtHdgM"><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="m20 20l2 2"/></g></mask></defs><path fill="currentColor" d="M0 0h24v24H0z" mask="url(#SVG5qFtHdgM)"/></svg>
</template>

CSS

.icon-minimalistic-magnifer-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%22SVG5qFtHdgM%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%22m20%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(%23SVG5qFtHdgM)%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%22SVG5qFtHdgM%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%22m20%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(%23SVG5qFtHdgM)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/minimalistic-magnifer-line-duotone.svg?color=%231a73e8&size=48