contact lenses negative icon

contact-lenses-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
contact-lenses-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the contact lenses negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsContactLensesNegative)"><path d="m33.104 9.112l-.012.015zm-.544.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.664C31.064 14.292 27.928 16.2 24 16.2c-3.927 0-7.064-1.907-8.358-4.424C17.659 12.525 20.655 13 24 13s6.34-.475 8.358-1.225"/><path fill-rule="evenodd" d="M48 0H0v48h48zM34 24.553l-.459.462c-3.008-1.41-6.375-.502-8.56 1.418c-1.374 1.206-2.365 2.87-2.524 4.729c-.114 1.333.205 2.699 1.028 3.99L16.691 42H6v-8.697l9.164-9.237C28.4 10.724 34 24.553 34 24.553m-7.7 3.383c1.53-1.344 3.686-1.987 5.7-1.368l-7.057 7.114c-.425-.813-.556-1.611-.493-2.35c.107-1.25.787-2.463 1.85-3.396m8.685-18.25a1 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.514" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsContactLensesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsContactLensesNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clipPath="url(#healthiconsContactLensesNegative)"><path d="m33.104 9.112l-.012.015zm-.544.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.664C31.064 14.292 27.928 16.2 24 16.2c-3.927 0-7.064-1.907-8.358-4.424C17.659 12.525 20.655 13 24 13s6.34-.475 8.358-1.225"/><path fillRule="evenodd" d="M48 0H0v48h48zM34 24.553l-.459.462c-3.008-1.41-6.375-.502-8.56 1.418c-1.374 1.206-2.365 2.87-2.524 4.729c-.114 1.333.205 2.699 1.028 3.99L16.691 42H6v-8.697l9.164-9.237C28.4 10.724 34 24.553 34 24.553m-7.7 3.383c1.53-1.344 3.686-1.987 5.7-1.368l-7.057 7.114c-.425-.813-.556-1.611-.493-2.35c.107-1.25.787-2.463 1.85-3.396m8.685-18.25a1 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.514" clipRule="evenodd"/></g><defs><clipPath id="healthiconsContactLensesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsContactLensesNegative)"><path d="m33.104 9.112l-.012.015zm-.544.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.664C31.064 14.292 27.928 16.2 24 16.2c-3.927 0-7.064-1.907-8.358-4.424C17.659 12.525 20.655 13 24 13s6.34-.475 8.358-1.225"/><path fill-rule="evenodd" d="M48 0H0v48h48zM34 24.553l-.459.462c-3.008-1.41-6.375-.502-8.56 1.418c-1.374 1.206-2.365 2.87-2.524 4.729c-.114 1.333.205 2.699 1.028 3.99L16.691 42H6v-8.697l9.164-9.237C28.4 10.724 34 24.553 34 24.553m-7.7 3.383c1.53-1.344 3.686-1.987 5.7-1.368l-7.057 7.114c-.425-.813-.556-1.611-.493-2.35c.107-1.25.787-2.463 1.85-3.396m8.685-18.25a1 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.514" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsContactLensesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-contact-lenses-negative {
  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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsContactLensesNegative)%22%3E%3Cpath%20d%3D%22m33.104%209.112l-.012.015zm-.544.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.664C31.064%2014.292%2027.928%2016.2%2024%2016.2c-3.927%200-7.064-1.907-8.358-4.424C17.659%2012.525%2020.655%2013%2024%2013s6.34-.475%208.358-1.225%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM34%2024.553l-.459.462c-3.008-1.41-6.375-.502-8.56%201.418c-1.374%201.206-2.365%202.87-2.524%204.729c-.114%201.333.205%202.699%201.028%203.99L16.691%2042H6v-8.697l9.164-9.237C28.4%2010.724%2034%2024.553%2034%2024.553m-7.7%203.383c1.53-1.344%203.686-1.987%205.7-1.368l-7.057%207.114c-.425-.813-.556-1.611-.493-2.35c.107-1.25.787-2.463%201.85-3.396m8.685-18.25a1%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.514%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsContactLensesNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsContactLensesNegative)%22%3E%3Cpath%20d%3D%22m33.104%209.112l-.012.015zm-.544.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.664C31.064%2014.292%2027.928%2016.2%2024%2016.2c-3.927%200-7.064-1.907-8.358-4.424C17.659%2012.525%2020.655%2013%2024%2013s6.34-.475%208.358-1.225%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM34%2024.553l-.459.462c-3.008-1.41-6.375-.502-8.56%201.418c-1.374%201.206-2.365%202.87-2.524%204.729c-.114%201.333.205%202.699%201.028%203.99L16.691%2042H6v-8.697l9.164-9.237C28.4%2010.724%2034%2024.553%2034%2024.553m-7.7%203.383c1.53-1.344%203.686-1.987%205.7-1.368l-7.057%207.114c-.425-.813-.556-1.611-.493-2.35c.107-1.25.787-2.463%201.85-3.396m8.685-18.25a1%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.514%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsContactLensesNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48