round settings power icon

round-settings-power from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-settings-power
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round settings power icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 24c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m4 0c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m0-22c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1m3.94 3.06l-.02.02c-.41.41-.36 1.08.08 1.46c1.51 1.34 2.33 3.43 1.88 5.7c-.46 2.28-2.29 4.14-4.56 4.62A6.01 6.01 0 0 1 6 11c0-1.78.78-3.37 2.01-4.47c.43-.39.47-1.04.07-1.45l-.02-.02a.99.99 0 0 0-1.36-.04c-2.01 1.77-3.12 4.53-2.56 7.52c.59 3.15 3.11 5.7 6.26 6.31c5.12.99 9.6-2.9 9.6-7.85c0-2.38-1.05-4.52-2.71-5.99a.99.99 0 0 0-1.35.05M16 24c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSettingsPower(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 24c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m4 0c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m0-22c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1m3.94 3.06l-.02.02c-.41.41-.36 1.08.08 1.46c1.51 1.34 2.33 3.43 1.88 5.7c-.46 2.28-2.29 4.14-4.56 4.62A6.01 6.01 0 0 1 6 11c0-1.78.78-3.37 2.01-4.47c.43-.39.47-1.04.07-1.45l-.02-.02a.99.99 0 0 0-1.36-.04c-2.01 1.77-3.12 4.53-2.56 7.52c.59 3.15 3.11 5.7 6.26 6.31c5.12.99 9.6-2.9 9.6-7.85c0-2.38-1.05-4.52-2.71-5.99a.99.99 0 0 0-1.35.05M16 24c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1"/></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 24c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m4 0c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1m0-22c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1m3.94 3.06l-.02.02c-.41.41-.36 1.08.08 1.46c1.51 1.34 2.33 3.43 1.88 5.7c-.46 2.28-2.29 4.14-4.56 4.62A6.01 6.01 0 0 1 6 11c0-1.78.78-3.37 2.01-4.47c.43-.39.47-1.04.07-1.45l-.02-.02a.99.99 0 0 0-1.36-.04c-2.01 1.77-3.12 4.53-2.56 7.52c.59 3.15 3.11 5.7 6.26 6.31c5.12.99 9.6-2.9 9.6-7.85c0-2.38-1.05-4.52-2.71-5.99a.99.99 0 0 0-1.35.05M16 24c.55 0 1-.45 1-1s-.45-1-1-1s-1 .45-1 1s.45 1 1 1"/></svg>
</template>

CSS

.icon-round-settings-power {
  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%2024c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201m4%200c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201m0-22c-.55%200-1%20.45-1%201v8c0%20.55.45%201%201%201s1-.45%201-1V3c0-.55-.45-1-1-1m3.94%203.06l-.02.02c-.41.41-.36%201.08.08%201.46c1.51%201.34%202.33%203.43%201.88%205.7c-.46%202.28-2.29%204.14-4.56%204.62A6.01%206.01%200%200%201%206%2011c0-1.78.78-3.37%202.01-4.47c.43-.39.47-1.04.07-1.45l-.02-.02a.99.99%200%200%200-1.36-.04c-2.01%201.77-3.12%204.53-2.56%207.52c.59%203.15%203.11%205.7%206.26%206.31c5.12.99%209.6-2.9%209.6-7.85c0-2.38-1.05-4.52-2.71-5.99a.99.99%200%200%200-1.35.05M16%2024c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201%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%2024c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201m4%200c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201m0-22c-.55%200-1%20.45-1%201v8c0%20.55.45%201%201%201s1-.45%201-1V3c0-.55-.45-1-1-1m3.94%203.06l-.02.02c-.41.41-.36%201.08.08%201.46c1.51%201.34%202.33%203.43%201.88%205.7c-.46%202.28-2.29%204.14-4.56%204.62A6.01%206.01%200%200%201%206%2011c0-1.78.78-3.37%202.01-4.47c.43-.39.47-1.04.07-1.45l-.02-.02a.99.99%200%200%200-1.36-.04c-2.01%201.77-3.12%204.53-2.56%207.52c.59%203.15%203.11%205.7%206.26%206.31c5.12.99%209.6-2.9%209.6-7.85c0-2.38-1.05-4.52-2.71-5.99a.99.99%200%200%200-1.35.05M16%2024c.55%200%201-.45%201-1s-.45-1-1-1s-1%20.45-1%201s.45%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-settings-power.svg?color=%231a73e8&size=48