star-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.

Name
star-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

2 other variants in Ant Design 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 1024 1024"><path fill="currentColor" fill-opacity=".15" d="m512.5 190.4l-94.4 191.3l-211.2 30.7l152.8 149l-36.1 210.3l188.9-99.3l188.9 99.2l-36.1-210.3l152.8-148.9l-211.2-30.7z"/><path fill="currentColor" d="m908.6 352.8l-253.9-36.9L541.2 85.8c-3.1-6.3-8.2-11.4-14.5-14.5c-15.8-7.8-35-1.3-42.9 14.5L370.3 315.9l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1L239 839.4a31.95 31.95 0 0 0 46.4 33.7l227.1-119.4l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2c17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9l183.7-179.1c5-4.9 8.3-11.3 9.3-18.3c2.7-17.5-9.5-33.7-27-36.3M665.3 561.3l36.1 210.3l-188.9-99.2l-188.9 99.3l36.1-210.3l-152.8-149l211.2-30.7l94.4-191.3l94.4 191.3l211.2 30.7z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignStarTwotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillOpacity=".15" d="m512.5 190.4l-94.4 191.3l-211.2 30.7l152.8 149l-36.1 210.3l188.9-99.3l188.9 99.2l-36.1-210.3l152.8-148.9l-211.2-30.7z"/><path fill="currentColor" d="m908.6 352.8l-253.9-36.9L541.2 85.8c-3.1-6.3-8.2-11.4-14.5-14.5c-15.8-7.8-35-1.3-42.9 14.5L370.3 315.9l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1L239 839.4a31.95 31.95 0 0 0 46.4 33.7l227.1-119.4l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2c17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9l183.7-179.1c5-4.9 8.3-11.3 9.3-18.3c2.7-17.5-9.5-33.7-27-36.3M665.3 561.3l36.1 210.3l-188.9-99.2l-188.9 99.3l36.1-210.3l-152.8-149l211.2-30.7l94.4-191.3l94.4 191.3l211.2 30.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="m512.5 190.4l-94.4 191.3l-211.2 30.7l152.8 149l-36.1 210.3l188.9-99.3l188.9 99.2l-36.1-210.3l152.8-148.9l-211.2-30.7z"/><path fill="currentColor" d="m908.6 352.8l-253.9-36.9L541.2 85.8c-3.1-6.3-8.2-11.4-14.5-14.5c-15.8-7.8-35-1.3-42.9 14.5L370.3 315.9l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1L239 839.4a31.95 31.95 0 0 0 46.4 33.7l227.1-119.4l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2c17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9l183.7-179.1c5-4.9 8.3-11.3 9.3-18.3c2.7-17.5-9.5-33.7-27-36.3M665.3 561.3l36.1 210.3l-188.9-99.2l-188.9 99.3l36.1-210.3l-152.8-149l211.2-30.7l94.4-191.3l94.4 191.3l211.2 30.7z"/></svg>
</template>

CSS

.icon-star-twotone {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22m512.5%20190.4l-94.4%20191.3l-211.2%2030.7l152.8%20149l-36.1%20210.3l188.9-99.3l188.9%2099.2l-36.1-210.3l152.8-148.9l-211.2-30.7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m908.6%20352.8l-253.9-36.9L541.2%2085.8c-3.1-6.3-8.2-11.4-14.5-14.5c-15.8-7.8-35-1.3-42.9%2014.5L370.3%20315.9l-253.9%2036.9c-7%201-13.4%204.3-18.3%209.3a32.05%2032.05%200%200%200%20.6%2045.3l183.7%20179.1L239%20839.4a31.95%2031.95%200%200%200%2046.4%2033.7l227.1-119.4l227.1%20119.4c6.2%203.3%2013.4%204.4%2020.3%203.2c17.4-3%2029.1-19.5%2026.1-36.9l-43.4-252.9l183.7-179.1c5-4.9%208.3-11.3%209.3-18.3c2.7-17.5-9.5-33.7-27-36.3M665.3%20561.3l36.1%20210.3l-188.9-99.2l-188.9%2099.3l36.1-210.3l-152.8-149l211.2-30.7l94.4-191.3l94.4%20191.3l211.2%2030.7z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22m512.5%20190.4l-94.4%20191.3l-211.2%2030.7l152.8%20149l-36.1%20210.3l188.9-99.3l188.9%2099.2l-36.1-210.3l152.8-148.9l-211.2-30.7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m908.6%20352.8l-253.9-36.9L541.2%2085.8c-3.1-6.3-8.2-11.4-14.5-14.5c-15.8-7.8-35-1.3-42.9%2014.5L370.3%20315.9l-253.9%2036.9c-7%201-13.4%204.3-18.3%209.3a32.05%2032.05%200%200%200%20.6%2045.3l183.7%20179.1L239%20839.4a31.95%2031.95%200%200%200%2046.4%2033.7l227.1-119.4l227.1%20119.4c6.2%203.3%2013.4%204.4%2020.3%203.2c17.4-3%2029.1-19.5%2026.1-36.9l-43.4-252.9l183.7-179.1c5-4.9%208.3-11.3%209.3-18.3c2.7-17.5-9.5-33.7-27-36.3M665.3%20561.3l36.1%20210.3l-188.9-99.2l-188.9%2099.3l36.1-210.3l-152.8-149l211.2-30.7l94.4-191.3l94.4%20191.3l211.2%2030.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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