seat from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
seat
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the seat logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m0 10.325l23.98 4.46c-.021.657-.062 2.712-.103 3.903c-.041 1.418-.35 2.281-.925 2.815c-.801.72-1.747.884-4.007 1.007c-5.219.288-10.54.247-17.219-.226c-.699-.04-.966-.185-1.089-.267c-.288-.205-.329-.431-.411-1.603c-.062-.801-.164-3.123-.205-3.904c3.102.206 7.849.37 11.712.37c.966 0 3.493.02 4.171.02c.534 0 1.233-.143 1.582-.698L0 13.222zm.02-1.253c.021-.76.062-2.65.103-3.76c.041-1.418.35-2.281.925-2.815c.801-.72 1.747-.884 4.007-1.007c5.219-.288 10.54-.247 17.219.226c.699.04.966.185 1.089.267c.288.205.329.431.411 1.603c.041.678.144 2.486.185 3.472c-2.301-.123-6.206-.308-9.596-.35c-3.39-.04-6.452.021-6.822.063c-.74.102-1.089.452-1.192.595L24 10.634v2.568Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSeat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m0 10.325l23.98 4.46c-.021.657-.062 2.712-.103 3.903c-.041 1.418-.35 2.281-.925 2.815c-.801.72-1.747.884-4.007 1.007c-5.219.288-10.54.247-17.219-.226c-.699-.04-.966-.185-1.089-.267c-.288-.205-.329-.431-.411-1.603c-.062-.801-.164-3.123-.205-3.904c3.102.206 7.849.37 11.712.37c.966 0 3.493.02 4.171.02c.534 0 1.233-.143 1.582-.698L0 13.222zm.02-1.253c.021-.76.062-2.65.103-3.76c.041-1.418.35-2.281.925-2.815c.801-.72 1.747-.884 4.007-1.007c5.219-.288 10.54-.247 17.219.226c.699.04.966.185 1.089.267c.288.205.329.431.411 1.603c.041.678.144 2.486.185 3.472c-2.301-.123-6.206-.308-9.596-.35c-3.39-.04-6.452.021-6.822.063c-.74.102-1.089.452-1.192.595L24 10.634v2.568Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m0 10.325l23.98 4.46c-.021.657-.062 2.712-.103 3.903c-.041 1.418-.35 2.281-.925 2.815c-.801.72-1.747.884-4.007 1.007c-5.219.288-10.54.247-17.219-.226c-.699-.04-.966-.185-1.089-.267c-.288-.205-.329-.431-.411-1.603c-.062-.801-.164-3.123-.205-3.904c3.102.206 7.849.37 11.712.37c.966 0 3.493.02 4.171.02c.534 0 1.233-.143 1.582-.698L0 13.222zm.02-1.253c.021-.76.062-2.65.103-3.76c.041-1.418.35-2.281.925-2.815c.801-.72 1.747-.884 4.007-1.007c5.219-.288 10.54-.247 17.219.226c.699.04.966.185 1.089.267c.288.205.329.431.411 1.603c.041.678.144 2.486.185 3.472c-2.301-.123-6.206-.308-9.596-.35c-3.39-.04-6.452.021-6.822.063c-.74.102-1.089.452-1.192.595L24 10.634v2.568Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m0%2010.325l23.98%204.46c-.021.657-.062%202.712-.103%203.903c-.041%201.418-.35%202.281-.925%202.815c-.801.72-1.747.884-4.007%201.007c-5.219.288-10.54.247-17.219-.226c-.699-.04-.966-.185-1.089-.267c-.288-.205-.329-.431-.411-1.603c-.062-.801-.164-3.123-.205-3.904c3.102.206%207.849.37%2011.712.37c.966%200%203.493.02%204.171.02c.534%200%201.233-.143%201.582-.698L0%2013.222zm.02-1.253c.021-.76.062-2.65.103-3.76c.041-1.418.35-2.281.925-2.815c.801-.72%201.747-.884%204.007-1.007c5.219-.288%2010.54-.247%2017.219.226c.699.04.966.185%201.089.267c.288.205.329.431.411%201.603c.041.678.144%202.486.185%203.472c-2.301-.123-6.206-.308-9.596-.35c-3.39-.04-6.452.021-6.822.063c-.74.102-1.089.452-1.192.595L24%2010.634v2.568Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m0%2010.325l23.98%204.46c-.021.657-.062%202.712-.103%203.903c-.041%201.418-.35%202.281-.925%202.815c-.801.72-1.747.884-4.007%201.007c-5.219.288-10.54.247-17.219-.226c-.699-.04-.966-.185-1.089-.267c-.288-.205-.329-.431-.411-1.603c-.062-.801-.164-3.123-.205-3.904c3.102.206%207.849.37%2011.712.37c.966%200%203.493.02%204.171.02c.534%200%201.233-.143%201.582-.698L0%2013.222zm.02-1.253c.021-.76.062-2.65.103-3.76c.041-1.418.35-2.281.925-2.815c.801-.72%201.747-.884%204.007-1.007c5.219-.288%2010.54-.247%2017.219.226c.699.04.966.185%201.089.267c.288.205.329.431.411%201.603c.041.678.144%202.486.185%203.472c-2.301-.123-6.206-.308-9.596-.35c-3.39-.04-6.452.021-6.822.063c-.74.102-1.089.452-1.192.595L24%2010.634v2.568Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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