onstar logo
onstar from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- onstar
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the onstar logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12s12-5.372 12-12S18.628 0 12 0m-.049.763c6.233 0 11.304 5.066 11.304 11.294s-5.07 11.295-11.304 11.295C5.718 23.352.647 18.286.647 12.057C.647 5.83 5.718.763 11.951.763m0 .287C5.877 1.05.936 5.988.936 12.057c0 6.07 4.941 11.008 11.015 11.008s11.016-4.938 11.016-11.008S18.025 1.05 11.951 1.05m4.73 3.25l.582 1.7l1.8.064l-1.44 1.078l.495 1.729l-1.472-1.034l-1.494 1.004l.53-1.717l-1.418-1.108l1.8-.028zM7.99 7.11c2.892 0 4.967 2.155 4.967 4.82v.027c0 2.664-2.102 4.847-4.994 4.847s-4.967-2.156-4.967-4.82v-.027c0-2.665 2.102-4.848 4.994-4.848zm-.027 1.9c-1.66 0-2.812 1.313-2.812 2.92v.027c0 1.606 1.179 2.945 2.839 2.945s2.812-1.312 2.812-2.918v-.027c0-1.607-1.178-2.946-2.839-2.946zm9.976.322c1.54 0 2.437 1.018 2.437 2.665v4.646h-2.035V12.64c0-.964-.455-1.46-1.232-1.46s-1.272.496-1.272 1.46v4.003h-2.035V9.466h2.035v1.018c.469-.603 1.071-1.152 2.102-1.152"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOnstar(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 0C5.372 0 0 5.372 0 12s5.372 12 12 12s12-5.372 12-12S18.628 0 12 0m-.049.763c6.233 0 11.304 5.066 11.304 11.294s-5.07 11.295-11.304 11.295C5.718 23.352.647 18.286.647 12.057C.647 5.83 5.718.763 11.951.763m0 .287C5.877 1.05.936 5.988.936 12.057c0 6.07 4.941 11.008 11.015 11.008s11.016-4.938 11.016-11.008S18.025 1.05 11.951 1.05m4.73 3.25l.582 1.7l1.8.064l-1.44 1.078l.495 1.729l-1.472-1.034l-1.494 1.004l.53-1.717l-1.418-1.108l1.8-.028zM7.99 7.11c2.892 0 4.967 2.155 4.967 4.82v.027c0 2.664-2.102 4.847-4.994 4.847s-4.967-2.156-4.967-4.82v-.027c0-2.665 2.102-4.848 4.994-4.848zm-.027 1.9c-1.66 0-2.812 1.313-2.812 2.92v.027c0 1.606 1.179 2.945 2.839 2.945s2.812-1.312 2.812-2.918v-.027c0-1.607-1.178-2.946-2.839-2.946zm9.976.322c1.54 0 2.437 1.018 2.437 2.665v4.646h-2.035V12.64c0-.964-.455-1.46-1.232-1.46s-1.272.496-1.272 1.46v4.003h-2.035V9.466h2.035v1.018c.469-.603 1.071-1.152 2.102-1.152"/></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 0C5.372 0 0 5.372 0 12s5.372 12 12 12s12-5.372 12-12S18.628 0 12 0m-.049.763c6.233 0 11.304 5.066 11.304 11.294s-5.07 11.295-11.304 11.295C5.718 23.352.647 18.286.647 12.057C.647 5.83 5.718.763 11.951.763m0 .287C5.877 1.05.936 5.988.936 12.057c0 6.07 4.941 11.008 11.015 11.008s11.016-4.938 11.016-11.008S18.025 1.05 11.951 1.05m4.73 3.25l.582 1.7l1.8.064l-1.44 1.078l.495 1.729l-1.472-1.034l-1.494 1.004l.53-1.717l-1.418-1.108l1.8-.028zM7.99 7.11c2.892 0 4.967 2.155 4.967 4.82v.027c0 2.664-2.102 4.847-4.994 4.847s-4.967-2.156-4.967-4.82v-.027c0-2.665 2.102-4.848 4.994-4.848zm-.027 1.9c-1.66 0-2.812 1.313-2.812 2.92v.027c0 1.606 1.179 2.945 2.839 2.945s2.812-1.312 2.812-2.918v-.027c0-1.607-1.178-2.946-2.839-2.946zm9.976.322c1.54 0 2.437 1.018 2.437 2.665v4.646h-2.035V12.64c0-.964-.455-1.46-1.232-1.46s-1.272.496-1.272 1.46v4.003h-2.035V9.466h2.035v1.018c.469-.603 1.071-1.152 2.102-1.152"/></svg> </template>
CSS
.icon-onstar {
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%200C5.372%200%200%205.372%200%2012s5.372%2012%2012%2012s12-5.372%2012-12S18.628%200%2012%200m-.049.763c6.233%200%2011.304%205.066%2011.304%2011.294s-5.07%2011.295-11.304%2011.295C5.718%2023.352.647%2018.286.647%2012.057C.647%205.83%205.718.763%2011.951.763m0%20.287C5.877%201.05.936%205.988.936%2012.057c0%206.07%204.941%2011.008%2011.015%2011.008s11.016-4.938%2011.016-11.008S18.025%201.05%2011.951%201.05m4.73%203.25l.582%201.7l1.8.064l-1.44%201.078l.495%201.729l-1.472-1.034l-1.494%201.004l.53-1.717l-1.418-1.108l1.8-.028zM7.99%207.11c2.892%200%204.967%202.155%204.967%204.82v.027c0%202.664-2.102%204.847-4.994%204.847s-4.967-2.156-4.967-4.82v-.027c0-2.665%202.102-4.848%204.994-4.848zm-.027%201.9c-1.66%200-2.812%201.313-2.812%202.92v.027c0%201.606%201.179%202.945%202.839%202.945s2.812-1.312%202.812-2.918v-.027c0-1.607-1.178-2.946-2.839-2.946zm9.976.322c1.54%200%202.437%201.018%202.437%202.665v4.646h-2.035V12.64c0-.964-.455-1.46-1.232-1.46s-1.272.496-1.272%201.46v4.003h-2.035V9.466h2.035v1.018c.469-.603%201.071-1.152%202.102-1.152%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%200C5.372%200%200%205.372%200%2012s5.372%2012%2012%2012s12-5.372%2012-12S18.628%200%2012%200m-.049.763c6.233%200%2011.304%205.066%2011.304%2011.294s-5.07%2011.295-11.304%2011.295C5.718%2023.352.647%2018.286.647%2012.057C.647%205.83%205.718.763%2011.951.763m0%20.287C5.877%201.05.936%205.988.936%2012.057c0%206.07%204.941%2011.008%2011.015%2011.008s11.016-4.938%2011.016-11.008S18.025%201.05%2011.951%201.05m4.73%203.25l.582%201.7l1.8.064l-1.44%201.078l.495%201.729l-1.472-1.034l-1.494%201.004l.53-1.717l-1.418-1.108l1.8-.028zM7.99%207.11c2.892%200%204.967%202.155%204.967%204.82v.027c0%202.664-2.102%204.847-4.994%204.847s-4.967-2.156-4.967-4.82v-.027c0-2.665%202.102-4.848%204.994-4.848zm-.027%201.9c-1.66%200-2.812%201.313-2.812%202.92v.027c0%201.606%201.179%202.945%202.839%202.945s2.812-1.312%202.812-2.918v-.027c0-1.607-1.178-2.946-2.839-2.946zm9.976.322c1.54%200%202.437%201.018%202.437%202.665v4.646h-2.035V12.64c0-.964-.455-1.46-1.232-1.46s-1.272.496-1.272%201.46v4.003h-2.035V9.466h2.035v1.018c.469-.603%201.071-1.152%202.102-1.152%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/onstar.svg?color=%231a73e8&size=48