reading glasses icon

reading-glasses from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
reading-glasses
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the reading glasses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.414 6.997l-4-3.997L24 4.414l4 3.997V19h-7a3 3 0 0 0-2.946 2.462C17.416 21.172 16.721 21 16 21s-1.416.172-2.054.462A3 3 0 0 0 11 19H4V8.411l4-3.997L6.586 3l-4 3.997C2.208 7.375 2 7.877 2 8.41V25c0 2.206 1.794 4 4 4h3c2.757 0 5-2.243 5-5v-.214c.544-.49 1.25-.786 2-.786s1.455.296 2 .786V24c0 2.757 2.243 5 5 5h3c2.206 0 4-1.794 4-4V8.411c0-.534-.208-1.036-.586-1.414M12 24c0 1.654-1.346 3-3 3H6c-1.103 0-2-.897-2-2v-4h7a1 1 0 0 1 1 1zm16 1c0 1.103-.897 2-2 2h-3c-1.654 0-3-1.346-3-3v-2a1 1 0 0 1 1-1h7z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonReadingGlasses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.414 6.997l-4-3.997L24 4.414l4 3.997V19h-7a3 3 0 0 0-2.946 2.462C17.416 21.172 16.721 21 16 21s-1.416.172-2.054.462A3 3 0 0 0 11 19H4V8.411l4-3.997L6.586 3l-4 3.997C2.208 7.375 2 7.877 2 8.41V25c0 2.206 1.794 4 4 4h3c2.757 0 5-2.243 5-5v-.214c.544-.49 1.25-.786 2-.786s1.455.296 2 .786V24c0 2.757 2.243 5 5 5h3c2.206 0 4-1.794 4-4V8.411c0-.534-.208-1.036-.586-1.414M12 24c0 1.654-1.346 3-3 3H6c-1.103 0-2-.897-2-2v-4h7a1 1 0 0 1 1 1zm16 1c0 1.103-.897 2-2 2h-3c-1.654 0-3-1.346-3-3v-2a1 1 0 0 1 1-1h7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.414 6.997l-4-3.997L24 4.414l4 3.997V19h-7a3 3 0 0 0-2.946 2.462C17.416 21.172 16.721 21 16 21s-1.416.172-2.054.462A3 3 0 0 0 11 19H4V8.411l4-3.997L6.586 3l-4 3.997C2.208 7.375 2 7.877 2 8.41V25c0 2.206 1.794 4 4 4h3c2.757 0 5-2.243 5-5v-.214c.544-.49 1.25-.786 2-.786s1.455.296 2 .786V24c0 2.757 2.243 5 5 5h3c2.206 0 4-1.794 4-4V8.411c0-.534-.208-1.036-.586-1.414M12 24c0 1.654-1.346 3-3 3H6c-1.103 0-2-.897-2-2v-4h7a1 1 0 0 1 1 1zm16 1c0 1.103-.897 2-2 2h-3c-1.654 0-3-1.346-3-3v-2a1 1 0 0 1 1-1h7z"/></svg>
</template>

CSS

.icon-reading-glasses {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.414%206.997l-4-3.997L24%204.414l4%203.997V19h-7a3%203%200%200%200-2.946%202.462C17.416%2021.172%2016.721%2021%2016%2021s-1.416.172-2.054.462A3%203%200%200%200%2011%2019H4V8.411l4-3.997L6.586%203l-4%203.997C2.208%207.375%202%207.877%202%208.41V25c0%202.206%201.794%204%204%204h3c2.757%200%205-2.243%205-5v-.214c.544-.49%201.25-.786%202-.786s1.455.296%202%20.786V24c0%202.757%202.243%205%205%205h3c2.206%200%204-1.794%204-4V8.411c0-.534-.208-1.036-.586-1.414M12%2024c0%201.654-1.346%203-3%203H6c-1.103%200-2-.897-2-2v-4h7a1%201%200%200%201%201%201zm16%201c0%201.103-.897%202-2%202h-3c-1.654%200-3-1.346-3-3v-2a1%201%200%200%201%201-1h7z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.414%206.997l-4-3.997L24%204.414l4%203.997V19h-7a3%203%200%200%200-2.946%202.462C17.416%2021.172%2016.721%2021%2016%2021s-1.416.172-2.054.462A3%203%200%200%200%2011%2019H4V8.411l4-3.997L6.586%203l-4%203.997C2.208%207.375%202%207.877%202%208.41V25c0%202.206%201.794%204%204%204h3c2.757%200%205-2.243%205-5v-.214c.544-.49%201.25-.786%202-.786s1.455.296%202%20.786V24c0%202.757%202.243%205%205%205h3c2.206%200%204-1.794%204-4V8.411c0-.534-.208-1.036-.586-1.414M12%2024c0%201.654-1.346%203-3%203H6c-1.103%200-2-.897-2-2v-4h7a1%201%200%200%201%201%201zm16%201c0%201.103-.897%202-2%202h-3c-1.654%200-3-1.346-3-3v-2a1%201%200%200%201%201-1h7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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