stars-duotone from Reicon by REICON · Duotone · Weather · MIT Free for personal and commercial use.

Name
stars-duotone
Set
Reicon
Style
Duotone
Category
Weather
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All stars icons →

More weather icons from Reicon

Use the stars icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.453 2.713c.375-.95 1.72-.95 2.094 0l1.162 2.944c.114.29.344.52.634.634l2.944 1.162c.95.375.95 1.72 0 2.094l-2.944 1.162c-.29.114-.52.344-.634.634l-1.162 2.944c-.375.95-1.72.95-2.094 0L6.29 11.343a1.13 1.13 0 0 0-.634-.634L2.713 9.547c-.95-.375-.95-1.72 0-2.094L5.657 6.29c.29-.114.52-.344.634-.634z"/><path d="M16.925 13.392a.619.619 0 0 1 1.15 0l.901 2.283a.62.62 0 0 0 .349.349l2.283.9a.619.619 0 0 1 0 1.152l-2.283.9a.62.62 0 0 0-.349.349l-.9 2.283a.619.619 0 0 1-1.152 0l-.9-2.283a.62.62 0 0 0-.349-.349l-2.283-.9a.619.619 0 0 1 0-1.152l2.283-.9a.62.62 0 0 0 .349-.349z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconStarsDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.453 2.713c.375-.95 1.72-.95 2.094 0l1.162 2.944c.114.29.344.52.634.634l2.944 1.162c.95.375.95 1.72 0 2.094l-2.944 1.162c-.29.114-.52.344-.634.634l-1.162 2.944c-.375.95-1.72.95-2.094 0L6.29 11.343a1.13 1.13 0 0 0-.634-.634L2.713 9.547c-.95-.375-.95-1.72 0-2.094L5.657 6.29c.29-.114.52-.344.634-.634z"/><path d="M16.925 13.392a.619.619 0 0 1 1.15 0l.901 2.283a.62.62 0 0 0 .349.349l2.283.9a.619.619 0 0 1 0 1.152l-2.283.9a.62.62 0 0 0-.349.349l-.9 2.283a.619.619 0 0 1-1.152 0l-.9-2.283a.62.62 0 0 0-.349-.349l-2.283-.9a.619.619 0 0 1 0-1.152l2.283-.9a.62.62 0 0 0 .349-.349z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.453 2.713c.375-.95 1.72-.95 2.094 0l1.162 2.944c.114.29.344.52.634.634l2.944 1.162c.95.375.95 1.72 0 2.094l-2.944 1.162c-.29.114-.52.344-.634.634l-1.162 2.944c-.375.95-1.72.95-2.094 0L6.29 11.343a1.13 1.13 0 0 0-.634-.634L2.713 9.547c-.95-.375-.95-1.72 0-2.094L5.657 6.29c.29-.114.52-.344.634-.634z"/><path d="M16.925 13.392a.619.619 0 0 1 1.15 0l.901 2.283a.62.62 0 0 0 .349.349l2.283.9a.619.619 0 0 1 0 1.152l-2.283.9a.62.62 0 0 0-.349.349l-.9 2.283a.619.619 0 0 1-1.152 0l-.9-2.283a.62.62 0 0 0-.349-.349l-2.283-.9a.619.619 0 0 1 0-1.152l2.283-.9a.62.62 0 0 0 .349-.349z" opacity=".5"/></g></svg>
</template>

CSS

.icon-stars-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.453%202.713c.375-.95%201.72-.95%202.094%200l1.162%202.944c.114.29.344.52.634.634l2.944%201.162c.95.375.95%201.72%200%202.094l-2.944%201.162c-.29.114-.52.344-.634.634l-1.162%202.944c-.375.95-1.72.95-2.094%200L6.29%2011.343a1.13%201.13%200%200%200-.634-.634L2.713%209.547c-.95-.375-.95-1.72%200-2.094L5.657%206.29c.29-.114.52-.344.634-.634z%22%2F%3E%3Cpath%20d%3D%22M16.925%2013.392a.619.619%200%200%201%201.15%200l.901%202.283a.62.62%200%200%200%20.349.349l2.283.9a.619.619%200%200%201%200%201.152l-2.283.9a.62.62%200%200%200-.349.349l-.9%202.283a.619.619%200%200%201-1.152%200l-.9-2.283a.62.62%200%200%200-.349-.349l-2.283-.9a.619.619%200%200%201%200-1.152l2.283-.9a.62.62%200%200%200%20.349-.349z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M7.453%202.713c.375-.95%201.72-.95%202.094%200l1.162%202.944c.114.29.344.52.634.634l2.944%201.162c.95.375.95%201.72%200%202.094l-2.944%201.162c-.29.114-.52.344-.634.634l-1.162%202.944c-.375.95-1.72.95-2.094%200L6.29%2011.343a1.13%201.13%200%200%200-.634-.634L2.713%209.547c-.95-.375-.95-1.72%200-2.094L5.657%206.29c.29-.114.52-.344.634-.634z%22%2F%3E%3Cpath%20d%3D%22M16.925%2013.392a.619.619%200%200%201%201.15%200l.901%202.283a.62.62%200%200%200%20.349.349l2.283.9a.619.619%200%200%201%200%201.152l-2.283.9a.62.62%200%200%200-.349.349l-.9%202.283a.619.619%200%200%201-1.152%200l-.9-2.283a.62.62%200%200%200-.349-.349l-2.283-.9a.619.619%200%200%201%200-1.152l2.283-.9a.62.62%200%200%200%20.349-.349z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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