stars icon
stars from Reicon by REICON · Outline · Weather · MIT Free for personal and commercial use.
- Name
- stars
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M7.336 3.383c.595-1.51 2.733-1.51 3.328 0L11.736 6.1a.3.3 0 0 0 .163.163l2.718 1.072c1.51.595 1.51 2.733 0 3.328L11.9 11.736a.3.3 0 0 0-.163.163l-1.072 2.718c-.595 1.51-2.733 1.51-3.328 0L6.264 11.9a.3.3 0 0 0-.163-.163l-2.718-1.072c-1.51-.595-1.51-2.733 0-3.328L6.1 6.264a.3.3 0 0 0 .163-.163zm1.933.55a.29.29 0 0 0-.538 0L7.66 6.651A1.8 1.8 0 0 1 6.651 7.66L3.933 8.731a.29.29 0 0 0 0 .538l2.718 1.072a1.8 1.8 0 0 1 1.008 1.008l1.072 2.718a.29.29 0 0 0 .538 0l1.072-2.718a1.8 1.8 0 0 1 1.008-1.008l2.718-1.072a.29.29 0 0 0 0-.538L11.349 7.66a1.8 1.8 0 0 1-1.008-1.008zm6.522 9.14c.433-1.097 1.985-1.097 2.418 0l.769 1.95l1.949.768c1.097.433 1.097 1.985 0 2.418l-1.95.769l-.768 1.949c-.433 1.097-1.985 1.097-2.418 0l-.769-1.95l-1.949-.768c-1.097-.433-1.097-1.985 0-2.418l1.95-.769zM17 14.095l-.614 1.558a1.3 1.3 0 0 1-.733.733L14.095 17l1.558.614c.335.133.6.398.733.733L17 19.905l.614-1.558a1.3 1.3 0 0 1 .733-.733L19.905 17l-1.558-.614a1.3 1.3 0 0 1-.733-.733z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconStars(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" fillRule="evenodd" d="M7.336 3.383c.595-1.51 2.733-1.51 3.328 0L11.736 6.1a.3.3 0 0 0 .163.163l2.718 1.072c1.51.595 1.51 2.733 0 3.328L11.9 11.736a.3.3 0 0 0-.163.163l-1.072 2.718c-.595 1.51-2.733 1.51-3.328 0L6.264 11.9a.3.3 0 0 0-.163-.163l-2.718-1.072c-1.51-.595-1.51-2.733 0-3.328L6.1 6.264a.3.3 0 0 0 .163-.163zm1.933.55a.29.29 0 0 0-.538 0L7.66 6.651A1.8 1.8 0 0 1 6.651 7.66L3.933 8.731a.29.29 0 0 0 0 .538l2.718 1.072a1.8 1.8 0 0 1 1.008 1.008l1.072 2.718a.29.29 0 0 0 .538 0l1.072-2.718a1.8 1.8 0 0 1 1.008-1.008l2.718-1.072a.29.29 0 0 0 0-.538L11.349 7.66a1.8 1.8 0 0 1-1.008-1.008zm6.522 9.14c.433-1.097 1.985-1.097 2.418 0l.769 1.95l1.949.768c1.097.433 1.097 1.985 0 2.418l-1.95.769l-.768 1.949c-.433 1.097-1.985 1.097-2.418 0l-.769-1.95l-1.949-.768c-1.097-.433-1.097-1.985 0-2.418l1.95-.769zM17 14.095l-.614 1.558a1.3 1.3 0 0 1-.733.733L14.095 17l1.558.614c.335.133.6.398.733.733L17 19.905l.614-1.558a1.3 1.3 0 0 1 .733-.733L19.905 17l-1.558-.614a1.3 1.3 0 0 1-.733-.733z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.336 3.383c.595-1.51 2.733-1.51 3.328 0L11.736 6.1a.3.3 0 0 0 .163.163l2.718 1.072c1.51.595 1.51 2.733 0 3.328L11.9 11.736a.3.3 0 0 0-.163.163l-1.072 2.718c-.595 1.51-2.733 1.51-3.328 0L6.264 11.9a.3.3 0 0 0-.163-.163l-2.718-1.072c-1.51-.595-1.51-2.733 0-3.328L6.1 6.264a.3.3 0 0 0 .163-.163zm1.933.55a.29.29 0 0 0-.538 0L7.66 6.651A1.8 1.8 0 0 1 6.651 7.66L3.933 8.731a.29.29 0 0 0 0 .538l2.718 1.072a1.8 1.8 0 0 1 1.008 1.008l1.072 2.718a.29.29 0 0 0 .538 0l1.072-2.718a1.8 1.8 0 0 1 1.008-1.008l2.718-1.072a.29.29 0 0 0 0-.538L11.349 7.66a1.8 1.8 0 0 1-1.008-1.008zm6.522 9.14c.433-1.097 1.985-1.097 2.418 0l.769 1.95l1.949.768c1.097.433 1.097 1.985 0 2.418l-1.95.769l-.768 1.949c-.433 1.097-1.985 1.097-2.418 0l-.769-1.95l-1.949-.768c-1.097-.433-1.097-1.985 0-2.418l1.95-.769zM17 14.095l-.614 1.558a1.3 1.3 0 0 1-.733.733L14.095 17l1.558.614c.335.133.6.398.733.733L17 19.905l.614-1.558a1.3 1.3 0 0 1 .733-.733L19.905 17l-1.558-.614a1.3 1.3 0 0 1-.733-.733z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.336%203.383c.595-1.51%202.733-1.51%203.328%200L11.736%206.1a.3.3%200%200%200%20.163.163l2.718%201.072c1.51.595%201.51%202.733%200%203.328L11.9%2011.736a.3.3%200%200%200-.163.163l-1.072%202.718c-.595%201.51-2.733%201.51-3.328%200L6.264%2011.9a.3.3%200%200%200-.163-.163l-2.718-1.072c-1.51-.595-1.51-2.733%200-3.328L6.1%206.264a.3.3%200%200%200%20.163-.163zm1.933.55a.29.29%200%200%200-.538%200L7.66%206.651A1.8%201.8%200%200%201%206.651%207.66L3.933%208.731a.29.29%200%200%200%200%20.538l2.718%201.072a1.8%201.8%200%200%201%201.008%201.008l1.072%202.718a.29.29%200%200%200%20.538%200l1.072-2.718a1.8%201.8%200%200%201%201.008-1.008l2.718-1.072a.29.29%200%200%200%200-.538L11.349%207.66a1.8%201.8%200%200%201-1.008-1.008zm6.522%209.14c.433-1.097%201.985-1.097%202.418%200l.769%201.95l1.949.768c1.097.433%201.097%201.985%200%202.418l-1.95.769l-.768%201.949c-.433%201.097-1.985%201.097-2.418%200l-.769-1.95l-1.949-.768c-1.097-.433-1.097-1.985%200-2.418l1.95-.769zM17%2014.095l-.614%201.558a1.3%201.3%200%200%201-.733.733L14.095%2017l1.558.614c.335.133.6.398.733.733L17%2019.905l.614-1.558a1.3%201.3%200%200%201%20.733-.733L19.905%2017l-1.558-.614a1.3%201.3%200%200%201-.733-.733z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M7.336%203.383c.595-1.51%202.733-1.51%203.328%200L11.736%206.1a.3.3%200%200%200%20.163.163l2.718%201.072c1.51.595%201.51%202.733%200%203.328L11.9%2011.736a.3.3%200%200%200-.163.163l-1.072%202.718c-.595%201.51-2.733%201.51-3.328%200L6.264%2011.9a.3.3%200%200%200-.163-.163l-2.718-1.072c-1.51-.595-1.51-2.733%200-3.328L6.1%206.264a.3.3%200%200%200%20.163-.163zm1.933.55a.29.29%200%200%200-.538%200L7.66%206.651A1.8%201.8%200%200%201%206.651%207.66L3.933%208.731a.29.29%200%200%200%200%20.538l2.718%201.072a1.8%201.8%200%200%201%201.008%201.008l1.072%202.718a.29.29%200%200%200%20.538%200l1.072-2.718a1.8%201.8%200%200%201%201.008-1.008l2.718-1.072a.29.29%200%200%200%200-.538L11.349%207.66a1.8%201.8%200%200%201-1.008-1.008zm6.522%209.14c.433-1.097%201.985-1.097%202.418%200l.769%201.95l1.949.768c1.097.433%201.097%201.985%200%202.418l-1.95.769l-.768%201.949c-.433%201.097-1.985%201.097-2.418%200l-.769-1.95l-1.949-.768c-1.097-.433-1.097-1.985%200-2.418l1.95-.769zM17%2014.095l-.614%201.558a1.3%201.3%200%200%201-.733.733L14.095%2017l1.558.614c.335.133.6.398.733.733L17%2019.905l.614-1.558a1.3%201.3%200%200%201%20.733-.733L19.905%2017l-1.558-.614a1.3%201.3%200%200%201-.733-.733z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/stars.svg?color=%231a73e8&size=48