stars-c from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
stars-c
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the stars c icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15.238 10.81l-.569 1.694a4.33 4.33 0 0 1-2.757 2.76l-1.713.569a.288.288 0 0 0 0 .548l1.713.569a4.32 4.32 0 0 1 2.736 2.738l.568 1.715a.287.287 0 0 0 .548 0l.59-1.694a4.32 4.32 0 0 1 2.735-2.738l1.714-.569a.288.288 0 0 0 0-.548l-1.692-.59a4.32 4.32 0 0 1-2.757-2.76l-.569-1.715a.29.29 0 0 0-.448-.126a.3.3 0 0 0-.099.148m-8.43-4.914l-.413 1.231a3.15 3.15 0 0 1-2.006 2.007l-1.246.414a.21.21 0 0 0 0 .398l1.246.415a3.14 3.14 0 0 1 1.99 1.99l.413 1.248a.21.21 0 0 0 .398 0l.43-1.232a3.15 3.15 0 0 1 1.99-1.99l1.245-.415a.21.21 0 0 0 0-.398l-1.23-.43A3.14 3.14 0 0 1 7.62 7.128l-.414-1.247a.21.21 0 0 0-.398.016m7.849-3.422l-.207.616a1.57 1.57 0 0 1-1.002 1.004l-.623.207a.104.104 0 0 0-.052.16a.1.1 0 0 0 .052.039l.623.207a1.57 1.57 0 0 1 .995.995l.206.624a.105.105 0 0 0 .2 0l.214-.616a1.57 1.57 0 0 1 .995-.995l.623-.207a.105.105 0 0 0 0-.2l-.615-.214a1.57 1.57 0 0 1-1.003-1.004l-.207-.624a.105.105 0 0 0-.199.008"/></svg>

React

import type { SVGProps } from "react";

