star-shine-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
star-shine-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the star shine icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.309 15.2q.2 0 .347.146l1.594 1.6q.146.146.146.354t-.146.354t-.354.146t-.354-.146l-1.6-1.595q-.146-.146-.136-.356t.155-.357t.348-.146M19.8 4.088q0 .21-.146.356L18.06 6.04q-.146.146-.347.146t-.347-.146q-.147-.147-.147-.357t.147-.357l1.58-1.594q.146-.146.354-.146t.354.146t.146.357M4.703 3.604q.21 0 .356.146l1.595 1.58q.146.147.146.355q0 .207-.146.354q-.146.146-.357.146q-.21 0-.356-.146L4.346 4.444Q4.2 4.298 4.2 4.097t.146-.347t.357-.146m.481 12.109q0 .2-.146.347l-1.594 1.594q-.146.146-.347.146t-.347-.146t-.146-.357t.146-.357l1.58-1.594q.147-.146.355-.137q.207.01.354.157q.146.146.146.347M12 16.66l-4.515 2.71q-.16.079-.296.064q-.137-.016-.266-.094q-.129-.08-.196-.226q-.067-.148-.012-.319l1.197-5.071l-3.983-3.444q-.135-.11-.168-.263q-.034-.152.028-.293t.165-.229t.28-.119l5.235-.444l2.048-4.816q.068-.165.196-.238T12 3.806t.288.073t.195.238l2.067 4.816l5.235.444q.177.03.28.12q.104.087.166.228t.028.293q-.034.153-.169.263l-3.982 3.444l1.196 5.09q.056.171-.012.309t-.196.217q-.129.078-.265.093q-.137.016-.297-.063z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightStarShineRounded(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="M19.309 15.2q.2 0 .347.146l1.594 1.6q.146.146.146.354t-.146.354t-.354.146t-.354-.146l-1.6-1.595q-.146-.146-.136-.356t.155-.357t.348-.146M19.8 4.088q0 .21-.146.356L18.06 6.04q-.146.146-.347.146t-.347-.146q-.147-.147-.147-.357t.147-.357l1.58-1.594q.146-.146.354-.146t.354.146t.146.357M4.703 3.604q.21 0 .356.146l1.595 1.58q.146.147.146.355q0 .207-.146.354q-.146.146-.357.146q-.21 0-.356-.146L4.346 4.444Q4.2 4.298 4.2 4.097t.146-.347t.357-.146m.481 12.109q0 .2-.146.347l-1.594 1.594q-.146.146-.347.146t-.347-.146t-.146-.357t.146-.357l1.58-1.594q.147-.146.355-.137q.207.01.354.157q.146.146.146.347M12 16.66l-4.515 2.71q-.16.079-.296.064q-.137-.016-.266-.094q-.129-.08-.196-.226q-.067-.148-.012-.319l1.197-5.071l-3.983-3.444q-.135-.11-.168-.263q-.034-.152.028-.293t.165-.229t.28-.119l5.235-.444l2.048-4.816q.068-.165.196-.238T12 3.806t.288.073t.195.238l2.067 4.816l5.235.444q.177.03.28.12q.104.087.166.228t.028.293q-.034.153-.169.263l-3.982 3.444l1.196 5.09q.056.171-.012.309t-.196.217q-.129.078-.265.093q-.137.016-.297-.063z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.309 15.2q.2 0 .347.146l1.594 1.6q.146.146.146.354t-.146.354t-.354.146t-.354-.146l-1.6-1.595q-.146-.146-.136-.356t.155-.357t.348-.146M19.8 4.088q0 .21-.146.356L18.06 6.04q-.146.146-.347.146t-.347-.146q-.147-.147-.147-.357t.147-.357l1.58-1.594q.146-.146.354-.146t.354.146t.146.357M4.703 3.604q.21 0 .356.146l1.595 1.58q.146.147.146.355q0 .207-.146.354q-.146.146-.357.146q-.21 0-.356-.146L4.346 4.444Q4.2 4.298 4.2 4.097t.146-.347t.357-.146m.481 12.109q0 .2-.146.347l-1.594 1.594q-.146.146-.347.146t-.347-.146t-.146-.357t.146-.357l1.58-1.594q.147-.146.355-.137q.207.01.354.157q.146.146.146.347M12 16.66l-4.515 2.71q-.16.079-.296.064q-.137-.016-.266-.094q-.129-.08-.196-.226q-.067-.148-.012-.319l1.197-5.071l-3.983-3.444q-.135-.11-.168-.263q-.034-.152.028-.293t.165-.229t.28-.119l5.235-.444l2.048-4.816q.068-.165.196-.238T12 3.806t.288.073t.195.238l2.067 4.816l5.235.444q.177.03.28.12q.104.087.166.228t.028.293q-.034.153-.169.263l-3.982 3.444l1.196 5.09q.056.171-.012.309t-.196.217q-.129.078-.265.093q-.137.016-.297-.063z"/></svg>
</template>

CSS

.icon-star-shine-rounded {
  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%22M19.309%2015.2q.2%200%20.347.146l1.594%201.6q.146.146.146.354t-.146.354t-.354.146t-.354-.146l-1.6-1.595q-.146-.146-.136-.356t.155-.357t.348-.146M19.8%204.088q0%20.21-.146.356L18.06%206.04q-.146.146-.347.146t-.347-.146q-.147-.147-.147-.357t.147-.357l1.58-1.594q.146-.146.354-.146t.354.146t.146.357M4.703%203.604q.21%200%20.356.146l1.595%201.58q.146.147.146.355q0%20.207-.146.354q-.146.146-.357.146q-.21%200-.356-.146L4.346%204.444Q4.2%204.298%204.2%204.097t.146-.347t.357-.146m.481%2012.109q0%20.2-.146.347l-1.594%201.594q-.146.146-.347.146t-.347-.146t-.146-.357t.146-.357l1.58-1.594q.147-.146.355-.137q.207.01.354.157q.146.146.146.347M12%2016.66l-4.515%202.71q-.16.079-.296.064q-.137-.016-.266-.094q-.129-.08-.196-.226q-.067-.148-.012-.319l1.197-5.071l-3.983-3.444q-.135-.11-.168-.263q-.034-.152.028-.293t.165-.229t.28-.119l5.235-.444l2.048-4.816q.068-.165.196-.238T12%203.806t.288.073t.195.238l2.067%204.816l5.235.444q.177.03.28.12q.104.087.166.228t.028.293q-.034.153-.169.263l-3.982%203.444l1.196%205.09q.056.171-.012.309t-.196.217q-.129.078-.265.093q-.137.016-.297-.063z%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%22M19.309%2015.2q.2%200%20.347.146l1.594%201.6q.146.146.146.354t-.146.354t-.354.146t-.354-.146l-1.6-1.595q-.146-.146-.136-.356t.155-.357t.348-.146M19.8%204.088q0%20.21-.146.356L18.06%206.04q-.146.146-.347.146t-.347-.146q-.147-.147-.147-.357t.147-.357l1.58-1.594q.146-.146.354-.146t.354.146t.146.357M4.703%203.604q.21%200%20.356.146l1.595%201.58q.146.147.146.355q0%20.207-.146.354q-.146.146-.357.146q-.21%200-.356-.146L4.346%204.444Q4.2%204.298%204.2%204.097t.146-.347t.357-.146m.481%2012.109q0%20.2-.146.347l-1.594%201.594q-.146.146-.347.146t-.347-.146t-.146-.357t.146-.357l1.58-1.594q.147-.146.355-.137q.207.01.354.157q.146.146.146.347M12%2016.66l-4.515%202.71q-.16.079-.296.064q-.137-.016-.266-.094q-.129-.08-.196-.226q-.067-.148-.012-.319l1.197-5.071l-3.983-3.444q-.135-.11-.168-.263q-.034-.152.028-.293t.165-.229t.28-.119l5.235-.444l2.048-4.816q.068-.165.196-.238T12%203.806t.288.073t.195.238l2.067%204.816l5.235.444q.177.03.28.12q.104.087.166.228t.028.293q-.034.153-.169.263l-3.982%203.444l1.196%205.09q.056.171-.012.309t-.196.217q-.129.078-.265.093q-.137.016-.297-.063z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/star-shine-rounded.svg?color=%231a73e8&size=48