magnifying glass icon
magnifying-glass from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- magnifying-glass
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
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="M28.936 27.384A12.95 12.95 0 0 0 32 19c0-7.18-5.82-13-13-13S6 11.82 6 19s5.82 13 13 13c3.195 0 6.12-1.152 8.384-3.064L27 31.144l7.514 7.514l4.144-4.144L31.144 27zM19 29c5.523 0 10-4.477 10-10S24.523 9 19 9S9 13.477 9 19s4.477 10 10 10" clip-rule="evenodd"/><path d="m35.928 40.072l4.144-4.144l1.356 1.356c.763.763.763 2 0 2.762l-1.382 1.382c-.763.763-2 .763-2.762 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMagnifyingGlass(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="M28.936 27.384A12.95 12.95 0 0 0 32 19c0-7.18-5.82-13-13-13S6 11.82 6 19s5.82 13 13 13c3.195 0 6.12-1.152 8.384-3.064L27 31.144l7.514 7.514l4.144-4.144L31.144 27zM19 29c5.523 0 10-4.477 10-10S24.523 9 19 9S9 13.477 9 19s4.477 10 10 10" clipRule="evenodd"/><path d="m35.928 40.072l4.144-4.144l1.356 1.356c.763.763.763 2 0 2.762l-1.382 1.382c-.763.763-2 .763-2.762 0z"/></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="M28.936 27.384A12.95 12.95 0 0 0 32 19c0-7.18-5.82-13-13-13S6 11.82 6 19s5.82 13 13 13c3.195 0 6.12-1.152 8.384-3.064L27 31.144l7.514 7.514l4.144-4.144L31.144 27zM19 29c5.523 0 10-4.477 10-10S24.523 9 19 9S9 13.477 9 19s4.477 10 10 10" clip-rule="evenodd"/><path d="m35.928 40.072l4.144-4.144l1.356 1.356c.763.763.763 2 0 2.762l-1.382 1.382c-.763.763-2 .763-2.762 0z"/></g></svg> </template>
CSS
.icon-magnifying-glass {
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%22M28.936%2027.384A12.95%2012.95%200%200%200%2032%2019c0-7.18-5.82-13-13-13S6%2011.82%206%2019s5.82%2013%2013%2013c3.195%200%206.12-1.152%208.384-3.064L27%2031.144l7.514%207.514l4.144-4.144L31.144%2027zM19%2029c5.523%200%2010-4.477%2010-10S24.523%209%2019%209S9%2013.477%209%2019s4.477%2010%2010%2010%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m35.928%2040.072l4.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%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%22M28.936%2027.384A12.95%2012.95%200%200%200%2032%2019c0-7.18-5.82-13-13-13S6%2011.82%206%2019s5.82%2013%2013%2013c3.195%200%206.12-1.152%208.384-3.064L27%2031.144l7.514%207.514l4.144-4.144L31.144%2027zM19%2029c5.523%200%2010-4.477%2010-10S24.523%209%2019%209S9%2013.477%209%2019s4.477%2010%2010%2010%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m35.928%2040.072l4.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%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.svg?color=%231a73e8&size=48