settings cell icon

settings-cell-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.

Name
settings-cell-rounded
Set
Material Symbols
Style
Rounded
Viewbox
24×24
License
Apache 2.0

4 other variants in Material Symbols

The same icon in other sets

Related icons in Material Symbols

Use the settings cell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 20q-.825 0-1.413-.588T6 18V2q0-.825.588-1.413T8 0h8q.825 0 1.413.588T18 2v16q0 .825-.588 1.413T16 20H8Zm0-5h8V5H8v10Zm0 9q-.425 0-.713-.288T7 23q0-.425.288-.713T8 22q.425 0 .713.288T9 23q0 .425-.288.713T8 24Zm4 0q-.425 0-.713-.288T11 23q0-.425.288-.713T12 22q.425 0 .713.288T13 23q0 .425-.288.713T12 24Zm4 0q-.425 0-.713-.288T15 23q0-.425.288-.713T16 22q.425 0 .713.288T17 23q0 .425-.288.713T16 24Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSettingsCellRounded(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 20q-.825 0-1.413-.588T6 18V2q0-.825.588-1.413T8 0h8q.825 0 1.413.588T18 2v16q0 .825-.588 1.413T16 20H8Zm0-5h8V5H8v10Zm0 9q-.425 0-.713-.288T7 23q0-.425.288-.713T8 22q.425 0 .713.288T9 23q0 .425-.288.713T8 24Zm4 0q-.425 0-.713-.288T11 23q0-.425.288-.713T12 22q.425 0 .713.288T13 23q0 .425-.288.713T12 24Zm4 0q-.425 0-.713-.288T15 23q0-.425.288-.713T16 22q.425 0 .713.288T17 23q0 .425-.288.713T16 24Z"/></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 20q-.825 0-1.413-.588T6 18V2q0-.825.588-1.413T8 0h8q.825 0 1.413.588T18 2v16q0 .825-.588 1.413T16 20H8Zm0-5h8V5H8v10Zm0 9q-.425 0-.713-.288T7 23q0-.425.288-.713T8 22q.425 0 .713.288T9 23q0 .425-.288.713T8 24Zm4 0q-.425 0-.713-.288T11 23q0-.425.288-.713T12 22q.425 0 .713.288T13 23q0 .425-.288.713T12 24Zm4 0q-.425 0-.713-.288T15 23q0-.425.288-.713T16 22q.425 0 .713.288T17 23q0 .425-.288.713T16 24Z"/></svg>
</template>

CSS

.icon-settings-cell-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%2020q-.825%200-1.413-.588T6%2018V2q0-.825.588-1.413T8%200h8q.825%200%201.413.588T18%202v16q0%20.825-.588%201.413T16%2020H8Zm0-5h8V5H8v10Zm0%209q-.425%200-.713-.288T7%2023q0-.425.288-.713T8%2022q.425%200%20.713.288T9%2023q0%20.425-.288.713T8%2024Zm4%200q-.425%200-.713-.288T11%2023q0-.425.288-.713T12%2022q.425%200%20.713.288T13%2023q0%20.425-.288.713T12%2024Zm4%200q-.425%200-.713-.288T15%2023q0-.425.288-.713T16%2022q.425%200%20.713.288T17%2023q0%20.425-.288.713T16%2024Z%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%2020q-.825%200-1.413-.588T6%2018V2q0-.825.588-1.413T8%200h8q.825%200%201.413.588T18%202v16q0%20.825-.588%201.413T16%2020H8Zm0-5h8V5H8v10Zm0%209q-.425%200-.713-.288T7%2023q0-.425.288-.713T8%2022q.425%200%20.713.288T9%2023q0%20.425-.288.713T8%2024Zm4%200q-.425%200-.713-.288T11%2023q0-.425.288-.713T12%2022q.425%200%20.713.288T13%2023q0%20.425-.288.713T12%2024Zm4%200q-.425%200-.713-.288T15%2023q0-.425.288-.713T16%2022q.425%200%20.713.288T17%2023q0%20.425-.288.713T16%2024Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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