settings seating icon

settings-seating-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
settings-seating-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the settings seating icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 22q-.425 0-.712-.288T7 21t.288-.712T8 20t.713.288T9 21t-.288.713T8 22m4 0q-.425 0-.712-.288T11 21t.288-.712T12 20t.713.288T13 21t-.288.713T12 22m4 0q-.425 0-.712-.288T15 21t.288-.712T16 20t.713.288T17 21t-.288.713T16 22m-7.712-4.287Q8 17.425 8 17v-2h-.15q-.8 0-1.375-.525t-.625-1.3l-.75-9.1q-.05-.425.25-.75T6.075 3H7.45q1.125 0 1.95.7t1.025 1.8L11 9h4q1.65 0 2.825 1.175T19 13v1q0 .425-.288.713T18 15h-1v2q0 .425-.288.713T16 18t-.712-.288T15 17v-2h-5v2q0 .425-.288.713T9 18t-.712-.288M17 13q0-.825-.587-1.412T15 11H9.3l-.85-5.15q-.05-.375-.337-.612T7.45 5h-.275l.675 8zm-9.15 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSettingsSeatingOutlineRounded(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="M8 22q-.425 0-.712-.288T7 21t.288-.712T8 20t.713.288T9 21t-.288.713T8 22m4 0q-.425 0-.712-.288T11 21t.288-.712T12 20t.713.288T13 21t-.288.713T12 22m4 0q-.425 0-.712-.288T15 21t.288-.712T16 20t.713.288T17 21t-.288.713T16 22m-7.712-4.287Q8 17.425 8 17v-2h-.15q-.8 0-1.375-.525t-.625-1.3l-.75-9.1q-.05-.425.25-.75T6.075 3H7.45q1.125 0 1.95.7t1.025 1.8L11 9h4q1.65 0 2.825 1.175T19 13v1q0 .425-.288.713T18 15h-1v2q0 .425-.288.713T16 18t-.712-.288T15 17v-2h-5v2q0 .425-.288.713T9 18t-.712-.288M17 13q0-.825-.587-1.412T15 11H9.3l-.85-5.15q-.05-.375-.337-.612T7.45 5h-.275l.675 8zm-9.15 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 22q-.425 0-.712-.288T7 21t.288-.712T8 20t.713.288T9 21t-.288.713T8 22m4 0q-.425 0-.712-.288T11 21t.288-.712T12 20t.713.288T13 21t-.288.713T12 22m4 0q-.425 0-.712-.288T15 21t.288-.712T16 20t.713.288T17 21t-.288.713T16 22m-7.712-4.287Q8 17.425 8 17v-2h-.15q-.8 0-1.375-.525t-.625-1.3l-.75-9.1q-.05-.425.25-.75T6.075 3H7.45q1.125 0 1.95.7t1.025 1.8L11 9h4q1.65 0 2.825 1.175T19 13v1q0 .425-.288.713T18 15h-1v2q0 .425-.288.713T16 18t-.712-.288T15 17v-2h-5v2q0 .425-.288.713T9 18t-.712-.288M17 13q0-.825-.587-1.412T15 11H9.3l-.85-5.15q-.05-.375-.337-.612T7.45 5h-.275l.675 8zm-9.15 0"/></svg>
</template>

CSS

.icon-settings-seating-outline-rounded {
  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%22M8%2022q-.425%200-.712-.288T7%2021t.288-.712T8%2020t.713.288T9%2021t-.288.713T8%2022m4%200q-.425%200-.712-.288T11%2021t.288-.712T12%2020t.713.288T13%2021t-.288.713T12%2022m4%200q-.425%200-.712-.288T15%2021t.288-.712T16%2020t.713.288T17%2021t-.288.713T16%2022m-7.712-4.287Q8%2017.425%208%2017v-2h-.15q-.8%200-1.375-.525t-.625-1.3l-.75-9.1q-.05-.425.25-.75T6.075%203H7.45q1.125%200%201.95.7t1.025%201.8L11%209h4q1.65%200%202.825%201.175T19%2013v1q0%20.425-.288.713T18%2015h-1v2q0%20.425-.288.713T16%2018t-.712-.288T15%2017v-2h-5v2q0%20.425-.288.713T9%2018t-.712-.288M17%2013q0-.825-.587-1.412T15%2011H9.3l-.85-5.15q-.05-.375-.337-.612T7.45%205h-.275l.675%208zm-9.15%200%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%22M8%2022q-.425%200-.712-.288T7%2021t.288-.712T8%2020t.713.288T9%2021t-.288.713T8%2022m4%200q-.425%200-.712-.288T11%2021t.288-.712T12%2020t.713.288T13%2021t-.288.713T12%2022m4%200q-.425%200-.712-.288T15%2021t.288-.712T16%2020t.713.288T17%2021t-.288.713T16%2022m-7.712-4.287Q8%2017.425%208%2017v-2h-.15q-.8%200-1.375-.525t-.625-1.3l-.75-9.1q-.05-.425.25-.75T6.075%203H7.45q1.125%200%201.95.7t1.025%201.8L11%209h4q1.65%200%202.825%201.175T19%2013v1q0%20.425-.288.713T18%2015h-1v2q0%20.425-.288.713T16%2018t-.712-.288T15%2017v-2h-5v2q0%20.425-.288.713T9%2018t-.712-.288M17%2013q0-.825-.587-1.412T15%2011H9.3l-.85-5.15q-.05-.375-.337-.612T7.45%205h-.275l.675%208zm-9.15%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/settings-seating-outline-rounded.svg?color=%231a73e8&size=48