eyeglasses negative icon

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

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

Use the eyeglasses 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" fill-rule="evenodd" clip-path="url(#healthiconsEyeglassesNegative)" clip-rule="evenodd"><path d="M8 19a2 2 0 0 1 2-2h8.7a2 2 0 0 1 1.992 2.19l-.572 6A2 2 0 0 1 18.13 27H10a2 2 0 0 1-2-2zm9 2.5c0 1.38-.895 2.5-2 2.5s-2-1.12-2-2.5s.895-2.5 2-2.5s2 1.12 2 2.5M29.3 17a2 2 0 0 0-1.992 2.19l.572 6A2 2 0 0 0 29.87 27H38a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2zm3.7 7c1.105 0 2-1.12 2-2.5s-.895-2.5-2-2.5s-2 1.12-2 2.5s.895 2.5 2 2.5"/><path d="M48 0H0v48h48zM24 40c6.326 0 11.795-3.672 14.392-9h2.196c-2.73 6.464-9.13 11-16.588 11S10.143 37.464 7.412 31h2.197c2.596 5.328 8.065 9 14.391 9m0-32c-4.576 0-8.703 1.92-11.619 5h-2.63C13.043 8.742 18.201 6 24 6s10.957 2.742 14.249 7h-2.63C32.703 9.92 28.576 8 24 8m-1.343 10.4q.072.477.026.98l-.572 6A4 4 0 0 1 18.13 29H10a4 4 0 0 1-4-4v-5H5v-5h13.7c1.224 0 2.31.546 3.04 1.4h4.52A3.99 3.99 0 0 1 29.3 15H43v5h-1v5a4 4 0 0 1-4 4h-8.13a4 4 0 0 1-3.981-3.62l-.572-6a4 4 0 0 1 .026-.98zm7.28 13.75a1 1 0 0 1-.588 1.287c-2.12.79-3.849 1.267-5.551 1.288c-1.727.021-3.336-.426-5.226-1.321a1 1 0 0 1 .856-1.808c1.717.814 3.018 1.146 4.345 1.13c1.35-.017 2.818-.395 4.878-1.163a1 1 0 0 1 1.286.588"/></g><defs><clipPath id="healthiconsEyeglassesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsEyeglassesNegative(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" fillRule="evenodd" clipPath="url(#healthiconsEyeglassesNegative)" clipRule="evenodd"><path d="M8 19a2 2 0 0 1 2-2h8.7a2 2 0 0 1 1.992 2.19l-.572 6A2 2 0 0 1 18.13 27H10a2 2 0 0 1-2-2zm9 2.5c0 1.38-.895 2.5-2 2.5s-2-1.12-2-2.5s.895-2.5 2-2.5s2 1.12 2 2.5M29.3 17a2 2 0 0 0-1.992 2.19l.572 6A2 2 0 0 0 29.87 27H38a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2zm3.7 7c1.105 0 2-1.12 2-2.5s-.895-2.5-2-2.5s-2 1.12-2 2.5s.895 2.5 2 2.5"/><path d="M48 0H0v48h48zM24 40c6.326 0 11.795-3.672 14.392-9h2.196c-2.73 6.464-9.13 11-16.588 11S10.143 37.464 7.412 31h2.197c2.596 5.328 8.065 9 14.391 9m0-32c-4.576 0-8.703 1.92-11.619 5h-2.63C13.043 8.742 18.201 6 24 6s10.957 2.742 14.249 7h-2.63C32.703 9.92 28.576 8 24 8m-1.343 10.4q.072.477.026.98l-.572 6A4 4 0 0 1 18.13 29H10a4 4 0 0 1-4-4v-5H5v-5h13.7c1.224 0 2.31.546 3.04 1.4h4.52A3.99 3.99 0 0 1 29.3 15H43v5h-1v5a4 4 0 0 1-4 4h-8.13a4 4 0 0 1-3.981-3.62l-.572-6a4 4 0 0 1 .026-.98zm7.28 13.75a1 1 0 0 1-.588 1.287c-2.12.79-3.849 1.267-5.551 1.288c-1.727.021-3.336-.426-5.226-1.321a1 1 0 0 1 .856-1.808c1.717.814 3.018 1.146 4.345 1.13c1.35-.017 2.818-.395 4.878-1.163a1 1 0 0 1 1.286.588"/></g><defs><clipPath id="healthiconsEyeglassesNegative"><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" fill-rule="evenodd" clip-path="url(#healthiconsEyeglassesNegative)" clip-rule="evenodd"><path d="M8 19a2 2 0 0 1 2-2h8.7a2 2 0 0 1 1.992 2.19l-.572 6A2 2 0 0 1 18.13 27H10a2 2 0 0 1-2-2zm9 2.5c0 1.38-.895 2.5-2 2.5s-2-1.12-2-2.5s.895-2.5 2-2.5s2 1.12 2 2.5M29.3 17a2 2 0 0 0-1.992 2.19l.572 6A2 2 0 0 0 29.87 27H38a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2zm3.7 7c1.105 0 2-1.12 2-2.5s-.895-2.5-2-2.5s-2 1.12-2 2.5s.895 2.5 2 2.5"/><path d="M48 0H0v48h48zM24 40c6.326 0 11.795-3.672 14.392-9h2.196c-2.73 6.464-9.13 11-16.588 11S10.143 37.464 7.412 31h2.197c2.596 5.328 8.065 9 14.391 9m0-32c-4.576 0-8.703 1.92-11.619 5h-2.63C13.043 8.742 18.201 6 24 6s10.957 2.742 14.249 7h-2.63C32.703 9.92 28.576 8 24 8m-1.343 10.4q.072.477.026.98l-.572 6A4 4 0 0 1 18.13 29H10a4 4 0 0 1-4-4v-5H5v-5h13.7c1.224 0 2.31.546 3.04 1.4h4.52A3.99 3.99 0 0 1 29.3 15H43v5h-1v5a4 4 0 0 1-4 4h-8.13a4 4 0 0 1-3.981-3.62l-.572-6a4 4 0 0 1 .026-.98zm7.28 13.75a1 1 0 0 1-.588 1.287c-2.12.79-3.849 1.267-5.551 1.288c-1.727.021-3.336-.426-5.226-1.321a1 1 0 0 1 .856-1.808c1.717.814 3.018 1.146 4.345 1.13c1.35-.017 2.818-.395 4.878-1.163a1 1 0 0 1 1.286.588"/></g><defs><clipPath id="healthiconsEyeglassesNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-eyeglasses-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%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsEyeglassesNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2019a2%202%200%200%201%202-2h8.7a2%202%200%200%201%201.992%202.19l-.572%206A2%202%200%200%201%2018.13%2027H10a2%202%200%200%201-2-2zm9%202.5c0%201.38-.895%202.5-2%202.5s-2-1.12-2-2.5s.895-2.5%202-2.5s2%201.12%202%202.5M29.3%2017a2%202%200%200%200-1.992%202.19l.572%206A2%202%200%200%200%2029.87%2027H38a2%202%200%200%200%202-2v-6a2%202%200%200%200-2-2zm3.7%207c1.105%200%202-1.12%202-2.5s-.895-2.5-2-2.5s-2%201.12-2%202.5s.895%202.5%202%202.5%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zM24%2040c6.326%200%2011.795-3.672%2014.392-9h2.196c-2.73%206.464-9.13%2011-16.588%2011S10.143%2037.464%207.412%2031h2.197c2.596%205.328%208.065%209%2014.391%209m0-32c-4.576%200-8.703%201.92-11.619%205h-2.63C13.043%208.742%2018.201%206%2024%206s10.957%202.742%2014.249%207h-2.63C32.703%209.92%2028.576%208%2024%208m-1.343%2010.4q.072.477.026.98l-.572%206A4%204%200%200%201%2018.13%2029H10a4%204%200%200%201-4-4v-5H5v-5h13.7c1.224%200%202.31.546%203.04%201.4h4.52A3.99%203.99%200%200%201%2029.3%2015H43v5h-1v5a4%204%200%200%201-4%204h-8.13a4%204%200%200%201-3.981-3.62l-.572-6a4%204%200%200%201%20.026-.98zm7.28%2013.75a1%201%200%200%201-.588%201.287c-2.12.79-3.849%201.267-5.551%201.288c-1.727.021-3.336-.426-5.226-1.321a1%201%200%200%201%20.856-1.808c1.717.814%203.018%201.146%204.345%201.13c1.35-.017%202.818-.395%204.878-1.163a1%201%200%200%201%201.286.588%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsEyeglassesNegative%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%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsEyeglassesNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M8%2019a2%202%200%200%201%202-2h8.7a2%202%200%200%201%201.992%202.19l-.572%206A2%202%200%200%201%2018.13%2027H10a2%202%200%200%201-2-2zm9%202.5c0%201.38-.895%202.5-2%202.5s-2-1.12-2-2.5s.895-2.5%202-2.5s2%201.12%202%202.5M29.3%2017a2%202%200%200%200-1.992%202.19l.572%206A2%202%200%200%200%2029.87%2027H38a2%202%200%200%200%202-2v-6a2%202%200%200%200-2-2zm3.7%207c1.105%200%202-1.12%202-2.5s-.895-2.5-2-2.5s-2%201.12-2%202.5s.895%202.5%202%202.5%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zM24%2040c6.326%200%2011.795-3.672%2014.392-9h2.196c-2.73%206.464-9.13%2011-16.588%2011S10.143%2037.464%207.412%2031h2.197c2.596%205.328%208.065%209%2014.391%209m0-32c-4.576%200-8.703%201.92-11.619%205h-2.63C13.043%208.742%2018.201%206%2024%206s10.957%202.742%2014.249%207h-2.63C32.703%209.92%2028.576%208%2024%208m-1.343%2010.4q.072.477.026.98l-.572%206A4%204%200%200%201%2018.13%2029H10a4%204%200%200%201-4-4v-5H5v-5h13.7c1.224%200%202.31.546%203.04%201.4h4.52A3.99%203.99%200%200%201%2029.3%2015H43v5h-1v5a4%204%200%200%201-4%204h-8.13a4%204%200%200%201-3.981-3.62l-.572-6a4%204%200%200%201%20.026-.98zm7.28%2013.75a1%201%200%200%201-.588%201.287c-2.12.79-3.849%201.267-5.551%201.288c-1.727.021-3.336-.426-5.226-1.321a1%201%200%200%201%20.856-1.808c1.717.814%203.018%201.146%204.345%201.13c1.35-.017%202.818-.395%204.878-1.163a1%201%200%200%201%201.286.588%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsEyeglassesNegative%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/eyeglasses-negative.svg?color=%231a73e8&size=48