md star icon

md-star-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
md-star-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT
Aliases
android-star-outline

1 other variant in IonIcons

Related icons in IonIcons

Use the md star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M458 210.409l-145.267-12.476L256 64l-56.743 133.934L54 210.409l110.192 95.524L131.161 448 256 372.686 380.83 448l-33.021-142.066L458 210.409zM272.531 345.286L256 335.312l-16.53 9.973-59.988 36.191 15.879-68.296 4.369-18.79-14.577-12.637-52.994-45.939 69.836-5.998 19.206-1.65 7.521-17.75 27.276-64.381 27.27 64.379 7.52 17.751 19.208 1.65 69.846 5.998-52.993 45.939-14.576 12.636 4.367 18.788 15.875 68.299-59.984-36.189z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdStarOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M458 210.409l-145.267-12.476L256 64l-56.743 133.934L54 210.409l110.192 95.524L131.161 448 256 372.686 380.83 448l-33.021-142.066L458 210.409zM272.531 345.286L256 335.312l-16.53 9.973-59.988 36.191 15.879-68.296 4.369-18.79-14.577-12.637-52.994-45.939 69.836-5.998 19.206-1.65 7.521-17.75 27.276-64.381 27.27 64.379 7.52 17.751 19.208 1.65 69.846 5.998-52.993 45.939-14.576 12.636 4.367 18.788 15.875 68.299-59.984-36.189z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M458 210.409l-145.267-12.476L256 64l-56.743 133.934L54 210.409l110.192 95.524L131.161 448 256 372.686 380.83 448l-33.021-142.066L458 210.409zM272.531 345.286L256 335.312l-16.53 9.973-59.988 36.191 15.879-68.296 4.369-18.79-14.577-12.637-52.994-45.939 69.836-5.998 19.206-1.65 7.521-17.75 27.276-64.381 27.27 64.379 7.52 17.751 19.208 1.65 69.846 5.998-52.993 45.939-14.576 12.636 4.367 18.788 15.875 68.299-59.984-36.189z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-star-outline {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M458%20210.409l-145.267-12.476L256%2064l-56.743%20133.934L54%20210.409l110.192%2095.524L131.161%20448%20256%20372.686%20380.83%20448l-33.021-142.066L458%20210.409zM272.531%20345.286L256%20335.312l-16.53%209.973-59.988%2036.191%2015.879-68.296%204.369-18.79-14.577-12.637-52.994-45.939%2069.836-5.998%2019.206-1.65%207.521-17.75%2027.276-64.381%2027.27%2064.379%207.52%2017.751%2019.208%201.65%2069.846%205.998-52.993%2045.939-14.576%2012.636%204.367%2018.788%2015.875%2068.299-59.984-36.189z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M458%20210.409l-145.267-12.476L256%2064l-56.743%20133.934L54%20210.409l110.192%2095.524L131.161%20448%20256%20372.686%20380.83%20448l-33.021-142.066L458%20210.409zM272.531%20345.286L256%20335.312l-16.53%209.973-59.988%2036.191%2015.879-68.296%204.369-18.79-14.577-12.637-52.994-45.939%2069.836-5.998%2019.206-1.65%207.521-17.75%2027.276-64.381%2027.27%2064.379%207.52%2017.751%2019.208%201.65%2069.846%205.998-52.993%2045.939-14.576%2012.636%204.367%2018.788%2015.875%2068.299-59.984-36.189z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-star-outline.svg?color=%231a73e8&size=48