magnifying glass negative icon

magnifying-glass-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
magnifying-glass-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the magnifying glass negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsMagnifyingGlassNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM29 19c0 5.523-4.477 10-10 10S9 24.523 9 19S13.477 9 19 9s10 4.477 10 10m-1.616 9.936A12.95 12.95 0 0 1 19 32c-7.18 0-13-5.82-13-13S11.82 6 19 6s13 5.82 13 13c0 3.195-1.152 6.12-3.064 8.384L31.144 27l7.514 7.514l-4.144 4.144L27 31.144zm-8.636-16.12c-1.74.067-3.313.688-4.154 1.53a1 1 0 0 1-1.414-1.415c1.297-1.297 3.409-2.033 5.49-2.114c2.095-.081 4.382.492 5.984 2.094a1 1 0 1 1-1.415 1.414c-1.09-1.09-2.764-1.577-4.491-1.51m17.18 27.256l4.144-4.144l1.356 1.356c.763.763.763 2 0 2.762l-1.382 1.382c-.763.763-2 .763-2.762 0z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMagnifyingGlassNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMagnifyingGlassNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsMagnifyingGlassNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM29 19c0 5.523-4.477 10-10 10S9 24.523 9 19S13.477 9 19 9s10 4.477 10 10m-1.616 9.936A12.95 12.95 0 0 1 19 32c-7.18 0-13-5.82-13-13S11.82 6 19 6s13 5.82 13 13c0 3.195-1.152 6.12-3.064 8.384L31.144 27l7.514 7.514l-4.144 4.144L27 31.144zm-8.636-16.12c-1.74.067-3.313.688-4.154 1.53a1 1 0 0 1-1.414-1.415c1.297-1.297 3.409-2.033 5.49-2.114c2.095-.081 4.382.492 5.984 2.094a1 1 0 1 1-1.415 1.414c-1.09-1.09-2.764-1.577-4.491-1.51m17.18 27.256l4.144-4.144l1.356 1.356c.763.763.763 2 0 2.762l-1.382 1.382c-.763.763-2 .763-2.762 0z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsMagnifyingGlassNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsMagnifyingGlassNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM29 19c0 5.523-4.477 10-10 10S9 24.523 9 19S13.477 9 19 9s10 4.477 10 10m-1.616 9.936A12.95 12.95 0 0 1 19 32c-7.18 0-13-5.82-13-13S11.82 6 19 6s13 5.82 13 13c0 3.195-1.152 6.12-3.064 8.384L31.144 27l7.514 7.514l-4.144 4.144L27 31.144zm-8.636-16.12c-1.74.067-3.313.688-4.154 1.53a1 1 0 0 1-1.414-1.415c1.297-1.297 3.409-2.033 5.49-2.114c2.095-.081 4.382.492 5.984 2.094a1 1 0 1 1-1.415 1.414c-1.09-1.09-2.764-1.577-4.491-1.51m17.18 27.256l4.144-4.144l1.356 1.356c.763.763.763 2 0 2.762l-1.382 1.382c-.763.763-2 .763-2.762 0z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMagnifyingGlassNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-magnifying-glass-negative {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsMagnifyingGlassNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM29%2019c0%205.523-4.477%2010-10%2010S9%2024.523%209%2019S13.477%209%2019%209s10%204.477%2010%2010m-1.616%209.936A12.95%2012.95%200%200%201%2019%2032c-7.18%200-13-5.82-13-13S11.82%206%2019%206s13%205.82%2013%2013c0%203.195-1.152%206.12-3.064%208.384L31.144%2027l7.514%207.514l-4.144%204.144L27%2031.144zm-8.636-16.12c-1.74.067-3.313.688-4.154%201.53a1%201%200%200%201-1.414-1.415c1.297-1.297%203.409-2.033%205.49-2.114c2.095-.081%204.382.492%205.984%202.094a1%201%200%201%201-1.415%201.414c-1.09-1.09-2.764-1.577-4.491-1.51m17.18%2027.256l4.144-4.144l1.356%201.356c.763.763.763%202%200%202.762l-1.382%201.382c-.763.763-2%20.763-2.762%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMagnifyingGlassNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsMagnifyingGlassNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM29%2019c0%205.523-4.477%2010-10%2010S9%2024.523%209%2019S13.477%209%2019%209s10%204.477%2010%2010m-1.616%209.936A12.95%2012.95%200%200%201%2019%2032c-7.18%200-13-5.82-13-13S11.82%206%2019%206s13%205.82%2013%2013c0%203.195-1.152%206.12-3.064%208.384L31.144%2027l7.514%207.514l-4.144%204.144L27%2031.144zm-8.636-16.12c-1.74.067-3.313.688-4.154%201.53a1%201%200%200%201-1.414-1.415c1.297-1.297%203.409-2.033%205.49-2.114c2.095-.081%204.382.492%205.984%202.094a1%201%200%201%201-1.415%201.414c-1.09-1.09-2.764-1.577-4.491-1.51m17.18%2027.256l4.144-4.144l1.356%201.356c.763.763.763%202%200%202.762l-1.382%201.382c-.763.763-2%20.763-2.762%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMagnifyingGlassNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/magnifying-glass-negative.svg?color=%231a73e8&size=48