seat-add-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
seat-add-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the seat add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0M18 7l.001 2.504a.5.5 0 1 1-1 0V7h-2.505a.5.5 0 0 1 0-1H17V3.5a.5.5 0 0 1 1 0V6h2.497a.5.5 0 0 1 0 1zm1.471 5.696a6.5 6.5 0 0 1-2.448.287A2.5 2.5 0 0 0 16 15v6h2.75A2.25 2.25 0 0 0 21 18.75V15a2.5 2.5 0 0 0-1.529-2.304M12.021 3H6.25A3.25 3.25 0 0 0 3 6.25v5.627A3.98 3.98 0 0 1 5.5 11c1.339 0 2.524.658 3.25 1.668a3.995 3.995 0 0 1 4.162-1.563A6.48 6.48 0 0 1 11 6.5A6.47 6.47 0 0 1 12.022 3M12 12.5a2.5 2.5 0 0 1 2.5 2.5v6h-5v-6a2.5 2.5 0 0 1 2.5-2.5M8 21v-6a2.5 2.5 0 0 0-5 0v3.75A2.25 2.25 0 0 0 5.25 21z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSeatAdd24Filled(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="M23 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0M18 7l.001 2.504a.5.5 0 1 1-1 0V7h-2.505a.5.5 0 0 1 0-1H17V3.5a.5.5 0 0 1 1 0V6h2.497a.5.5 0 0 1 0 1zm1.471 5.696a6.5 6.5 0 0 1-2.448.287A2.5 2.5 0 0 0 16 15v6h2.75A2.25 2.25 0 0 0 21 18.75V15a2.5 2.5 0 0 0-1.529-2.304M12.021 3H6.25A3.25 3.25 0 0 0 3 6.25v5.627A3.98 3.98 0 0 1 5.5 11c1.339 0 2.524.658 3.25 1.668a3.995 3.995 0 0 1 4.162-1.563A6.48 6.48 0 0 1 11 6.5A6.47 6.47 0 0 1 12.022 3M12 12.5a2.5 2.5 0 0 1 2.5 2.5v6h-5v-6a2.5 2.5 0 0 1 2.5-2.5M8 21v-6a2.5 2.5 0 0 0-5 0v3.75A2.25 2.25 0 0 0 5.25 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0M18 7l.001 2.504a.5.5 0 1 1-1 0V7h-2.505a.5.5 0 0 1 0-1H17V3.5a.5.5 0 0 1 1 0V6h2.497a.5.5 0 0 1 0 1zm1.471 5.696a6.5 6.5 0 0 1-2.448.287A2.5 2.5 0 0 0 16 15v6h2.75A2.25 2.25 0 0 0 21 18.75V15a2.5 2.5 0 0 0-1.529-2.304M12.021 3H6.25A3.25 3.25 0 0 0 3 6.25v5.627A3.98 3.98 0 0 1 5.5 11c1.339 0 2.524.658 3.25 1.668a3.995 3.995 0 0 1 4.162-1.563A6.48 6.48 0 0 1 11 6.5A6.47 6.47 0 0 1 12.022 3M12 12.5a2.5 2.5 0 0 1 2.5 2.5v6h-5v-6a2.5 2.5 0 0 1 2.5-2.5M8 21v-6a2.5 2.5 0 0 0-5 0v3.75A2.25 2.25 0 0 0 5.25 21z"/></svg>
</template>

CSS

.icon-seat-add-24-filled {
  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%22M23%206.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200M18%207l.001%202.504a.5.5%200%201%201-1%200V7h-2.505a.5.5%200%200%201%200-1H17V3.5a.5.5%200%200%201%201%200V6h2.497a.5.5%200%200%201%200%201zm1.471%205.696a6.5%206.5%200%200%201-2.448.287A2.5%202.5%200%200%200%2016%2015v6h2.75A2.25%202.25%200%200%200%2021%2018.75V15a2.5%202.5%200%200%200-1.529-2.304M12.021%203H6.25A3.25%203.25%200%200%200%203%206.25v5.627A3.98%203.98%200%200%201%205.5%2011c1.339%200%202.524.658%203.25%201.668a3.995%203.995%200%200%201%204.162-1.563A6.48%206.48%200%200%201%2011%206.5A6.47%206.47%200%200%201%2012.022%203M12%2012.5a2.5%202.5%200%200%201%202.5%202.5v6h-5v-6a2.5%202.5%200%200%201%202.5-2.5M8%2021v-6a2.5%202.5%200%200%200-5%200v3.75A2.25%202.25%200%200%200%205.25%2021z%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%22M23%206.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200M18%207l.001%202.504a.5.5%200%201%201-1%200V7h-2.505a.5.5%200%200%201%200-1H17V3.5a.5.5%200%200%201%201%200V6h2.497a.5.5%200%200%201%200%201zm1.471%205.696a6.5%206.5%200%200%201-2.448.287A2.5%202.5%200%200%200%2016%2015v6h2.75A2.25%202.25%200%200%200%2021%2018.75V15a2.5%202.5%200%200%200-1.529-2.304M12.021%203H6.25A3.25%203.25%200%200%200%203%206.25v5.627A3.98%203.98%200%200%201%205.5%2011c1.339%200%202.524.658%203.25%201.668a3.995%203.995%200%200%201%204.162-1.563A6.48%206.48%200%200%201%2011%206.5A6.47%206.47%200%200%201%2012.022%203M12%2012.5a2.5%202.5%200%200%201%202.5%202.5v6h-5v-6a2.5%202.5%200%200%201%202.5-2.5M8%2021v-6a2.5%202.5%200%200%200-5%200v3.75A2.25%202.25%200%200%200%205.25%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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