contact lenses icon
contact-lenses from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- contact-lenses
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- 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 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M34.985 9.686a1 1 0 0 0 .012-.269Q35 9.309 35 9.2h-.04C34.482 7.407 29.757 6 24 6S13.518 7.407 13.04 9.2H13q0 .11.003.217a1.2 1.2 0 0 0 .012.27C13.326 14.605 18.33 18.2 24 18.2s10.674-3.594 10.985-8.514m-1.88-.574l-.013.015zm-.545.388a8 8 0 0 0-1.388-.569C29.426 8.375 26.89 8 24 8s-5.426.375-7.172.931a8 8 0 0 0-1.388.569c.327.18.784.377 1.388.569C18.574 10.624 21.11 11 24 11s5.426-.376 7.172-.931A8 8 0 0 0 32.56 9.5m-17.664-.388l.012.015zm17.462 2.663C30.341 12.526 27.345 13 24 13s-6.34-.475-8.358-1.225C16.936 14.293 20.072 16.2 24 16.2c3.927 0 7.064-1.907 8.358-4.424" clip-rule="evenodd"/><path d="m33.541 25.015l.459-.462s-5.6-13.83-18.836-.487L6 33.303V42h10.69l6.795-6.849c-.823-1.29-1.142-2.656-1.028-3.989c.16-1.858 1.15-3.523 2.523-4.73c2.186-1.919 5.553-2.826 8.561-1.417"/><path d="M32 26.568c-2.014-.619-4.17.023-5.7 1.368c-1.063.933-1.743 2.147-1.85 3.397c-.063.738.069 1.536.493 2.35z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsContactLenses(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 fillRule="evenodd" d="M34.985 9.686a1 1 0 0 0 .012-.269Q35 9.309 35 9.2h-.04C34.482 7.407 29.757 6 24 6S13.518 7.407 13.04 9.2H13q0 .11.003.217a1.2 1.2 0 0 0 .012.27C13.326 14.605 18.33 18.2 24 18.2s10.674-3.594 10.985-8.514m-1.88-.574l-.013.015zm-.545.388a8 8 0 0 0-1.388-.569C29.426 8.375 26.89 8 24 8s-5.426.375-7.172.931a8 8 0 0 0-1.388.569c.327.18.784.377 1.388.569C18.574 10.624 21.11 11 24 11s5.426-.376 7.172-.931A8 8 0 0 0 32.56 9.5m-17.664-.388l.012.015zm17.462 2.663C30.341 12.526 27.345 13 24 13s-6.34-.475-8.358-1.225C16.936 14.293 20.072 16.2 24 16.2c3.927 0 7.064-1.907 8.358-4.424" clipRule="evenodd"/><path d="m33.541 25.015l.459-.462s-5.6-13.83-18.836-.487L6 33.303V42h10.69l6.795-6.849c-.823-1.29-1.142-2.656-1.028-3.989c.16-1.858 1.15-3.523 2.523-4.73c2.186-1.919 5.553-2.826 8.561-1.417"/><path d="M32 26.568c-2.014-.619-4.17.023-5.7 1.368c-1.063.933-1.743 2.147-1.85 3.397c-.063.738.069 1.536.493 2.35z"/></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 fill-rule="evenodd" d="M34.985 9.686a1 1 0 0 0 .012-.269Q35 9.309 35 9.2h-.04C34.482 7.407 29.757 6 24 6S13.518 7.407 13.04 9.2H13q0 .11.003.217a1.2 1.2 0 0 0 .012.27C13.326 14.605 18.33 18.2 24 18.2s10.674-3.594 10.985-8.514m-1.88-.574l-.013.015zm-.545.388a8 8 0 0 0-1.388-.569C29.426 8.375 26.89 8 24 8s-5.426.375-7.172.931a8 8 0 0 0-1.388.569c.327.18.784.377 1.388.569C18.574 10.624 21.11 11 24 11s5.426-.376 7.172-.931A8 8 0 0 0 32.56 9.5m-17.664-.388l.012.015zm17.462 2.663C30.341 12.526 27.345 13 24 13s-6.34-.475-8.358-1.225C16.936 14.293 20.072 16.2 24 16.2c3.927 0 7.064-1.907 8.358-4.424" clip-rule="evenodd"/><path d="m33.541 25.015l.459-.462s-5.6-13.83-18.836-.487L6 33.303V42h10.69l6.795-6.849c-.823-1.29-1.142-2.656-1.028-3.989c.16-1.858 1.15-3.523 2.523-4.73c2.186-1.919 5.553-2.826 8.561-1.417"/><path d="M32 26.568c-2.014-.619-4.17.023-5.7 1.368c-1.063.933-1.743 2.147-1.85 3.397c-.063.738.069 1.536.493 2.35z"/></g></svg> </template>
CSS
.icon-contact-lenses {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M34.985%209.686a1%201%200%200%200%20.012-.269Q35%209.309%2035%209.2h-.04C34.482%207.407%2029.757%206%2024%206S13.518%207.407%2013.04%209.2H13q0%20.11.003.217a1.2%201.2%200%200%200%20.012.27C13.326%2014.605%2018.33%2018.2%2024%2018.2s10.674-3.594%2010.985-8.514m-1.88-.574l-.013.015zm-.545.388a8%208%200%200%200-1.388-.569C29.426%208.375%2026.89%208%2024%208s-5.426.375-7.172.931a8%208%200%200%200-1.388.569c.327.18.784.377%201.388.569C18.574%2010.624%2021.11%2011%2024%2011s5.426-.376%207.172-.931A8%208%200%200%200%2032.56%209.5m-17.664-.388l.012.015zm17.462%202.663C30.341%2012.526%2027.345%2013%2024%2013s-6.34-.475-8.358-1.225C16.936%2014.293%2020.072%2016.2%2024%2016.2c3.927%200%207.064-1.907%208.358-4.424%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m33.541%2025.015l.459-.462s-5.6-13.83-18.836-.487L6%2033.303V42h10.69l6.795-6.849c-.823-1.29-1.142-2.656-1.028-3.989c.16-1.858%201.15-3.523%202.523-4.73c2.186-1.919%205.553-2.826%208.561-1.417%22%2F%3E%3Cpath%20d%3D%22M32%2026.568c-2.014-.619-4.17.023-5.7%201.368c-1.063.933-1.743%202.147-1.85%203.397c-.063.738.069%201.536.493%202.35z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M34.985%209.686a1%201%200%200%200%20.012-.269Q35%209.309%2035%209.2h-.04C34.482%207.407%2029.757%206%2024%206S13.518%207.407%2013.04%209.2H13q0%20.11.003.217a1.2%201.2%200%200%200%20.012.27C13.326%2014.605%2018.33%2018.2%2024%2018.2s10.674-3.594%2010.985-8.514m-1.88-.574l-.013.015zm-.545.388a8%208%200%200%200-1.388-.569C29.426%208.375%2026.89%208%2024%208s-5.426.375-7.172.931a8%208%200%200%200-1.388.569c.327.18.784.377%201.388.569C18.574%2010.624%2021.11%2011%2024%2011s5.426-.376%207.172-.931A8%208%200%200%200%2032.56%209.5m-17.664-.388l.012.015zm17.462%202.663C30.341%2012.526%2027.345%2013%2024%2013s-6.34-.475-8.358-1.225C16.936%2014.293%2020.072%2016.2%2024%2016.2c3.927%200%207.064-1.907%208.358-4.424%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m33.541%2025.015l.459-.462s-5.6-13.83-18.836-.487L6%2033.303V42h10.69l6.795-6.849c-.823-1.29-1.142-2.656-1.028-3.989c.16-1.858%201.15-3.523%202.523-4.73c2.186-1.919%205.553-2.826%208.561-1.417%22%2F%3E%3Cpath%20d%3D%22M32%2026.568c-2.014-.619-4.17.023-5.7%201.368c-1.063.933-1.743%202.147-1.85%203.397c-.063.738.069%201.536.493%202.35z%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.svg?color=%231a73e8&size=48