sunglasses from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
sunglasses
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the sunglasses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3 5a2 2 0 0 0-2 2v.5H.5a.5.5 0 0 0 0 1H1V9a2 2 0 0 0 2 2h1a3 3 0 0 0 3-3a1 1 0 1 1 2 0a3 3 0 0 0 3 3h1a2 2 0 0 0 2-2v-.5h.5a.5.5 0 0 0 0-1H15V7a2 2 0 0 0-2-2h-2a2 2 0 0 0-1.888 1.338A2 2 0 0 0 8 6a2 2 0 0 0-1.112.338A2 2 0 0 0 5 5zm0 1h.941c.264 0 .348.356.112.474l-.457.228a2 2 0 0 0-.894.894l-.228.457C2.356 8.289 2 8.205 2 7.94V7a1 1 0 0 1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function BiSunglasses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3 5a2 2 0 0 0-2 2v.5H.5a.5.5 0 0 0 0 1H1V9a2 2 0 0 0 2 2h1a3 3 0 0 0 3-3a1 1 0 1 1 2 0a3 3 0 0 0 3 3h1a2 2 0 0 0 2-2v-.5h.5a.5.5 0 0 0 0-1H15V7a2 2 0 0 0-2-2h-2a2 2 0 0 0-1.888 1.338A2 2 0 0 0 8 6a2 2 0 0 0-1.112.338A2 2 0 0 0 5 5zm0 1h.941c.264 0 .348.356.112.474l-.457.228a2 2 0 0 0-.894.894l-.228.457C2.356 8.289 2 8.205 2 7.94V7a1 1 0 0 1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3 5a2 2 0 0 0-2 2v.5H.5a.5.5 0 0 0 0 1H1V9a2 2 0 0 0 2 2h1a3 3 0 0 0 3-3a1 1 0 1 1 2 0a3 3 0 0 0 3 3h1a2 2 0 0 0 2-2v-.5h.5a.5.5 0 0 0 0-1H15V7a2 2 0 0 0-2-2h-2a2 2 0 0 0-1.888 1.338A2 2 0 0 0 8 6a2 2 0 0 0-1.112.338A2 2 0 0 0 5 5zm0 1h.941c.264 0 .348.356.112.474l-.457.228a2 2 0 0 0-.894.894l-.228.457C2.356 8.289 2 8.205 2 7.94V7a1 1 0 0 1 1-1"/></svg>
</template>

CSS

.icon-sunglasses {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%205a2%202%200%200%200-2%202v.5H.5a.5.5%200%200%200%200%201H1V9a2%202%200%200%200%202%202h1a3%203%200%200%200%203-3a1%201%200%201%201%202%200a3%203%200%200%200%203%203h1a2%202%200%200%200%202-2v-.5h.5a.5.5%200%200%200%200-1H15V7a2%202%200%200%200-2-2h-2a2%202%200%200%200-1.888%201.338A2%202%200%200%200%208%206a2%202%200%200%200-1.112.338A2%202%200%200%200%205%205zm0%201h.941c.264%200%20.348.356.112.474l-.457.228a2%202%200%200%200-.894.894l-.228.457C2.356%208.289%202%208.205%202%207.94V7a1%201%200%200%201%201-1%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%205a2%202%200%200%200-2%202v.5H.5a.5.5%200%200%200%200%201H1V9a2%202%200%200%200%202%202h1a3%203%200%200%200%203-3a1%201%200%201%201%202%200a3%203%200%200%200%203%203h1a2%202%200%200%200%202-2v-.5h.5a.5.5%200%200%200%200-1H15V7a2%202%200%200%200-2-2h-2a2%202%200%200%200-1.888%201.338A2%202%200%200%200%208%206a2%202%200%200%200-1.112.338A2%202%200%200%200%205%205zm0%201h.941c.264%200%20.348.356.112.474l-.457.228a2%202%200%200%200-.894.894l-.228.457C2.356%208.289%202%208.205%202%207.94V7a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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