magnifying glass icon

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

Name
magnifying-glass-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
magnifying-glass2x-outline

1 other variant in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the magnifying glass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M18.748 12.816c-1.74.067-3.313.688-4.154 1.53a1 1 0 1 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 0 1-1.415 1.414c-1.09-1.091-2.764-1.577-4.491-1.51"/><path fill-rule="evenodd" d="M27.384 28.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 27l10.284 10.284c.763.763.763 2 0 2.762l-1.382 1.382c-.763.763-2 .763-2.762 0L27 31.144zM30 19c0 6.075-4.925 11-11 11S8 25.075 8 19S12.925 8 19 8s11 4.925 11 11m7.249 16.933l-6.785-6.785l-1.12.195l-.196 1.121l6.805 6.805zm.118 2.75l1.298 1.298l1.316-1.316l-1.318-1.318z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMagnifyingGlassOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M18.748 12.816c-1.74.067-3.313.688-4.154 1.53a1 1 0 1 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 0 1-1.415 1.414c-1.09-1.091-2.764-1.577-4.491-1.51"/><path fillRule="evenodd" d="M27.384 28.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 27l10.284 10.284c.763.763.763 2 0 2.762l-1.382 1.382c-.763.763-2 .763-2.762 0L27 31.144zM30 19c0 6.075-4.925 11-11 11S8 25.075 8 19S12.925 8 19 8s11 4.925 11 11m7.249 16.933l-6.785-6.785l-1.12.195l-.196 1.121l6.805 6.805zm.118 2.75l1.298 1.298l1.316-1.316l-1.318-1.318z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M18.748 12.816c-1.74.067-3.313.688-4.154 1.53a1 1 0 1 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 0 1-1.415 1.414c-1.09-1.091-2.764-1.577-4.491-1.51"/><path fill-rule="evenodd" d="M27.384 28.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 27l10.284 10.284c.763.763.763 2 0 2.762l-1.382 1.382c-.763.763-2 .763-2.762 0L27 31.144zM30 19c0 6.075-4.925 11-11 11S8 25.075 8 19S12.925 8 19 8s11 4.925 11 11m7.249 16.933l-6.785-6.785l-1.12.195l-.196 1.121l6.805 6.805zm.118 2.75l1.298 1.298l1.316-1.316l-1.318-1.318z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-magnifying-glass-outline {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M18.748%2012.816c-1.74.067-3.313.688-4.154%201.53a1%201%200%201%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%200%201-1.415%201.414c-1.09-1.091-2.764-1.577-4.491-1.51%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M27.384%2028.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%2027l10.284%2010.284c.763.763.763%202%200%202.762l-1.382%201.382c-.763.763-2%20.763-2.762%200L27%2031.144zM30%2019c0%206.075-4.925%2011-11%2011S8%2025.075%208%2019S12.925%208%2019%208s11%204.925%2011%2011m7.249%2016.933l-6.785-6.785l-1.12.195l-.196%201.121l6.805%206.805zm.118%202.75l1.298%201.298l1.316-1.316l-1.318-1.318z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.748%2012.816c-1.74.067-3.313.688-4.154%201.53a1%201%200%201%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%200%201-1.415%201.414c-1.09-1.091-2.764-1.577-4.491-1.51%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M27.384%2028.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%2027l10.284%2010.284c.763.763.763%202%200%202.762l-1.382%201.382c-.763.763-2%20.763-2.762%200L27%2031.144zM30%2019c0%206.075-4.925%2011-11%2011S8%2025.075%208%2019S12.925%208%2019%208s11%204.925%2011%2011m7.249%2016.933l-6.785-6.785l-1.12.195l-.196%201.121l6.805%206.805zm.118%202.75l1.298%201.298l1.316-1.316l-1.318-1.318z%22%20clip-rule%3D%22evenodd%22%2F%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-outline.svg?color=%231a73e8&size=48