contact lenses icon
contact-lenses-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.
- Name
- contact-lenses-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
- Aliases
- contact-lenses2x-outline
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"><path fill="currentColor" 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.2q.115 0 .229-.002a9 9 0 0 0-.294.04c-2.25.344-4.654 1.567-7.142 4.055l-11 11l1.414 1.414l11-11c2.263-2.262 4.296-3.227 6.03-3.492s3.281.15 4.606.855c1.334.71 2.418 1.701 3.176 2.533c.27.296.494.567.67.793l-.122.123c-1.226-.59-2.61-.59-3.911-.243c-1.697.453-3.36 1.514-4.676 2.83c-1.312 1.311-2.361 2.962-2.717 4.666c-.254 1.22-.148 2.47.462 3.589l-5.432 5.432l1.414 1.414L35.274 24.64l-.43-.677L34 24.5c.844-.537.843-.538.843-.538v-.001l-.003-.003l-.006-.01l-.02-.03l-.07-.104c-.06-.088-.148-.213-.26-.365a16 16 0 0 0-.987-1.193c-.851-.934-2.111-2.098-3.715-2.951c-1.272-.677-2.775-1.164-4.459-1.17c5.105-.508 9.375-3.916 9.662-8.449m-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.424m-9.11 22.062l7.744-7.743c-.547-.102-1.158-.062-1.82.114c-1.288.344-2.655 1.19-3.777 2.312c-1.126 1.125-1.92 2.444-2.174 3.66c-.122.585-.121 1.14.028 1.657" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsContactLensesOutline(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="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.2q.115 0 .229-.002a9 9 0 0 0-.294.04c-2.25.344-4.654 1.567-7.142 4.055l-11 11l1.414 1.414l11-11c2.263-2.262 4.296-3.227 6.03-3.492s3.281.15 4.606.855c1.334.71 2.418 1.701 3.176 2.533c.27.296.494.567.67.793l-.122.123c-1.226-.59-2.61-.59-3.911-.243c-1.697.453-3.36 1.514-4.676 2.83c-1.312 1.311-2.361 2.962-2.717 4.666c-.254 1.22-.148 2.47.462 3.589l-5.432 5.432l1.414 1.414L35.274 24.64l-.43-.677L34 24.5c.844-.537.843-.538.843-.538v-.001l-.003-.003l-.006-.01l-.02-.03l-.07-.104c-.06-.088-.148-.213-.26-.365a16 16 0 0 0-.987-1.193c-.851-.934-2.111-2.098-3.715-2.951c-1.272-.677-2.775-1.164-4.459-1.17c5.105-.508 9.375-3.916 9.662-8.449m-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.424m-9.11 22.062l7.744-7.743c-.547-.102-1.158-.062-1.82.114c-1.288.344-2.655 1.19-3.777 2.312c-1.126 1.125-1.92 2.444-2.174 3.66c-.122.585-.121 1.14.028 1.657" 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="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.2q.115 0 .229-.002a9 9 0 0 0-.294.04c-2.25.344-4.654 1.567-7.142 4.055l-11 11l1.414 1.414l11-11c2.263-2.262 4.296-3.227 6.03-3.492s3.281.15 4.606.855c1.334.71 2.418 1.701 3.176 2.533c.27.296.494.567.67.793l-.122.123c-1.226-.59-2.61-.59-3.911-.243c-1.697.453-3.36 1.514-4.676 2.83c-1.312 1.311-2.361 2.962-2.717 4.666c-.254 1.22-.148 2.47.462 3.589l-5.432 5.432l1.414 1.414L35.274 24.64l-.43-.677L34 24.5c.844-.537.843-.538.843-.538v-.001l-.003-.003l-.006-.01l-.02-.03l-.07-.104c-.06-.088-.148-.213-.26-.365a16 16 0 0 0-.987-1.193c-.851-.934-2.111-2.098-3.715-2.951c-1.272-.677-2.775-1.164-4.459-1.17c5.105-.508 9.375-3.916 9.662-8.449m-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.424m-9.11 22.062l7.744-7.743c-.547-.102-1.158-.062-1.82.114c-1.288.344-2.655 1.19-3.777 2.312c-1.126 1.125-1.92 2.444-2.174 3.66c-.122.585-.121 1.14.028 1.657" clip-rule="evenodd"/></svg> </template>
CSS
.icon-contact-lenses-outline {
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%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.2q.115%200%20.229-.002a9%209%200%200%200-.294.04c-2.25.344-4.654%201.567-7.142%204.055l-11%2011l1.414%201.414l11-11c2.263-2.262%204.296-3.227%206.03-3.492s3.281.15%204.606.855c1.334.71%202.418%201.701%203.176%202.533c.27.296.494.567.67.793l-.122.123c-1.226-.59-2.61-.59-3.911-.243c-1.697.453-3.36%201.514-4.676%202.83c-1.312%201.311-2.361%202.962-2.717%204.666c-.254%201.22-.148%202.47.462%203.589l-5.432%205.432l1.414%201.414L35.274%2024.64l-.43-.677L34%2024.5c.844-.537.843-.538.843-.538v-.001l-.003-.003l-.006-.01l-.02-.03l-.07-.104c-.06-.088-.148-.213-.26-.365a16%2016%200%200%200-.987-1.193c-.851-.934-2.111-2.098-3.715-2.951c-1.272-.677-2.775-1.164-4.459-1.17c5.105-.508%209.375-3.916%209.662-8.449m-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.424m-9.11%2022.062l7.744-7.743c-.547-.102-1.158-.062-1.82.114c-1.288.344-2.655%201.19-3.777%202.312c-1.126%201.125-1.92%202.444-2.174%203.66c-.122.585-.121%201.14.028%201.657%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%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.2q.115%200%20.229-.002a9%209%200%200%200-.294.04c-2.25.344-4.654%201.567-7.142%204.055l-11%2011l1.414%201.414l11-11c2.263-2.262%204.296-3.227%206.03-3.492s3.281.15%204.606.855c1.334.71%202.418%201.701%203.176%202.533c.27.296.494.567.67.793l-.122.123c-1.226-.59-2.61-.59-3.911-.243c-1.697.453-3.36%201.514-4.676%202.83c-1.312%201.311-2.361%202.962-2.717%204.666c-.254%201.22-.148%202.47.462%203.589l-5.432%205.432l1.414%201.414L35.274%2024.64l-.43-.677L34%2024.5c.844-.537.843-.538.843-.538v-.001l-.003-.003l-.006-.01l-.02-.03l-.07-.104c-.06-.088-.148-.213-.26-.365a16%2016%200%200%200-.987-1.193c-.851-.934-2.111-2.098-3.715-2.951c-1.272-.677-2.775-1.164-4.459-1.17c5.105-.508%209.375-3.916%209.662-8.449m-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.424m-9.11%2022.062l7.744-7.743c-.547-.102-1.158-.062-1.82.114c-1.288.344-2.655%201.19-3.777%202.312c-1.126%201.125-1.92%202.444-2.174%203.66c-.122.585-.121%201.14.028%201.657%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/contact-lenses-outline.svg?color=%231a73e8&size=48