export function MageStarsC(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m15.238 10.81l-.569 1.694a4.33 4.33 0 0 1-2.757 2.76l-1.713.569a.288.288 0 0 0 0 .548l1.713.569a4.32 4.32 0 0 1 2.736 2.738l.568 1.715a.287.287 0 0 0 .548 0l.59-1.694a4.32 4.32 0 0 1 2.735-2.738l1.714-.569a.288.288 0 0 0 0-.548l-1.692-.59a4.32 4.32 0 0 1-2.757-2.76l-.569-1.715a.29.29 0 0 0-.448-.126a.3.3 0 0 0-.099.148m-8.43-4.914l-.413 1.231a3.15 3.15 0 0 1-2.006 2.007l-1.246.414a.21.21 0 0 0 0 .398l1.246.415a3.14 3.14 0 0 1 1.99 1.99l.413 1.248a.21.21 0 0 0 .398 0l.43-1.232a3.15 3.15 0 0 1 1.99-1.99l1.245-.415a.21.21 0 0 0 0-.398l-1.23-.43A3.14 3.14 0 0 1 7.62 7.128l-.414-1.247a.21.21 0 0 0-.398.016m7.849-3.422l-.207.616a1.57 1.57 0 0 1-1.002 1.004l-.623.207a.104.104 0 0 0-.052.16a.1.1 0 0 0 .052.039l.623.207a1.57 1.57 0 0 1 .995.995l.206.624a.105.105 0 0 0 .2 0l.214-.616a1.57 1.57 0 0 1 .995-.995l.623-.207a.105.105 0 0 0 0-.2l-.615-.214a1.57 1.57 0 0 1-1.003-1.004l-.207-.624a.105.105 0 0 0-.199.008"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15.238 10.81l-.569 1.694a4.33 4.33 0 0 1-2.757 2.76l-1.713.569a.288.288 0 0 0 0 .548l1.713.569a4.32 4.32 0 0 1 2.736 2.738l.568 1.715a.287.287 0 0 0 .548 0l.59-1.694a4.32 4.32 0 0 1 2.735-2.738l1.714-.569a.288.288 0 0 0 0-.548l-1.692-.59a4.32 4.32 0 0 1-2.757-2.76l-.569-1.715a.29.29 0 0 0-.448-.126a.3.3 0 0 0-.099.148m-8.43-4.914l-.413 1.231a3.15 3.15 0 0 1-2.006 2.007l-1.246.414a.21.21 0 0 0 0 .398l1.246.415a3.14 3.14 0 0 1 1.99 1.99l.413 1.248a.21.21 0 0 0 .398 0l.43-1.232a3.15 3.15 0 0 1 1.99-1.99l1.245-.415a.21.21 0 0 0 0-.398l-1.23-.43A3.14 3.14 0 0 1 7.62 7.128l-.414-1.247a.21.21 0 0 0-.398.016m7.849-3.422l-.207.616a1.57 1.57 0 0 1-1.002 1.004l-.623.207a.104.104 0 0 0-.052.16a.1.1 0 0 0 .052.039l.623.207a1.57 1.57 0 0 1 .995.995l.206.624a.105.105 0 0 0 .2 0l.214-.616a1.57 1.57 0 0 1 .995-.995l.623-.207a.105.105 0 0 0 0-.2l-.615-.214a1.57 1.57 0 0 1-1.003-1.004l-.207-.624a.105.105 0 0 0-.199.008"/></svg>
</template>

CSS

.icon-stars-c {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m15.238%2010.81l-.569%201.694a4.33%204.33%200%200%201-2.757%202.76l-1.713.569a.288.288%200%200%200%200%20.548l1.713.569a4.32%204.32%200%200%201%202.736%202.738l.568%201.715a.287.287%200%200%200%20.548%200l.59-1.694a4.32%204.32%200%200%201%202.735-2.738l1.714-.569a.288.288%200%200%200%200-.548l-1.692-.59a4.32%204.32%200%200%201-2.757-2.76l-.569-1.715a.29.29%200%200%200-.448-.126a.3.3%200%200%200-.099.148m-8.43-4.914l-.413%201.231a3.15%203.15%200%200%201-2.006%202.007l-1.246.414a.21.21%200%200%200%200%20.398l1.246.415a3.14%203.14%200%200%201%201.99%201.99l.413%201.248a.21.21%200%200%200%20.398%200l.43-1.232a3.15%203.15%200%200%201%201.99-1.99l1.245-.415a.21.21%200%200%200%200-.398l-1.23-.43A3.14%203.14%200%200%201%207.62%207.128l-.414-1.247a.21.21%200%200%200-.398.016m7.849-3.422l-.207.616a1.57%201.57%200%200%201-1.002%201.004l-.623.207a.104.104%200%200%200-.052.16a.1.1%200%200%200%20.052.039l.623.207a1.57%201.57%200%200%201%20.995.995l.206.624a.105.105%200%200%200%20.2%200l.214-.616a1.57%201.57%200%200%201%20.995-.995l.623-.207a.105.105%200%200%200%200-.2l-.615-.214a1.57%201.57%200%200%201-1.003-1.004l-.207-.624a.105.105%200%200%200-.199.008%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m15.238%2010.81l-.569%201.694a4.33%204.33%200%200%201-2.757%202.76l-1.713.569a.288.288%200%200%200%200%20.548l1.713.569a4.32%204.32%200%200%201%202.736%202.738l.568%201.715a.287.287%200%200%200%20.548%200l.59-1.694a4.32%204.32%200%200%201%202.735-2.738l1.714-.569a.288.288%200%200%200%200-.548l-1.692-.59a4.32%204.32%200%200%201-2.757-2.76l-.569-1.715a.29.29%200%200%200-.448-.126a.3.3%200%200%200-.099.148m-8.43-4.914l-.413%201.231a3.15%203.15%200%200%201-2.006%202.007l-1.246.414a.21.21%200%200%200%200%20.398l1.246.415a3.14%203.14%200%200%201%201.99%201.99l.413%201.248a.21.21%200%200%200%20.398%200l.43-1.232a3.15%203.15%200%200%201%201.99-1.99l1.245-.415a.21.21%200%200%200%200-.398l-1.23-.43A3.14%203.14%200%200%201%207.62%207.128l-.414-1.247a.21.21%200%200%200-.398.016m7.849-3.422l-.207.616a1.57%201.57%200%200%201-1.002%201.004l-.623.207a.104.104%200%200%200-.052.16a.1.1%200%200%200%20.052.039l.623.207a1.57%201.57%200%200%201%20.995.995l.206.624a.105.105%200%200%200%20.2%200l.214-.616a1.57%201.57%200%200%201%20.995-.995l.623-.207a.105.105%200%200%200%200-.2l-.615-.214a1.57%201.57%200%200%201-1.003-1.004l-.207-.624a.105.105%200%200%200-.199.008%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/stars-c.svg?color=%231a73e8&size=48