contact lenses icon
contact-lenses-24px from Health Icons by Resolve to Save Lives · Filled 24px · Devices · MIT Free for personal and commercial use.
- Name
- contact-lenses-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More devices icons from Health Icons
Use the contact lenses icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M8.087 3.073C9.147 2.593 10.842 2 12.5 2s3.352.594 4.413 1.074c.641.29.92.92.836 1.506a4.4 4.4 0 0 1-.412 1.768a4.8 4.8 0 0 1-1.157 1.541a5.3 5.3 0 0 1-1.92 1.087a6.97 6.97 0 0 1 4.236 2.014l.707.707l-.047.047a3.6 3.6 0 0 0-1.412-.834a4.15 4.15 0 0 0-1.718-.159a5 5 0 0 0-1.692.511c-.536.27-1.031.63-1.46 1.059s-.79.924-1.059 1.46a5 5 0 0 0-.51 1.692a4.15 4.15 0 0 0 .158 1.718c.169.53.45 1.012.835 1.411L8.95 21.95l-5.657-5.657l5.303-5.303a6.97 6.97 0 0 1 3.083-1.798a5.7 5.7 0 0 1-1.16-.293a5.3 5.3 0 0 1-1.7-1.01a4.8 4.8 0 0 1-1.156-1.541a4.4 4.4 0 0 1-.412-1.763a1.416 1.416 0 0 1 .836-1.512m2.202 1.302c.71.217 1.485.375 2.21.375c.726 0 1.502-.158 2.211-.375C14 4.158 13.225 4 12.5 4c-.726 0-1.501.158-2.21.375M12.5 6.75c1.132 0 2.28-.276 3.233-.604a3.4 3.4 0 0 1-.548.622c-.345.307-.76.554-1.221.724s-.96.258-1.463.258a4.2 4.2 0 0 1-1.463-.258a3.8 3.8 0 0 1-1.22-.724a3.4 3.4 0 0 1-.55-.622c.953.328 2.101.604 3.233.604" clip-rule="evenodd"/><path d="M17.078 13.006c.206.066.38.167.521.294l-3.745 3.746a1.4 1.4 0 0 1-.294-.521a1.95 1.95 0 0 1-.069-.809c.034-.304.13-.627.29-.948c.161-.32.381-.625.648-.892c.268-.267.572-.487.893-.648c.32-.16.643-.256.947-.29s.578-.005.809.068"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsContactLenses24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M8.087 3.073C9.147 2.593 10.842 2 12.5 2s3.352.594 4.413 1.074c.641.29.92.92.836 1.506a4.4 4.4 0 0 1-.412 1.768a4.8 4.8 0 0 1-1.157 1.541a5.3 5.3 0 0 1-1.92 1.087a6.97 6.97 0 0 1 4.236 2.014l.707.707l-.047.047a3.6 3.6 0 0 0-1.412-.834a4.15 4.15 0 0 0-1.718-.159a5 5 0 0 0-1.692.511c-.536.27-1.031.63-1.46 1.059s-.79.924-1.059 1.46a5 5 0 0 0-.51 1.692a4.15 4.15 0 0 0 .158 1.718c.169.53.45 1.012.835 1.411L8.95 21.95l-5.657-5.657l5.303-5.303a6.97 6.97 0 0 1 3.083-1.798a5.7 5.7 0 0 1-1.16-.293a5.3 5.3 0 0 1-1.7-1.01a4.8 4.8 0 0 1-1.156-1.541a4.4 4.4 0 0 1-.412-1.763a1.416 1.416 0 0 1 .836-1.512m2.202 1.302c.71.217 1.485.375 2.21.375c.726 0 1.502-.158 2.211-.375C14 4.158 13.225 4 12.5 4c-.726 0-1.501.158-2.21.375M12.5 6.75c1.132 0 2.28-.276 3.233-.604a3.4 3.4 0 0 1-.548.622c-.345.307-.76.554-1.221.724s-.96.258-1.463.258a4.2 4.2 0 0 1-1.463-.258a3.8 3.8 0 0 1-1.22-.724a3.4 3.4 0 0 1-.55-.622c.953.328 2.101.604 3.233.604" clipRule="evenodd"/><path d="M17.078 13.006c.206.066.38.167.521.294l-3.745 3.746a1.4 1.4 0 0 1-.294-.521a1.95 1.95 0 0 1-.069-.809c.034-.304.13-.627.29-.948c.161-.32.381-.625.648-.892c.268-.267.572-.487.893-.648c.32-.16.643-.256.947-.29s.578-.005.809.068"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M8.087 3.073C9.147 2.593 10.842 2 12.5 2s3.352.594 4.413 1.074c.641.29.92.92.836 1.506a4.4 4.4 0 0 1-.412 1.768a4.8 4.8 0 0 1-1.157 1.541a5.3 5.3 0 0 1-1.92 1.087a6.97 6.97 0 0 1 4.236 2.014l.707.707l-.047.047a3.6 3.6 0 0 0-1.412-.834a4.15 4.15 0 0 0-1.718-.159a5 5 0 0 0-1.692.511c-.536.27-1.031.63-1.46 1.059s-.79.924-1.059 1.46a5 5 0 0 0-.51 1.692a4.15 4.15 0 0 0 .158 1.718c.169.53.45 1.012.835 1.411L8.95 21.95l-5.657-5.657l5.303-5.303a6.97 6.97 0 0 1 3.083-1.798a5.7 5.7 0 0 1-1.16-.293a5.3 5.3 0 0 1-1.7-1.01a4.8 4.8 0 0 1-1.156-1.541a4.4 4.4 0 0 1-.412-1.763a1.416 1.416 0 0 1 .836-1.512m2.202 1.302c.71.217 1.485.375 2.21.375c.726 0 1.502-.158 2.211-.375C14 4.158 13.225 4 12.5 4c-.726 0-1.501.158-2.21.375M12.5 6.75c1.132 0 2.28-.276 3.233-.604a3.4 3.4 0 0 1-.548.622c-.345.307-.76.554-1.221.724s-.96.258-1.463.258a4.2 4.2 0 0 1-1.463-.258a3.8 3.8 0 0 1-1.22-.724a3.4 3.4 0 0 1-.55-.622c.953.328 2.101.604 3.233.604" clip-rule="evenodd"/><path d="M17.078 13.006c.206.066.38.167.521.294l-3.745 3.746a1.4 1.4 0 0 1-.294-.521a1.95 1.95 0 0 1-.069-.809c.034-.304.13-.627.29-.948c.161-.32.381-.625.648-.892c.268-.267.572-.487.893-.648c.32-.16.643-.256.947-.29s.578-.005.809.068"/></g></svg> </template>
CSS
.icon-contact-lenses-24px {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.087%203.073C9.147%202.593%2010.842%202%2012.5%202s3.352.594%204.413%201.074c.641.29.92.92.836%201.506a4.4%204.4%200%200%201-.412%201.768a4.8%204.8%200%200%201-1.157%201.541a5.3%205.3%200%200%201-1.92%201.087a6.97%206.97%200%200%201%204.236%202.014l.707.707l-.047.047a3.6%203.6%200%200%200-1.412-.834a4.15%204.15%200%200%200-1.718-.159a5%205%200%200%200-1.692.511c-.536.27-1.031.63-1.46%201.059s-.79.924-1.059%201.46a5%205%200%200%200-.51%201.692a4.15%204.15%200%200%200%20.158%201.718c.169.53.45%201.012.835%201.411L8.95%2021.95l-5.657-5.657l5.303-5.303a6.97%206.97%200%200%201%203.083-1.798a5.7%205.7%200%200%201-1.16-.293a5.3%205.3%200%200%201-1.7-1.01a4.8%204.8%200%200%201-1.156-1.541a4.4%204.4%200%200%201-.412-1.763a1.416%201.416%200%200%201%20.836-1.512m2.202%201.302c.71.217%201.485.375%202.21.375c.726%200%201.502-.158%202.211-.375C14%204.158%2013.225%204%2012.5%204c-.726%200-1.501.158-2.21.375M12.5%206.75c1.132%200%202.28-.276%203.233-.604a3.4%203.4%200%200%201-.548.622c-.345.307-.76.554-1.221.724s-.96.258-1.463.258a4.2%204.2%200%200%201-1.463-.258a3.8%203.8%200%200%201-1.22-.724a3.4%203.4%200%200%201-.55-.622c.953.328%202.101.604%203.233.604%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.078%2013.006c.206.066.38.167.521.294l-3.745%203.746a1.4%201.4%200%200%201-.294-.521a1.95%201.95%200%200%201-.069-.809c.034-.304.13-.627.29-.948c.161-.32.381-.625.648-.892c.268-.267.572-.487.893-.648c.32-.16.643-.256.947-.29s.578-.005.809.068%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.087%203.073C9.147%202.593%2010.842%202%2012.5%202s3.352.594%204.413%201.074c.641.29.92.92.836%201.506a4.4%204.4%200%200%201-.412%201.768a4.8%204.8%200%200%201-1.157%201.541a5.3%205.3%200%200%201-1.92%201.087a6.97%206.97%200%200%201%204.236%202.014l.707.707l-.047.047a3.6%203.6%200%200%200-1.412-.834a4.15%204.15%200%200%200-1.718-.159a5%205%200%200%200-1.692.511c-.536.27-1.031.63-1.46%201.059s-.79.924-1.059%201.46a5%205%200%200%200-.51%201.692a4.15%204.15%200%200%200%20.158%201.718c.169.53.45%201.012.835%201.411L8.95%2021.95l-5.657-5.657l5.303-5.303a6.97%206.97%200%200%201%203.083-1.798a5.7%205.7%200%200%201-1.16-.293a5.3%205.3%200%200%201-1.7-1.01a4.8%204.8%200%200%201-1.156-1.541a4.4%204.4%200%200%201-.412-1.763a1.416%201.416%200%200%201%20.836-1.512m2.202%201.302c.71.217%201.485.375%202.21.375c.726%200%201.502-.158%202.211-.375C14%204.158%2013.225%204%2012.5%204c-.726%200-1.501.158-2.21.375M12.5%206.75c1.132%200%202.28-.276%203.233-.604a3.4%203.4%200%200%201-.548.622c-.345.307-.76.554-1.221.724s-.96.258-1.463.258a4.2%204.2%200%200%201-1.463-.258a3.8%203.8%200%200%201-1.22-.724a3.4%203.4%200%200%201-.55-.622c.953.328%202.101.604%203.233.604%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.078%2013.006c.206.066.38.167.521.294l-3.745%203.746a1.4%201.4%200%200%201-.294-.521a1.95%201.95%200%200%201-.069-.809c.034-.304.13-.627.29-.948c.161-.32.381-.625.648-.892c.268-.267.572-.487.893-.648c.32-.16.643-.256.947-.29s.578-.005.809.068%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/contact-lenses-24px.svg?color=%231a73e8&size=48