power icon
power from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- power
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
powerBootstrap IconspowerCarbonpower-fillEva IconspowerFramework7 IconspowerFeather Iconspower-20-filledFluent UI System IconspowerHeroIconspowerHuge IconspowerHumbleiconspowerIonIconspowerLucidepowerMaterial Design Iconspower-fillMingCute IconpowerPhosphorpowerPixelarticonspower-boldSolarpowerTabler Iconspower-outlineTeenyiconspowerUnicons
Use the power icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2.5 24 24"><path fill="currentColor" d="M12 4.1a.97.97 0 0 1-.617-.898c0-.536.448-.972 1-.972q.175.001.332.055q.001-.005.004-.003C15.834 3.658 18 6.708 18 10.252C18 15.082 13.97 19 9 19s-9-3.917-9-8.749C0 6.732 2.137 3.7 5.218 2.31a1 1 0 0 1 .392-.076c.552 0 1 .435 1 .971a.97.97 0 0 1-.61.896c-2.365 1.092-4 3.436-4 6.15c0 3.758 3.134 6.805 7 6.805s7-3.047 7-6.805c0-2.714-1.635-5.058-4-6.15zM9 0a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function JamPower(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2.5 24 24"><path fill="currentColor" d="M12 4.1a.97.97 0 0 1-.617-.898c0-.536.448-.972 1-.972q.175.001.332.055q.001-.005.004-.003C15.834 3.658 18 6.708 18 10.252C18 15.082 13.97 19 9 19s-9-3.917-9-8.749C0 6.732 2.137 3.7 5.218 2.31a1 1 0 0 1 .392-.076c.552 0 1 .435 1 .971a.97.97 0 0 1-.61.896c-2.365 1.092-4 3.436-4 6.15c0 3.758 3.134 6.805 7 6.805s7-3.047 7-6.805c0-2.714-1.635-5.058-4-6.15zM9 0a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2.5 24 24"><path fill="currentColor" d="M12 4.1a.97.97 0 0 1-.617-.898c0-.536.448-.972 1-.972q.175.001.332.055q.001-.005.004-.003C15.834 3.658 18 6.708 18 10.252C18 15.082 13.97 19 9 19s-9-3.917-9-8.749C0 6.732 2.137 3.7 5.218 2.31a1 1 0 0 1 .392-.076c.552 0 1 .435 1 .971a.97.97 0 0 1-.61.896c-2.365 1.092-4 3.436-4 6.15c0 3.758 3.134 6.805 7 6.805s7-3.047 7-6.805c0-2.714-1.635-5.058-4-6.15zM9 0a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1"/></svg> </template>
CSS
.icon-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%22-3%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204.1a.97.97%200%200%201-.617-.898c0-.536.448-.972%201-.972q.175.001.332.055q.001-.005.004-.003C15.834%203.658%2018%206.708%2018%2010.252C18%2015.082%2013.97%2019%209%2019s-9-3.917-9-8.749C0%206.732%202.137%203.7%205.218%202.31a1%201%200%200%201%20.392-.076c.552%200%201%20.435%201%20.971a.97.97%200%200%201-.61.896c-2.365%201.092-4%203.436-4%206.15c0%203.758%203.134%206.805%207%206.805s7-3.047%207-6.805c0-2.714-1.635-5.058-4-6.15zM9%200a1%201%200%200%201%201%201v6a1%201%200%201%201-2%200V1a1%201%200%200%201%201-1%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%22-3%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%204.1a.97.97%200%200%201-.617-.898c0-.536.448-.972%201-.972q.175.001.332.055q.001-.005.004-.003C15.834%203.658%2018%206.708%2018%2010.252C18%2015.082%2013.97%2019%209%2019s-9-3.917-9-8.749C0%206.732%202.137%203.7%205.218%202.31a1%201%200%200%201%20.392-.076c.552%200%201%20.435%201%20.971a.97.97%200%200%201-.61.896c-2.365%201.092-4%203.436-4%206.15c0%203.758%203.134%206.805%207%206.805s7-3.047%207-6.805c0-2.714-1.635-5.058-4-6.15zM9%200a1%201%200%200%201%201%201v6a1%201%200%201%201-2%200V1a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/power.svg?color=%231a73e8&size=48