theater icon
theater from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- theater
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the theater icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 25a6.99 6.99 0 0 1-5.833-3.129l1.666-1.107a5 5 0 0 0 8.334 0l1.666 1.107A6.99 6.99 0 0 1 20 25m4-11a2 2 0 1 0 2 2a1.98 1.98 0 0 0-2-2m-8 0a2 2 0 1 0 2 2a1.98 1.98 0 0 0-2-2"/><path fill="currentColor" d="M28 8h-6V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a10.01 10.01 0 0 0 8.803 9.921A9.999 9.999 0 0 0 30 20V10a2 2 0 0 0-2-2M4 14V4h16v4h-8a2 2 0 0 0-2 2v10a10 10 0 0 0 .168 1.78A8.01 8.01 0 0 1 4 14m24 6a8 8 0 0 1-16 0V10h16Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTheater(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="M20 25a6.99 6.99 0 0 1-5.833-3.129l1.666-1.107a5 5 0 0 0 8.334 0l1.666 1.107A6.99 6.99 0 0 1 20 25m4-11a2 2 0 1 0 2 2a1.98 1.98 0 0 0-2-2m-8 0a2 2 0 1 0 2 2a1.98 1.98 0 0 0-2-2"/><path fill="currentColor" d="M28 8h-6V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a10.01 10.01 0 0 0 8.803 9.921A9.999 9.999 0 0 0 30 20V10a2 2 0 0 0-2-2M4 14V4h16v4h-8a2 2 0 0 0-2 2v10a10 10 0 0 0 .168 1.78A8.01 8.01 0 0 1 4 14m24 6a8 8 0 0 1-16 0V10h16Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 25a6.99 6.99 0 0 1-5.833-3.129l1.666-1.107a5 5 0 0 0 8.334 0l1.666 1.107A6.99 6.99 0 0 1 20 25m4-11a2 2 0 1 0 2 2a1.98 1.98 0 0 0-2-2m-8 0a2 2 0 1 0 2 2a1.98 1.98 0 0 0-2-2"/><path fill="currentColor" d="M28 8h-6V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a10.01 10.01 0 0 0 8.803 9.921A9.999 9.999 0 0 0 30 20V10a2 2 0 0 0-2-2M4 14V4h16v4h-8a2 2 0 0 0-2 2v10a10 10 0 0 0 .168 1.78A8.01 8.01 0 0 1 4 14m24 6a8 8 0 0 1-16 0V10h16Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2025a6.99%206.99%200%200%201-5.833-3.129l1.666-1.107a5%205%200%200%200%208.334%200l1.666%201.107A6.99%206.99%200%200%201%2020%2025m4-11a2%202%200%201%200%202%202a1.98%201.98%200%200%200-2-2m-8%200a2%202%200%201%200%202%202a1.98%201.98%200%200%200-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%208h-6V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a10.01%2010.01%200%200%200%208.803%209.921A9.999%209.999%200%200%200%2030%2020V10a2%202%200%200%200-2-2M4%2014V4h16v4h-8a2%202%200%200%200-2%202v10a10%2010%200%200%200%20.168%201.78A8.01%208.01%200%200%201%204%2014m24%206a8%208%200%200%201-16%200V10h16Z%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%22M20%2025a6.99%206.99%200%200%201-5.833-3.129l1.666-1.107a5%205%200%200%200%208.334%200l1.666%201.107A6.99%206.99%200%200%201%2020%2025m4-11a2%202%200%201%200%202%202a1.98%201.98%200%200%200-2-2m-8%200a2%202%200%201%200%202%202a1.98%201.98%200%200%200-2-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%208h-6V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v10a10.01%2010.01%200%200%200%208.803%209.921A9.999%209.999%200%200%200%2030%2020V10a2%202%200%200%200-2-2M4%2014V4h16v4h-8a2%202%200%200%200-2%202v10a10%2010%200%200%200%20.168%201.78A8.01%208.01%200%200%201%204%2014m24%206a8%208%200%200%201-16%200V10h16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/theater.svg?color=%231a73e8&size=48