outline-stars from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
outline-stars
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the outline stars icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2m7.48 7.16l-5.01-.43l-2-4.71c3.21.19 5.91 2.27 7.01 5.14m-5.07 6.26L12 13.98l-2.39 1.44l.63-2.72l-2.11-1.83l2.78-.24L12 8.06l1.09 2.56l2.78.24l-2.11 1.83zm-2.86-11.4l-2 4.72l-5.02.43c1.1-2.88 3.8-4.97 7.02-5.15M4 12c0-.64.08-1.26.23-1.86l3.79 3.28l-1.11 4.75A7.98 7.98 0 0 1 4 12m3.84 6.82L12 16.31l4.16 2.5A7.9 7.9 0 0 1 11.99 20c-1.52 0-2.94-.44-4.15-1.18m9.25-.65l-1.11-4.75l3.79-3.28c.14.59.23 1.22.23 1.86c0 2.48-1.14 4.7-2.91 6.17"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineStars(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="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2m7.48 7.16l-5.01-.43l-2-4.71c3.21.19 5.91 2.27 7.01 5.14m-5.07 6.26L12 13.98l-2.39 1.44l.63-2.72l-2.11-1.83l2.78-.24L12 8.06l1.09 2.56l2.78.24l-2.11 1.83zm-2.86-11.4l-2 4.72l-5.02.43c1.1-2.88 3.8-4.97 7.02-5.15M4 12c0-.64.08-1.26.23-1.86l3.79 3.28l-1.11 4.75A7.98 7.98 0 0 1 4 12m3.84 6.82L12 16.31l4.16 2.5A7.9 7.9 0 0 1 11.99 20c-1.52 0-2.94-.44-4.15-1.18m9.25-.65l-1.11-4.75l3.79-3.28c.14.59.23 1.22.23 1.86c0 2.48-1.14 4.7-2.91 6.17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2m7.48 7.16l-5.01-.43l-2-4.71c3.21.19 5.91 2.27 7.01 5.14m-5.07 6.26L12 13.98l-2.39 1.44l.63-2.72l-2.11-1.83l2.78-.24L12 8.06l1.09 2.56l2.78.24l-2.11 1.83zm-2.86-11.4l-2 4.72l-5.02.43c1.1-2.88 3.8-4.97 7.02-5.15M4 12c0-.64.08-1.26.23-1.86l3.79 3.28l-1.11 4.75A7.98 7.98 0 0 1 4 12m3.84 6.82L12 16.31l4.16 2.5A7.9 7.9 0 0 1 11.99 20c-1.52 0-2.94-.44-4.15-1.18m9.25-.65l-1.11-4.75l3.79-3.28c.14.59.23 1.22.23 1.86c0 2.48-1.14 4.7-2.91 6.17"/></svg>
</template>

CSS

.icon-outline-stars {
  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%22M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202m7.48%207.16l-5.01-.43l-2-4.71c3.21.19%205.91%202.27%207.01%205.14m-5.07%206.26L12%2013.98l-2.39%201.44l.63-2.72l-2.11-1.83l2.78-.24L12%208.06l1.09%202.56l2.78.24l-2.11%201.83zm-2.86-11.4l-2%204.72l-5.02.43c1.1-2.88%203.8-4.97%207.02-5.15M4%2012c0-.64.08-1.26.23-1.86l3.79%203.28l-1.11%204.75A7.98%207.98%200%200%201%204%2012m3.84%206.82L12%2016.31l4.16%202.5A7.9%207.9%200%200%201%2011.99%2020c-1.52%200-2.94-.44-4.15-1.18m9.25-.65l-1.11-4.75l3.79-3.28c.14.59.23%201.22.23%201.86c0%202.48-1.14%204.7-2.91%206.17%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%22M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202m7.48%207.16l-5.01-.43l-2-4.71c3.21.19%205.91%202.27%207.01%205.14m-5.07%206.26L12%2013.98l-2.39%201.44l.63-2.72l-2.11-1.83l2.78-.24L12%208.06l1.09%202.56l2.78.24l-2.11%201.83zm-2.86-11.4l-2%204.72l-5.02.43c1.1-2.88%203.8-4.97%207.02-5.15M4%2012c0-.64.08-1.26.23-1.86l3.79%203.28l-1.11%204.75A7.98%207.98%200%200%201%204%2012m3.84%206.82L12%2016.31l4.16%202.5A7.9%207.9%200%200%201%2011.99%2020c-1.52%200-2.94-.44-4.15-1.18m9.25-.65l-1.11-4.75l3.79-3.28c.14.59.23%201.22.23%201.86c0%202.48-1.14%204.7-2.91%206.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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