theater from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
theater
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the theater 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9 21c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C7.398 18 6.932 18 6 18s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C3 19.602 3 20.068 3 21m12 0c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 18 12.932 18 12 18s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 19.602 9 20.068 9 21m12 0c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C19.398 18 18.932 18 18 18s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C15 19.602 15 20.068 15 21M14 3c0 4.4 3.6 8 8 8"/><path d="M19 3c0 5 3 8 3 8s-2 1-2 4M10 3c0 4.4-3.6 8-8 8"/><path d="M5 3c0 5-3 8-3 8s2 1 2 4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTheater(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9 21c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C7.398 18 6.932 18 6 18s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C3 19.602 3 20.068 3 21m12 0c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 18 12.932 18 12 18s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 19.602 9 20.068 9 21m12 0c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C19.398 18 18.932 18 18 18s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C15 19.602 15 20.068 15 21M14 3c0 4.4 3.6 8 8 8"/><path d="M19 3c0 5 3 8 3 8s-2 1-2 4M10 3c0 4.4-3.6 8-8 8"/><path d="M5 3c0 5-3 8-3 8s2 1 2 4"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9 21c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C7.398 18 6.932 18 6 18s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C3 19.602 3 20.068 3 21m12 0c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C13.398 18 12.932 18 12 18s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C9 19.602 9 20.068 9 21m12 0c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C19.398 18 18.932 18 18 18s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C15 19.602 15 20.068 15 21M14 3c0 4.4 3.6 8 8 8"/><path d="M19 3c0 5 3 8 3 8s-2 1-2 4M10 3c0 4.4-3.6 8-8 8"/><path d="M5 3c0 5-3 8-3 8s2 1 2 4"/></g></svg>
</template>

CSS

.icon-theater {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2021c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C7.398%2018%206.932%2018%206%2018s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C3%2019.602%203%2020.068%203%2021m12%200c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C13.398%2018%2012.932%2018%2012%2018s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C9%2019.602%209%2020.068%209%2021m12%200c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C19.398%2018%2018.932%2018%2018%2018s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C15%2019.602%2015%2020.068%2015%2021M14%203c0%204.4%203.6%208%208%208%22%2F%3E%3Cpath%20d%3D%22M19%203c0%205%203%208%203%208s-2%201-2%204M10%203c0%204.4-3.6%208-8%208%22%2F%3E%3Cpath%20d%3D%22M5%203c0%205-3%208-3%208s2%201%202%204%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2021c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C7.398%2018%206.932%2018%206%2018s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C3%2019.602%203%2020.068%203%2021m12%200c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C13.398%2018%2012.932%2018%2012%2018s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C9%2019.602%209%2020.068%209%2021m12%200c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C19.398%2018%2018.932%2018%2018%2018s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C15%2019.602%2015%2020.068%2015%2021M14%203c0%204.4%203.6%208%208%208%22%2F%3E%3Cpath%20d%3D%22M19%203c0%205%203%208%203%208s-2%201-2%204M10%203c0%204.4-3.6%208-8%208%22%2F%3E%3Cpath%20d%3D%22M5%203c0%205-3%208-3%208s2%201%202%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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