star large icon
star-large from Health Icons by Resolve to Save Lives · Filled · Shapes · MIT Free for personal and commercial use.
- Name
- star-large
- Set
- Health Icons
- Style
- Filled
- Category
- Shapes
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More shapes icons from Health Icons
Use the star large icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.097 7.064a1.005 1.005 0 0 1 1.806 0l4.782 9.736c.147.298.43.505.759.553l10.693 1.561c.826.121 1.155 1.141.558 1.726l-7.738 7.579a1.01 1.01 0 0 0-.29.895l1.827 10.7c.141.827-.722 1.458-1.461 1.068l-9.564-5.053a1 1 0 0 0-.938 0l-9.564 5.053c-.739.39-1.602-.24-1.461-1.067l1.826-10.7a1.01 1.01 0 0 0-.29-.896L6.306 20.64c-.598-.585-.268-1.605.558-1.726l10.694-1.56c.328-.049.611-.256.758-.554z"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsStarLarge(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.097 7.064a1.005 1.005 0 0 1 1.806 0l4.782 9.736c.147.298.43.505.759.553l10.693 1.561c.826.121 1.155 1.141.558 1.726l-7.738 7.579a1.01 1.01 0 0 0-.29.895l1.827 10.7c.141.827-.722 1.458-1.461 1.068l-9.564-5.053a1 1 0 0 0-.938 0l-9.564 5.053c-.739.39-1.602-.24-1.461-1.067l1.826-10.7a1.01 1.01 0 0 0-.29-.896L6.306 20.64c-.598-.585-.268-1.605.558-1.726l10.694-1.56c.328-.049.611-.256.758-.554z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.097 7.064a1.005 1.005 0 0 1 1.806 0l4.782 9.736c.147.298.43.505.759.553l10.693 1.561c.826.121 1.155 1.141.558 1.726l-7.738 7.579a1.01 1.01 0 0 0-.29.895l1.827 10.7c.141.827-.722 1.458-1.461 1.068l-9.564-5.053a1 1 0 0 0-.938 0l-9.564 5.053c-.739.39-1.602-.24-1.461-1.067l1.826-10.7a1.01 1.01 0 0 0-.29-.896L6.306 20.64c-.598-.585-.268-1.605.558-1.726l10.694-1.56c.328-.049.611-.256.758-.554z"/></svg> </template>
CSS
.icon-star-large {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.097%207.064a1.005%201.005%200%200%201%201.806%200l4.782%209.736c.147.298.43.505.759.553l10.693%201.561c.826.121%201.155%201.141.558%201.726l-7.738%207.579a1.01%201.01%200%200%200-.29.895l1.827%2010.7c.141.827-.722%201.458-1.461%201.068l-9.564-5.053a1%201%200%200%200-.938%200l-9.564%205.053c-.739.39-1.602-.24-1.461-1.067l1.826-10.7a1.01%201.01%200%200%200-.29-.896L6.306%2020.64c-.598-.585-.268-1.605.558-1.726l10.694-1.56c.328-.049.611-.256.758-.554z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.097%207.064a1.005%201.005%200%200%201%201.806%200l4.782%209.736c.147.298.43.505.759.553l10.693%201.561c.826.121%201.155%201.141.558%201.726l-7.738%207.579a1.01%201.01%200%200%200-.29.895l1.827%2010.7c.141.827-.722%201.458-1.461%201.068l-9.564-5.053a1%201%200%200%200-.938%200l-9.564%205.053c-.739.39-1.602-.24-1.461-1.067l1.826-10.7a1.01%201.01%200%200%200-.29-.896L6.306%2020.64c-.598-.585-.268-1.605.558-1.726l10.694-1.56c.328-.049.611-.256.758-.554z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/star-large.svg?color=%231a73e8&size=48