medical search icon
medical-search from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- medical-search
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More symbols icons from Health Icons
Use the medical search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25 19v-4h4v4h4v4h-4v4h-4v-4h-4v-4z"/><path fill-rule="evenodd" d="M27 36c8.284 0 15-6.716 15-15S35.284 6 27 6s-15 6.716-15 15c0 3.826 1.432 7.317 3.79 9.967l-1.158 1.159l-1.705.119L6 39.172L8.828 42l6.884-6.884l.158-1.4l1.346-1.346A14.94 14.94 0 0 0 27 36m0-2c7.18 0 13-5.82 13-13S34.18 8 27 8s-13 5.82-13 13s5.82 13 13 13" clip-rule="evenodd"/><path fill-rule="evenodd" d="m16.537 30.302l.627.705l.704.605a13.94 13.94 0 0 0 8.481 3.373c-7.275-.333-13.103-6.219-13.341-13.519a13.94 13.94 0 0 0 3.53 8.836m-1.463 2.795l-1.705.12l-5.955 5.955l1.414 1.414l5.93-5.93l.158-1.4zm.638 2.02L8.828 42L6 39.172l6.927-6.927l1.705-.12l1.158-1.158A14.94 14.94 0 0 1 12 21c0-8.284 6.716-15 15-15s15 6.716 15 15s-6.716 15-15 15a14.94 14.94 0 0 1-9.784-3.63l-1.346 1.346zM26 20h-4v2h4v4h2v-4h4v-2h-4v-4h-2zm3-5v4h4v4h-4v4h-4v-4h-4v-4h4v-4zm11 6c0 7.18-5.82 13-13 13s-13-5.82-13-13S19.82 8 27 8s13 5.82 13 13" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMedicalSearch(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="M25 19v-4h4v4h4v4h-4v4h-4v-4h-4v-4z"/><path fillRule="evenodd" d="M27 36c8.284 0 15-6.716 15-15S35.284 6 27 6s-15 6.716-15 15c0 3.826 1.432 7.317 3.79 9.967l-1.158 1.159l-1.705.119L6 39.172L8.828 42l6.884-6.884l.158-1.4l1.346-1.346A14.94 14.94 0 0 0 27 36m0-2c7.18 0 13-5.82 13-13S34.18 8 27 8s-13 5.82-13 13s5.82 13 13 13" clipRule="evenodd"/><path fillRule="evenodd" d="m16.537 30.302l.627.705l.704.605a13.94 13.94 0 0 0 8.481 3.373c-7.275-.333-13.103-6.219-13.341-13.519a13.94 13.94 0 0 0 3.53 8.836m-1.463 2.795l-1.705.12l-5.955 5.955l1.414 1.414l5.93-5.93l.158-1.4zm.638 2.02L8.828 42L6 39.172l6.927-6.927l1.705-.12l1.158-1.158A14.94 14.94 0 0 1 12 21c0-8.284 6.716-15 15-15s15 6.716 15 15s-6.716 15-15 15a14.94 14.94 0 0 1-9.784-3.63l-1.346 1.346zM26 20h-4v2h4v4h2v-4h4v-2h-4v-4h-2zm3-5v4h4v4h-4v4h-4v-4h-4v-4h4v-4zm11 6c0 7.18-5.82 13-13 13s-13-5.82-13-13S19.82 8 27 8s13 5.82 13 13" 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="M25 19v-4h4v4h4v4h-4v4h-4v-4h-4v-4z"/><path fill-rule="evenodd" d="M27 36c8.284 0 15-6.716 15-15S35.284 6 27 6s-15 6.716-15 15c0 3.826 1.432 7.317 3.79 9.967l-1.158 1.159l-1.705.119L6 39.172L8.828 42l6.884-6.884l.158-1.4l1.346-1.346A14.94 14.94 0 0 0 27 36m0-2c7.18 0 13-5.82 13-13S34.18 8 27 8s-13 5.82-13 13s5.82 13 13 13" clip-rule="evenodd"/><path fill-rule="evenodd" d="m16.537 30.302l.627.705l.704.605a13.94 13.94 0 0 0 8.481 3.373c-7.275-.333-13.103-6.219-13.341-13.519a13.94 13.94 0 0 0 3.53 8.836m-1.463 2.795l-1.705.12l-5.955 5.955l1.414 1.414l5.93-5.93l.158-1.4zm.638 2.02L8.828 42L6 39.172l6.927-6.927l1.705-.12l1.158-1.158A14.94 14.94 0 0 1 12 21c0-8.284 6.716-15 15-15s15 6.716 15 15s-6.716 15-15 15a14.94 14.94 0 0 1-9.784-3.63l-1.346 1.346zM26 20h-4v2h4v4h2v-4h4v-2h-4v-4h-2zm3-5v4h4v4h-4v4h-4v-4h-4v-4h4v-4zm11 6c0 7.18-5.82 13-13 13s-13-5.82-13-13S19.82 8 27 8s13 5.82 13 13" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-medical-search {
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%22M25%2019v-4h4v4h4v4h-4v4h-4v-4h-4v-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M27%2036c8.284%200%2015-6.716%2015-15S35.284%206%2027%206s-15%206.716-15%2015c0%203.826%201.432%207.317%203.79%209.967l-1.158%201.159l-1.705.119L6%2039.172L8.828%2042l6.884-6.884l.158-1.4l1.346-1.346A14.94%2014.94%200%200%200%2027%2036m0-2c7.18%200%2013-5.82%2013-13S34.18%208%2027%208s-13%205.82-13%2013s5.82%2013%2013%2013%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m16.537%2030.302l.627.705l.704.605a13.94%2013.94%200%200%200%208.481%203.373c-7.275-.333-13.103-6.219-13.341-13.519a13.94%2013.94%200%200%200%203.53%208.836m-1.463%202.795l-1.705.12l-5.955%205.955l1.414%201.414l5.93-5.93l.158-1.4zm.638%202.02L8.828%2042L6%2039.172l6.927-6.927l1.705-.12l1.158-1.158A14.94%2014.94%200%200%201%2012%2021c0-8.284%206.716-15%2015-15s15%206.716%2015%2015s-6.716%2015-15%2015a14.94%2014.94%200%200%201-9.784-3.63l-1.346%201.346zM26%2020h-4v2h4v4h2v-4h4v-2h-4v-4h-2zm3-5v4h4v4h-4v4h-4v-4h-4v-4h4v-4zm11%206c0%207.18-5.82%2013-13%2013s-13-5.82-13-13S19.82%208%2027%208s13%205.82%2013%2013%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%22M25%2019v-4h4v4h4v4h-4v4h-4v-4h-4v-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M27%2036c8.284%200%2015-6.716%2015-15S35.284%206%2027%206s-15%206.716-15%2015c0%203.826%201.432%207.317%203.79%209.967l-1.158%201.159l-1.705.119L6%2039.172L8.828%2042l6.884-6.884l.158-1.4l1.346-1.346A14.94%2014.94%200%200%200%2027%2036m0-2c7.18%200%2013-5.82%2013-13S34.18%208%2027%208s-13%205.82-13%2013s5.82%2013%2013%2013%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m16.537%2030.302l.627.705l.704.605a13.94%2013.94%200%200%200%208.481%203.373c-7.275-.333-13.103-6.219-13.341-13.519a13.94%2013.94%200%200%200%203.53%208.836m-1.463%202.795l-1.705.12l-5.955%205.955l1.414%201.414l5.93-5.93l.158-1.4zm.638%202.02L8.828%2042L6%2039.172l6.927-6.927l1.705-.12l1.158-1.158A14.94%2014.94%200%200%201%2012%2021c0-8.284%206.716-15%2015-15s15%206.716%2015%2015s-6.716%2015-15%2015a14.94%2014.94%200%200%201-9.784-3.63l-1.346%201.346zM26%2020h-4v2h4v4h2v-4h4v-2h-4v-4h-2zm3-5v4h4v4h-4v4h-4v-4h-4v-4h4v-4zm11%206c0%207.18-5.82%2013-13%2013s-13-5.82-13-13S19.82%208%2027%208s13%205.82%2013%2013%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/medical-search.svg?color=%231a73e8&size=48