star icon
star-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- star-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
starAkar Iconsstar-filledAnt Design IconsstarBootstrap IconsstarBoxIcons v2starBoxIcons v2 SolidstarCarbonstarEmoji One (Colored)starElement Plusstar-fillEva IconsstarFramework7 IconsstarFont Awesome 6 RegularstarFont Awesome 6 SolidstarFont Awesome RegularstarFont Awesome SolidstarFeather Iconsstar-outlineFlowbite Iconsstar-12-filledFluent UI System Iconsstar-16Fluent UI System Color IconsstarFluent EmojistarFluent Emoji FlatstarFluent Emoji High ContraststarFirefox OS EmojistarHeroIconsstarHuge Icons
Use the star icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.655 3.466c.55-1.115 2.14-1.115 2.69 0l1.964 3.98l4.392.638c1.23.178 1.721 1.69.831 2.558l-3.178 3.098l.75 4.374c.21 1.225-1.076 2.16-2.176 1.58L12 17.63l-3.928 2.065c-1.1.578-2.387-.356-2.176-1.581l.75-4.374l-3.178-3.098c-.89-.868-.399-2.38.831-2.558l4.392-.639l1.964-3.98zM12 5.26l-1.632 3.306a1.5 1.5 0 0 1-1.13.82l-3.649.531l2.641 2.574a1.5 1.5 0 0 1 .431 1.328l-.623 3.634l3.264-1.716a1.5 1.5 0 0 1 1.396 0l3.264 1.716l-.623-3.634a1.5 1.5 0 0 1 .431-1.328l2.64-2.574l-3.649-.53a1.5 1.5 0 0 1-1.129-.82L12 5.26z"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsStarLine(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="M10.655 3.466c.55-1.115 2.14-1.115 2.69 0l1.964 3.98l4.392.638c1.23.178 1.721 1.69.831 2.558l-3.178 3.098l.75 4.374c.21 1.225-1.076 2.16-2.176 1.58L12 17.63l-3.928 2.065c-1.1.578-2.387-.356-2.176-1.581l.75-4.374l-3.178-3.098c-.89-.868-.399-2.38.831-2.558l4.392-.639l1.964-3.98zM12 5.26l-1.632 3.306a1.5 1.5 0 0 1-1.13.82l-3.649.531l2.641 2.574a1.5 1.5 0 0 1 .431 1.328l-.623 3.634l3.264-1.716a1.5 1.5 0 0 1 1.396 0l3.264 1.716l-.623-3.634a1.5 1.5 0 0 1 .431-1.328l2.64-2.574l-3.649-.53a1.5 1.5 0 0 1-1.129-.82L12 5.26z"/></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="M10.655 3.466c.55-1.115 2.14-1.115 2.69 0l1.964 3.98l4.392.638c1.23.178 1.721 1.69.831 2.558l-3.178 3.098l.75 4.374c.21 1.225-1.076 2.16-2.176 1.58L12 17.63l-3.928 2.065c-1.1.578-2.387-.356-2.176-1.581l.75-4.374l-3.178-3.098c-.89-.868-.399-2.38.831-2.558l4.392-.639l1.964-3.98zM12 5.26l-1.632 3.306a1.5 1.5 0 0 1-1.13.82l-3.649.531l2.641 2.574a1.5 1.5 0 0 1 .431 1.328l-.623 3.634l3.264-1.716a1.5 1.5 0 0 1 1.396 0l3.264 1.716l-.623-3.634a1.5 1.5 0 0 1 .431-1.328l2.64-2.574l-3.649-.53a1.5 1.5 0 0 1-1.129-.82L12 5.26z"/></g></svg> </template>
CSS
.icon-star-line {
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%22M10.655%203.466c.55-1.115%202.14-1.115%202.69%200l1.964%203.98l4.392.638c1.23.178%201.721%201.69.831%202.558l-3.178%203.098l.75%204.374c.21%201.225-1.076%202.16-2.176%201.58L12%2017.63l-3.928%202.065c-1.1.578-2.387-.356-2.176-1.581l.75-4.374l-3.178-3.098c-.89-.868-.399-2.38.831-2.558l4.392-.639l1.964-3.98zM12%205.26l-1.632%203.306a1.5%201.5%200%200%201-1.13.82l-3.649.531l2.641%202.574a1.5%201.5%200%200%201%20.431%201.328l-.623%203.634l3.264-1.716a1.5%201.5%200%200%201%201.396%200l3.264%201.716l-.623-3.634a1.5%201.5%200%200%201%20.431-1.328l2.64-2.574l-3.649-.53a1.5%201.5%200%200%201-1.129-.82L12%205.26z%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%22M10.655%203.466c.55-1.115%202.14-1.115%202.69%200l1.964%203.98l4.392.638c1.23.178%201.721%201.69.831%202.558l-3.178%203.098l.75%204.374c.21%201.225-1.076%202.16-2.176%201.58L12%2017.63l-3.928%202.065c-1.1.578-2.387-.356-2.176-1.581l.75-4.374l-3.178-3.098c-.89-.868-.399-2.38.831-2.558l4.392-.639l1.964-3.98zM12%205.26l-1.632%203.306a1.5%201.5%200%200%201-1.13.82l-3.649.531l2.641%202.574a1.5%201.5%200%200%201%20.431%201.328l-.623%203.634l3.264-1.716a1.5%201.5%200%200%201%201.396%200l3.264%201.716l-.623-3.634a1.5%201.5%200%200%201%20.431-1.328l2.64-2.574l-3.649-.53a1.5%201.5%200%200%201-1.129-.82L12%205.26z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/star-line.svg?color=%231a73e8&size=48