glasses icon

glasses-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.

Name
glasses-line-duotone
Set
Solar
Style
Line Duotone
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the glasses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="18" cy="16" r="4"/><circle cx="6" cy="16" r="4"/><path stroke-linecap="round" d="M14 16.2137L13.3441 15.9797C12.4749 15.6695 11.5252 15.6695 10.6559 15.9797L10 16.2137" opacity=".5"/><path stroke-linecap="round" d="M2 16L2.76315 7.60532C2.87807 6.34121 2.93553 5.70916 3.30554 5.24199C3.67554 4.77482 4.27763 4.57412 5.48181 4.17273L6 4" opacity=".5"/><path stroke-linecap="round" d="M22 16L21.2368 7.60532C21.1219 6.34121 21.0645 5.70916 20.6945 5.24199C20.3245 4.77482 19.7224 4.57412 18.5182 4.17273L18 4" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarGlassesLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="18" cy="16" r="4"/><circle cx="6" cy="16" r="4"/><path strokeLinecap="round" d="M14 16.2137L13.3441 15.9797C12.4749 15.6695 11.5252 15.6695 10.6559 15.9797L10 16.2137" opacity=".5"/><path strokeLinecap="round" d="M2 16L2.76315 7.60532C2.87807 6.34121 2.93553 5.70916 3.30554 5.24199C3.67554 4.77482 4.27763 4.57412 5.48181 4.17273L6 4" opacity=".5"/><path strokeLinecap="round" d="M22 16L21.2368 7.60532C21.1219 6.34121 21.0645 5.70916 20.6945 5.24199C20.3245 4.77482 19.7224 4.57412 18.5182 4.17273L18 4" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="18" cy="16" r="4"/><circle cx="6" cy="16" r="4"/><path stroke-linecap="round" d="M14 16.2137L13.3441 15.9797C12.4749 15.6695 11.5252 15.6695 10.6559 15.9797L10 16.2137" opacity=".5"/><path stroke-linecap="round" d="M2 16L2.76315 7.60532C2.87807 6.34121 2.93553 5.70916 3.30554 5.24199C3.67554 4.77482 4.27763 4.57412 5.48181 4.17273L6 4" opacity=".5"/><path stroke-linecap="round" d="M22 16L21.2368 7.60532C21.1219 6.34121 21.0645 5.70916 20.6945 5.24199C20.3245 4.77482 19.7224 4.57412 18.5182 4.17273L18 4" opacity=".5"/></g></svg>
</template>

CSS

.icon-glasses-line-duotone {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2216%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2216%22%20r%3D%224%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2016.2137L13.3441%2015.9797C12.4749%2015.6695%2011.5252%2015.6695%2010.6559%2015.9797L10%2016.2137%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2016L2.76315%207.60532C2.87807%206.34121%202.93553%205.70916%203.30554%205.24199C3.67554%204.77482%204.27763%204.57412%205.48181%204.17273L6%204%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2016L21.2368%207.60532C21.1219%206.34121%2021.0645%205.70916%2020.6945%205.24199C20.3245%204.77482%2019.7224%204.57412%2018.5182%204.17273L18%204%22%20opacity%3D%22.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2216%22%20r%3D%224%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2216%22%20r%3D%224%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2016.2137L13.3441%2015.9797C12.4749%2015.6695%2011.5252%2015.6695%2010.6559%2015.9797L10%2016.2137%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2016L2.76315%207.60532C2.87807%206.34121%202.93553%205.70916%203.30554%205.24199C3.67554%204.77482%204.27763%204.57412%205.48181%204.17273L6%204%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2016L21.2368%207.60532C21.1219%206.34121%2021.0645%205.70916%2020.6945%205.24199C20.3245%204.77482%2019.7224%204.57412%2018.5182%204.17273L18%204%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/glasses-line-duotone.svg?color=%231a73e8&size=48