opthalmology icon
opthalmology from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.
- Name
- opthalmology
- Set
- Health Icons
- Style
- Filled
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More specialties icons from Health Icons
accident-and-emergencyadmissionsbiochemistry-laboratoryburn-unitcardiologychaplaincycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitmedical-recordsnephrology
Use the opthalmology icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm15.04 9C30.75 15 39 24 39 24s-8.25 9-14.96 9S9 24 9 24s8.329-9 15.04-9m-12.21 9a44 44 0 0 1 3.394-2.916c.516-.397 1.053-.79 1.605-1.166A8.2 8.2 0 0 0 15.75 24a8.2 8.2 0 0 0 1.079 4.082a34 34 0 0 1-1.605-1.166A44 44 0 0 1 11.83 24m20.42 0a8.2 8.2 0 0 0-1.111-4.138c.575.391 1.135.802 1.671 1.218A43 43 0 0 1 36.183 24a43 43 0 0 1-3.373 2.92c-.536.416-1.096.827-1.671 1.218A8.2 8.2 0 0 0 32.25 24M24 30.25a6.25 6.25 0 1 0 0-12.5a6.25 6.25 0 0 0 0 12.5M27.75 24a3.75 3.75 0 1 1-1.311-2.849a1.125 1.125 0 1 0 .41.41c.562.656.901 1.508.901 2.439" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsOpthalmology(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm15.04 9C30.75 15 39 24 39 24s-8.25 9-14.96 9S9 24 9 24s8.329-9 15.04-9m-12.21 9a44 44 0 0 1 3.394-2.916c.516-.397 1.053-.79 1.605-1.166A8.2 8.2 0 0 0 15.75 24a8.2 8.2 0 0 0 1.079 4.082a34 34 0 0 1-1.605-1.166A44 44 0 0 1 11.83 24m20.42 0a8.2 8.2 0 0 0-1.111-4.138c.575.391 1.135.802 1.671 1.218A43 43 0 0 1 36.183 24a43 43 0 0 1-3.373 2.92c-.536.416-1.096.827-1.671 1.218A8.2 8.2 0 0 0 32.25 24M24 30.25a6.25 6.25 0 1 0 0-12.5a6.25 6.25 0 0 0 0 12.5M27.75 24a3.75 3.75 0 1 1-1.311-2.849a1.125 1.125 0 1 0 .41.41c.562.656.901 1.508.901 2.439" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm15.04 9C30.75 15 39 24 39 24s-8.25 9-14.96 9S9 24 9 24s8.329-9 15.04-9m-12.21 9a44 44 0 0 1 3.394-2.916c.516-.397 1.053-.79 1.605-1.166A8.2 8.2 0 0 0 15.75 24a8.2 8.2 0 0 0 1.079 4.082a34 34 0 0 1-1.605-1.166A44 44 0 0 1 11.83 24m20.42 0a8.2 8.2 0 0 0-1.111-4.138c.575.391 1.135.802 1.671 1.218A43 43 0 0 1 36.183 24a43 43 0 0 1-3.373 2.92c-.536.416-1.096.827-1.671 1.218A8.2 8.2 0 0 0 32.25 24M24 30.25a6.25 6.25 0 1 0 0-12.5a6.25 6.25 0 0 0 0 12.5M27.75 24a3.75 3.75 0 1 1-1.311-2.849a1.125 1.125 0 1 0 .41.41c.562.656.901 1.508.901 2.439" clip-rule="evenodd"/></svg> </template>
CSS
.icon-opthalmology {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm15.04%209C30.75%2015%2039%2024%2039%2024s-8.25%209-14.96%209S9%2024%209%2024s8.329-9%2015.04-9m-12.21%209a44%2044%200%200%201%203.394-2.916c.516-.397%201.053-.79%201.605-1.166A8.2%208.2%200%200%200%2015.75%2024a8.2%208.2%200%200%200%201.079%204.082a34%2034%200%200%201-1.605-1.166A44%2044%200%200%201%2011.83%2024m20.42%200a8.2%208.2%200%200%200-1.111-4.138c.575.391%201.135.802%201.671%201.218A43%2043%200%200%201%2036.183%2024a43%2043%200%200%201-3.373%202.92c-.536.416-1.096.827-1.671%201.218A8.2%208.2%200%200%200%2032.25%2024M24%2030.25a6.25%206.25%200%201%200%200-12.5a6.25%206.25%200%200%200%200%2012.5M27.75%2024a3.75%203.75%200%201%201-1.311-2.849a1.125%201.125%200%201%200%20.41.41c.562.656.901%201.508.901%202.439%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm15.04%209C30.75%2015%2039%2024%2039%2024s-8.25%209-14.96%209S9%2024%209%2024s8.329-9%2015.04-9m-12.21%209a44%2044%200%200%201%203.394-2.916c.516-.397%201.053-.79%201.605-1.166A8.2%208.2%200%200%200%2015.75%2024a8.2%208.2%200%200%200%201.079%204.082a34%2034%200%200%201-1.605-1.166A44%2044%200%200%201%2011.83%2024m20.42%200a8.2%208.2%200%200%200-1.111-4.138c.575.391%201.135.802%201.671%201.218A43%2043%200%200%201%2036.183%2024a43%2043%200%200%201-3.373%202.92c-.536.416-1.096.827-1.671%201.218A8.2%208.2%200%200%200%2032.25%2024M24%2030.25a6.25%206.25%200%201%200%200-12.5a6.25%206.25%200%200%200%200%2012.5M27.75%2024a3.75%203.75%200%201%201-1.311-2.849a1.125%201.125%200%201%200%20.41.41c.562.656.901%201.508.901%202.439%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/opthalmology.svg?color=%231a73e8&size=48