star-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.

Name
star-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.384 2.4216L15.6753 7.9076L21.6194 8.3822C22.1233 8.4224 22.7712 8.9343 22.9269 9.4151C23.0826 9.896 22.8581 10.6905 22.4735 11.0186L17.9491 14.8782L19.3318 20.6506C19.4495 21.1413 19.1642 21.9151 18.7563 22.2122C18.3487 22.5094 17.5248 22.5437 17.0936 22.2815L12 19.1832L6.9065 22.2815C6.4752 22.5437 5.6513 22.5094 5.2434 22.2121C4.8358 21.9151 4.5505 21.1413 4.6683 20.6502L6.0509 14.8782L1.5265 11.0186C1.1421 10.6907 0.9171 9.896 1.0732 9.4148C1.2288 8.9343 1.8767 8.4224 2.3806 8.3822L8.3247 7.9076L10.6158 2.4219C10.8104 1.9566 11.4957 1.5 12 1.5C12.5043 1.5 13.1896 1.9566 13.384 2.4216Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsStarSharpFill(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="M13.384 2.4216L15.6753 7.9076L21.6194 8.3822C22.1233 8.4224 22.7712 8.9343 22.9269 9.4151C23.0826 9.896 22.8581 10.6905 22.4735 11.0186L17.9491 14.8782L19.3318 20.6506C19.4495 21.1413 19.1642 21.9151 18.7563 22.2122C18.3487 22.5094 17.5248 22.5437 17.0936 22.2815L12 19.1832L6.9065 22.2815C6.4752 22.5437 5.6513 22.5094 5.2434 22.2121C4.8358 21.9151 4.5505 21.1413 4.6683 20.6502L6.0509 14.8782L1.5265 11.0186C1.1421 10.6907 0.9171 9.896 1.0732 9.4148C1.2288 8.9343 1.8767 8.4224 2.3806 8.3822L8.3247 7.9076L10.6158 2.4219C10.8104 1.9566 11.4957 1.5 12 1.5C12.5043 1.5 13.1896 1.9566 13.384 2.4216Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.384 2.4216L15.6753 7.9076L21.6194 8.3822C22.1233 8.4224 22.7712 8.9343 22.9269 9.4151C23.0826 9.896 22.8581 10.6905 22.4735 11.0186L17.9491 14.8782L19.3318 20.6506C19.4495 21.1413 19.1642 21.9151 18.7563 22.2122C18.3487 22.5094 17.5248 22.5437 17.0936 22.2815L12 19.1832L6.9065 22.2815C6.4752 22.5437 5.6513 22.5094 5.2434 22.2121C4.8358 21.9151 4.5505 21.1413 4.6683 20.6502L6.0509 14.8782L1.5265 11.0186C1.1421 10.6907 0.9171 9.896 1.0732 9.4148C1.2288 8.9343 1.8767 8.4224 2.3806 8.3822L8.3247 7.9076L10.6158 2.4219C10.8104 1.9566 11.4957 1.5 12 1.5C12.5043 1.5 13.1896 1.9566 13.384 2.4216Z"/></svg>
</template>

CSS

.icon-star-sharp-fill {
  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%22M13.384%202.4216L15.6753%207.9076L21.6194%208.3822C22.1233%208.4224%2022.7712%208.9343%2022.9269%209.4151C23.0826%209.896%2022.8581%2010.6905%2022.4735%2011.0186L17.9491%2014.8782L19.3318%2020.6506C19.4495%2021.1413%2019.1642%2021.9151%2018.7563%2022.2122C18.3487%2022.5094%2017.5248%2022.5437%2017.0936%2022.2815L12%2019.1832L6.9065%2022.2815C6.4752%2022.5437%205.6513%2022.5094%205.2434%2022.2121C4.8358%2021.9151%204.5505%2021.1413%204.6683%2020.6502L6.0509%2014.8782L1.5265%2011.0186C1.1421%2010.6907%200.9171%209.896%201.0732%209.4148C1.2288%208.9343%201.8767%208.4224%202.3806%208.3822L8.3247%207.9076L10.6158%202.4219C10.8104%201.9566%2011.4957%201.5%2012%201.5C12.5043%201.5%2013.1896%201.9566%2013.384%202.4216Z%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%22M13.384%202.4216L15.6753%207.9076L21.6194%208.3822C22.1233%208.4224%2022.7712%208.9343%2022.9269%209.4151C23.0826%209.896%2022.8581%2010.6905%2022.4735%2011.0186L17.9491%2014.8782L19.3318%2020.6506C19.4495%2021.1413%2019.1642%2021.9151%2018.7563%2022.2122C18.3487%2022.5094%2017.5248%2022.5437%2017.0936%2022.2815L12%2019.1832L6.9065%2022.2815C6.4752%2022.5437%205.6513%2022.5094%205.2434%2022.2121C4.8358%2021.9151%204.5505%2021.1413%204.6683%2020.6502L6.0509%2014.8782L1.5265%2011.0186C1.1421%2010.6907%200.9171%209.896%201.0732%209.4148C1.2288%208.9343%201.8767%208.4224%202.3806%208.3822L8.3247%207.9076L10.6158%202.4219C10.8104%201.9566%2011.4957%201.5%2012%201.5C12.5043%201.5%2013.1896%201.9566%2013.384%202.4216Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/star-sharp-fill.svg?color=%231a73e8&size=48