powers logo
powers from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- powers
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the powers logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.31 12.347s-.008.73-.008 1.068c0 .34.339.544.777.544v.486h-2.988v-.486c.408 0 .79-.204.79-.544v-2.673c0-.545-.52-.557-.79-.595v-.466h2.55c1.042 0 2.403-.125 2.403 1.228c0 1.403-1.233 1.441-2.304 1.441zm-.017-2.212v1.559h.494c.35 0 .777-.063.777-.772c0-.749-.318-.795-.907-.795c-.254 0-.364.008-.364.008M12 4.551l12 7.45l-12 7.448L0 12zm-8.645 7.45c2.764 1.713 7.373 4.575 8.645 5.364L20.644 12A7142 7142 0 0 0 12 6.636c-1.272.787-5.881 3.649-8.645 5.365"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPowers(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="M12.31 12.347s-.008.73-.008 1.068c0 .34.339.544.777.544v.486h-2.988v-.486c.408 0 .79-.204.79-.544v-2.673c0-.545-.52-.557-.79-.595v-.466h2.55c1.042 0 2.403-.125 2.403 1.228c0 1.403-1.233 1.441-2.304 1.441zm-.017-2.212v1.559h.494c.35 0 .777-.063.777-.772c0-.749-.318-.795-.907-.795c-.254 0-.364.008-.364.008M12 4.551l12 7.45l-12 7.448L0 12zm-8.645 7.45c2.764 1.713 7.373 4.575 8.645 5.364L20.644 12A7142 7142 0 0 0 12 6.636c-1.272.787-5.881 3.649-8.645 5.365"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.31 12.347s-.008.73-.008 1.068c0 .34.339.544.777.544v.486h-2.988v-.486c.408 0 .79-.204.79-.544v-2.673c0-.545-.52-.557-.79-.595v-.466h2.55c1.042 0 2.403-.125 2.403 1.228c0 1.403-1.233 1.441-2.304 1.441zm-.017-2.212v1.559h.494c.35 0 .777-.063.777-.772c0-.749-.318-.795-.907-.795c-.254 0-.364.008-.364.008M12 4.551l12 7.45l-12 7.448L0 12zm-8.645 7.45c2.764 1.713 7.373 4.575 8.645 5.364L20.644 12A7142 7142 0 0 0 12 6.636c-1.272.787-5.881 3.649-8.645 5.365"/></svg> </template>
CSS
.icon-powers {
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%22M12.31%2012.347s-.008.73-.008%201.068c0%20.34.339.544.777.544v.486h-2.988v-.486c.408%200%20.79-.204.79-.544v-2.673c0-.545-.52-.557-.79-.595v-.466h2.55c1.042%200%202.403-.125%202.403%201.228c0%201.403-1.233%201.441-2.304%201.441zm-.017-2.212v1.559h.494c.35%200%20.777-.063.777-.772c0-.749-.318-.795-.907-.795c-.254%200-.364.008-.364.008M12%204.551l12%207.45l-12%207.448L0%2012zm-8.645%207.45c2.764%201.713%207.373%204.575%208.645%205.364L20.644%2012A7142%207142%200%200%200%2012%206.636c-1.272.787-5.881%203.649-8.645%205.365%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%22M12.31%2012.347s-.008.73-.008%201.068c0%20.34.339.544.777.544v.486h-2.988v-.486c.408%200%20.79-.204.79-.544v-2.673c0-.545-.52-.557-.79-.595v-.466h2.55c1.042%200%202.403-.125%202.403%201.228c0%201.403-1.233%201.441-2.304%201.441zm-.017-2.212v1.559h.494c.35%200%20.777-.063.777-.772c0-.749-.318-.795-.907-.795c-.254%200-.364.008-.364.008M12%204.551l12%207.45l-12%207.448L0%2012zm-8.645%207.45c2.764%201.713%207.373%204.575%208.645%205.364L20.644%2012A7142%207142%200%200%200%2012%206.636c-1.272.787-5.881%203.649-8.645%205.365%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/powers.svg?color=%231a73e8&size=48