settings screen icon

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

Name
settings-screen-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the settings screen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 22q-.825 0-1.412-.587T13 20v-4q0-.825.588-1.412T15 14h6q.825 0 1.413.588T23 16v4q0 .825-.587 1.413T21 22zm-4.725 0q-.425 0-.75-.275t-.375-.7l-.3-2.225q-.325-.125-.613-.3t-.562-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.238t.675-1.062l1.325-1Q4.5 12.5 4.5 12.337v-.675q0-.162.025-.337l-1.325-1q-.525-.4-.675-1.063t.2-1.237L3.9 5.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.2-1.65q.075-.675.575-1.113T10.8 2h2.4q.675 0 1.175.438t.575 1.112l.2 1.65q.325.125.613.3t.562.375l1.5-.65q.625-.275 1.263-.05t.987.8l1.175 2.05q.35.575.213 1.225t-.663 1.075L19.125 11.6q-.275.2-.562.3t-.638.1h-2.35q0-1.45-1.037-2.475T12.05 8.5q-1.475 0-2.488 1.013T8.55 12q0 1.2.688 2.1T11 15.35v5.8q0 .35-.2.6t-.525.25"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSettingsScreenRounded(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="M15 22q-.825 0-1.412-.587T13 20v-4q0-.825.588-1.412T15 14h6q.825 0 1.413.588T23 16v4q0 .825-.587 1.413T21 22zm-4.725 0q-.425 0-.75-.275t-.375-.7l-.3-2.225q-.325-.125-.613-.3t-.562-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.238t.675-1.062l1.325-1Q4.5 12.5 4.5 12.337v-.675q0-.162.025-.337l-1.325-1q-.525-.4-.675-1.063t.2-1.237L3.9 5.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.2-1.65q.075-.675.575-1.113T10.8 2h2.4q.675 0 1.175.438t.575 1.112l.2 1.65q.325.125.613.3t.562.375l1.5-.65q.625-.275 1.263-.05t.987.8l1.175 2.05q.35.575.213 1.225t-.663 1.075L19.125 11.6q-.275.2-.562.3t-.638.1h-2.35q0-1.45-1.037-2.475T12.05 8.5q-1.475 0-2.488 1.013T8.55 12q0 1.2.688 2.1T11 15.35v5.8q0 .35-.2.6t-.525.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 22q-.825 0-1.412-.587T13 20v-4q0-.825.588-1.412T15 14h6q.825 0 1.413.588T23 16v4q0 .825-.587 1.413T21 22zm-4.725 0q-.425 0-.75-.275t-.375-.7l-.3-2.225q-.325-.125-.613-.3t-.562-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.238t.675-1.062l1.325-1Q4.5 12.5 4.5 12.337v-.675q0-.162.025-.337l-1.325-1q-.525-.4-.675-1.063t.2-1.237L3.9 5.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.2-1.65q.075-.675.575-1.113T10.8 2h2.4q.675 0 1.175.438t.575 1.112l.2 1.65q.325.125.613.3t.562.375l1.5-.65q.625-.275 1.263-.05t.987.8l1.175 2.05q.35.575.213 1.225t-.663 1.075L19.125 11.6q-.275.2-.562.3t-.638.1h-2.35q0-1.45-1.037-2.475T12.05 8.5q-1.475 0-2.488 1.013T8.55 12q0 1.2.688 2.1T11 15.35v5.8q0 .35-.2.6t-.525.25"/></svg>
</template>

CSS

.icon-settings-screen-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%22M15%2022q-.825%200-1.412-.587T13%2020v-4q0-.825.588-1.412T15%2014h6q.825%200%201.413.588T23%2016v4q0%20.825-.587%201.413T21%2022zm-4.725%200q-.425%200-.75-.275t-.375-.7l-.3-2.225q-.325-.125-.613-.3t-.562-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.238t.675-1.062l1.325-1Q4.5%2012.5%204.5%2012.337v-.675q0-.162.025-.337l-1.325-1q-.525-.4-.675-1.063t.2-1.237L3.9%205.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.2-1.65q.075-.675.575-1.113T10.8%202h2.4q.675%200%201.175.438t.575%201.112l.2%201.65q.325.125.613.3t.562.375l1.5-.65q.625-.275%201.263-.05t.987.8l1.175%202.05q.35.575.213%201.225t-.663%201.075L19.125%2011.6q-.275.2-.562.3t-.638.1h-2.35q0-1.45-1.037-2.475T12.05%208.5q-1.475%200-2.488%201.013T8.55%2012q0%201.2.688%202.1T11%2015.35v5.8q0%20.35-.2.6t-.525.25%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%22M15%2022q-.825%200-1.412-.587T13%2020v-4q0-.825.588-1.412T15%2014h6q.825%200%201.413.588T23%2016v4q0%20.825-.587%201.413T21%2022zm-4.725%200q-.425%200-.75-.275t-.375-.7l-.3-2.225q-.325-.125-.613-.3t-.562-.375l-1.55.65q-.625.275-1.25.05t-.975-.8l-1.175-2.05q-.35-.575-.2-1.238t.675-1.062l1.325-1Q4.5%2012.5%204.5%2012.337v-.675q0-.162.025-.337l-1.325-1q-.525-.4-.675-1.063t.2-1.237L3.9%205.975q.35-.575.975-.8t1.25.05l1.55.65q.275-.2.575-.375t.6-.3l.2-1.65q.075-.675.575-1.113T10.8%202h2.4q.675%200%201.175.438t.575%201.112l.2%201.65q.325.125.613.3t.562.375l1.5-.65q.625-.275%201.263-.05t.987.8l1.175%202.05q.35.575.213%201.225t-.663%201.075L19.125%2011.6q-.275.2-.562.3t-.638.1h-2.35q0-1.45-1.037-2.475T12.05%208.5q-1.475%200-2.488%201.013T8.55%2012q0%201.2.688%202.1T11%2015.35v5.8q0%20.35-.2.6t-.525.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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