seat emoji
seat from Firefox OS Emoji by Mozilla · Default · Places · Apache-2.0 Free for personal and commercial use.
- Name
- seat
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Places
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
seatEmoji One (Colored)seat-16-filledFluent UI System IconsseatFluent EmojiseatFluent Emoji FlatseatFluent Emoji High ContrastseatIconParkseatIconPark OutlineseatIconPark SolidseatIconPark TwoToneseatMaterial Design Iconsseat-fillMingCute IconseatNoto EmojiseatOpenMojiseatPhosphorseatSimple IconsseatTwitter Emoji
More places icons from Firefox OS Emoji
Use the seat emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M112.934 485.738V421.32c0-11.372 9.219-20.591 20.591-20.591l189.738-2.239c11.372 0 20.591 9.219 20.591 20.591l-17.778 66.657c-2.37 11.714-9.219 20.591-20.591 20.591h-171.96c-11.372 0-20.591-9.219-20.591-20.591"/><path fill="#E2A042" d="M369.058 346.785h-264.33v77.427c0 10.228 8.292 18.52 18.52 18.52h205.957c10.228 0 16.306-7.975 18.52-18.52z"/><path fill="#FFB636" d="m448.383 36.708l-83.762-22.444c-1.74-.466-3.529.892-3.995 2.632L278.425 324H101.281C99.49 324 98 325.126 98 326.917v39.631c0 1.791 1.49 3.452 3.281 3.452h275.916c1.791 0 2.804-1.662 2.804-3.452v-39.631c0-1.791-1.013-2.917-2.804-2.917h-2.242L450.69 41.028c.466-1.74-.567-3.854-2.307-4.32"/><path fill="#FFD469" d="m321.519 123.403l15.52-99.972c2.317-8.647 11.205-13.778 19.851-11.461l27.288 6.69c8.647 2.317 13.778 11.205 11.461 19.851l-26.188 97.735c-2.317 8.647-11.205 13.778-19.851 11.461l-16.62-4.453c-8.646-2.316-13.778-11.204-11.461-19.851"/><path fill="#E5E4DF" d="M376.524 250H160.315c-2.162 0-4.315 1.859-4.315 4.021v47.853c0 2.162 2.152 4.125 4.315 4.125h174.301l-28.072 110.849c-.264 1.044.368 2.053 1.412 2.317l26.704 6.73c1.044.264 2.105-.276 2.369-1.321L367.052 306h9.471c2.162 0 3.476-1.963 3.476-4.125v-47.853c.001-2.163-1.313-4.022-3.475-4.022"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiSeat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M112.934 485.738V421.32c0-11.372 9.219-20.591 20.591-20.591l189.738-2.239c11.372 0 20.591 9.219 20.591 20.591l-17.778 66.657c-2.37 11.714-9.219 20.591-20.591 20.591h-171.96c-11.372 0-20.591-9.219-20.591-20.591"/><path fill="#E2A042" d="M369.058 346.785h-264.33v77.427c0 10.228 8.292 18.52 18.52 18.52h205.957c10.228 0 16.306-7.975 18.52-18.52z"/><path fill="#FFB636" d="m448.383 36.708l-83.762-22.444c-1.74-.466-3.529.892-3.995 2.632L278.425 324H101.281C99.49 324 98 325.126 98 326.917v39.631c0 1.791 1.49 3.452 3.281 3.452h275.916c1.791 0 2.804-1.662 2.804-3.452v-39.631c0-1.791-1.013-2.917-2.804-2.917h-2.242L450.69 41.028c.466-1.74-.567-3.854-2.307-4.32"/><path fill="#FFD469" d="m321.519 123.403l15.52-99.972c2.317-8.647 11.205-13.778 19.851-11.461l27.288 6.69c8.647 2.317 13.778 11.205 11.461 19.851l-26.188 97.735c-2.317 8.647-11.205 13.778-19.851 11.461l-16.62-4.453c-8.646-2.316-13.778-11.204-11.461-19.851"/><path fill="#E5E4DF" d="M376.524 250H160.315c-2.162 0-4.315 1.859-4.315 4.021v47.853c0 2.162 2.152 4.125 4.315 4.125h174.301l-28.072 110.849c-.264 1.044.368 2.053 1.412 2.317l26.704 6.73c1.044.264 2.105-.276 2.369-1.321L367.052 306h9.471c2.162 0 3.476-1.963 3.476-4.125v-47.853c.001-2.163-1.313-4.022-3.475-4.022"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#597B91" d="M112.934 485.738V421.32c0-11.372 9.219-20.591 20.591-20.591l189.738-2.239c11.372 0 20.591 9.219 20.591 20.591l-17.778 66.657c-2.37 11.714-9.219 20.591-20.591 20.591h-171.96c-11.372 0-20.591-9.219-20.591-20.591"/><path fill="#E2A042" d="M369.058 346.785h-264.33v77.427c0 10.228 8.292 18.52 18.52 18.52h205.957c10.228 0 16.306-7.975 18.52-18.52z"/><path fill="#FFB636" d="m448.383 36.708l-83.762-22.444c-1.74-.466-3.529.892-3.995 2.632L278.425 324H101.281C99.49 324 98 325.126 98 326.917v39.631c0 1.791 1.49 3.452 3.281 3.452h275.916c1.791 0 2.804-1.662 2.804-3.452v-39.631c0-1.791-1.013-2.917-2.804-2.917h-2.242L450.69 41.028c.466-1.74-.567-3.854-2.307-4.32"/><path fill="#FFD469" d="m321.519 123.403l15.52-99.972c2.317-8.647 11.205-13.778 19.851-11.461l27.288 6.69c8.647 2.317 13.778 11.205 11.461 19.851l-26.188 97.735c-2.317 8.647-11.205 13.778-19.851 11.461l-16.62-4.453c-8.646-2.316-13.778-11.204-11.461-19.851"/><path fill="#E5E4DF" d="M376.524 250H160.315c-2.162 0-4.315 1.859-4.315 4.021v47.853c0 2.162 2.152 4.125 4.315 4.125h174.301l-28.072 110.849c-.264 1.044.368 2.053 1.412 2.317l26.704 6.73c1.044.264 2.105-.276 2.369-1.321L367.052 306h9.471c2.162 0 3.476-1.963 3.476-4.125v-47.853c.001-2.163-1.313-4.022-3.475-4.022"/></svg> </template>
CSS
.icon-seat {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M112.934%20485.738V421.32c0-11.372%209.219-20.591%2020.591-20.591l189.738-2.239c11.372%200%2020.591%209.219%2020.591%2020.591l-17.778%2066.657c-2.37%2011.714-9.219%2020.591-20.591%2020.591h-171.96c-11.372%200-20.591-9.219-20.591-20.591%22%2F%3E%3Cpath%20fill%3D%22%23E2A042%22%20d%3D%22M369.058%20346.785h-264.33v77.427c0%2010.228%208.292%2018.52%2018.52%2018.52h205.957c10.228%200%2016.306-7.975%2018.52-18.52z%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22m448.383%2036.708l-83.762-22.444c-1.74-.466-3.529.892-3.995%202.632L278.425%20324H101.281C99.49%20324%2098%20325.126%2098%20326.917v39.631c0%201.791%201.49%203.452%203.281%203.452h275.916c1.791%200%202.804-1.662%202.804-3.452v-39.631c0-1.791-1.013-2.917-2.804-2.917h-2.242L450.69%2041.028c.466-1.74-.567-3.854-2.307-4.32%22%2F%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22m321.519%20123.403l15.52-99.972c2.317-8.647%2011.205-13.778%2019.851-11.461l27.288%206.69c8.647%202.317%2013.778%2011.205%2011.461%2019.851l-26.188%2097.735c-2.317%208.647-11.205%2013.778-19.851%2011.461l-16.62-4.453c-8.646-2.316-13.778-11.204-11.461-19.851%22%2F%3E%3Cpath%20fill%3D%22%23E5E4DF%22%20d%3D%22M376.524%20250H160.315c-2.162%200-4.315%201.859-4.315%204.021v47.853c0%202.162%202.152%204.125%204.315%204.125h174.301l-28.072%20110.849c-.264%201.044.368%202.053%201.412%202.317l26.704%206.73c1.044.264%202.105-.276%202.369-1.321L367.052%20306h9.471c2.162%200%203.476-1.963%203.476-4.125v-47.853c.001-2.163-1.313-4.022-3.475-4.022%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23597B91%22%20d%3D%22M112.934%20485.738V421.32c0-11.372%209.219-20.591%2020.591-20.591l189.738-2.239c11.372%200%2020.591%209.219%2020.591%2020.591l-17.778%2066.657c-2.37%2011.714-9.219%2020.591-20.591%2020.591h-171.96c-11.372%200-20.591-9.219-20.591-20.591%22%2F%3E%3Cpath%20fill%3D%22%23E2A042%22%20d%3D%22M369.058%20346.785h-264.33v77.427c0%2010.228%208.292%2018.52%2018.52%2018.52h205.957c10.228%200%2016.306-7.975%2018.52-18.52z%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22m448.383%2036.708l-83.762-22.444c-1.74-.466-3.529.892-3.995%202.632L278.425%20324H101.281C99.49%20324%2098%20325.126%2098%20326.917v39.631c0%201.791%201.49%203.452%203.281%203.452h275.916c1.791%200%202.804-1.662%202.804-3.452v-39.631c0-1.791-1.013-2.917-2.804-2.917h-2.242L450.69%2041.028c.466-1.74-.567-3.854-2.307-4.32%22%2F%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22m321.519%20123.403l15.52-99.972c2.317-8.647%2011.205-13.778%2019.851-11.461l27.288%206.69c8.647%202.317%2013.778%2011.205%2011.461%2019.851l-26.188%2097.735c-2.317%208.647-11.205%2013.778-19.851%2011.461l-16.62-4.453c-8.646-2.316-13.778-11.204-11.461-19.851%22%2F%3E%3Cpath%20fill%3D%22%23E5E4DF%22%20d%3D%22M376.524%20250H160.315c-2.162%200-4.315%201.859-4.315%204.021v47.853c0%202.162%202.152%204.125%204.315%204.125h174.301l-28.072%20110.849c-.264%201.044.368%202.053%201.412%202.317l26.704%206.73c1.044.264%202.105-.276%202.369-1.321L367.052%20306h9.471c2.162%200%203.476-1.963%203.476-4.125v-47.853c.001-2.163-1.313-4.022-3.475-4.022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/seat.svg?color=%231a73e8&size=48