star icon
star-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.
- Name
- star-sharp-two-tone
- Set
- Keyline Icons
- Style
- Sharp Two Tone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
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="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M13.384 2.4216L15.6753 7.9076L21.6194 8.3822C22.1233 8.4224 22.7712 8.9343 22.9269 9.4151C23.0826 9.896 22.8581 10.6905 22.4735 11.0186L17.9491 14.8782L19.3318 20.6506C19.4495 21.1413 19.1642 21.9151 18.7563 22.2122C18.3487 22.5094 17.5248 22.5437 17.0936 22.2815L12 19.1832L6.9065 22.2815C6.4752 22.5437 5.6513 22.5094 5.2434 22.2121C4.8358 21.9151 4.5505 21.1413 4.6683 20.6502L6.0509 14.8782L1.5265 11.0186C1.1421 10.6907 0.9171 9.896 1.0732 9.4148C1.2288 8.9343 1.8767 8.4224 2.3806 8.3822L8.3247 7.9076L10.6158 2.4219C10.8104 1.9566 11.4957 1.5 12 1.5C12.5043 1.5 13.1896 1.9566 13.384 2.4216Z" stroke="none"/><path d="M12.4614 2.8073L14.9876 8.8559L21.5398 9.379C21.7413 9.3951 21.9133 9.531 21.9756 9.7233C22.0379 9.9157 21.9783 10.1266 21.8245 10.2578L16.8339 14.5151L18.3593 20.8835C18.4064 21.0798 18.3307 21.2851 18.1675 21.404C18.0044 21.5229 17.7857 21.532 17.6132 21.4271L12 18.0127L6.3868 21.4271C6.2143 21.532 5.9956 21.5229 5.8325 21.404C5.6693 21.2851 5.5936 21.0798 5.6407 20.8835L7.1661 14.5151L2.1755 10.2578C2.0217 10.1266 1.962 9.9157 2.0244 9.7233C2.0867 9.531 2.2587 9.3951 2.4602 9.379L9.0124 8.8559L11.5386 2.8073C11.6164 2.6212 11.7983 2.5 12 2.5C12.2017 2.5 12.3836 2.6212 12.4614 2.8073Z"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsStarSharpTwoTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M13.384 2.4216L15.6753 7.9076L21.6194 8.3822C22.1233 8.4224 22.7712 8.9343 22.9269 9.4151C23.0826 9.896 22.8581 10.6905 22.4735 11.0186L17.9491 14.8782L19.3318 20.6506C19.4495 21.1413 19.1642 21.9151 18.7563 22.2122C18.3487 22.5094 17.5248 22.5437 17.0936 22.2815L12 19.1832L6.9065 22.2815C6.4752 22.5437 5.6513 22.5094 5.2434 22.2121C4.8358 21.9151 4.5505 21.1413 4.6683 20.6502L6.0509 14.8782L1.5265 11.0186C1.1421 10.6907 0.9171 9.896 1.0732 9.4148C1.2288 8.9343 1.8767 8.4224 2.3806 8.3822L8.3247 7.9076L10.6158 2.4219C10.8104 1.9566 11.4957 1.5 12 1.5C12.5043 1.5 13.1896 1.9566 13.384 2.4216Z" stroke="none"/><path d="M12.4614 2.8073L14.9876 8.8559L21.5398 9.379C21.7413 9.3951 21.9133 9.531 21.9756 9.7233C22.0379 9.9157 21.9783 10.1266 21.8245 10.2578L16.8339 14.5151L18.3593 20.8835C18.4064 21.0798 18.3307 21.2851 18.1675 21.404C18.0044 21.5229 17.7857 21.532 17.6132 21.4271L12 18.0127L6.3868 21.4271C6.2143 21.532 5.9956 21.5229 5.8325 21.404C5.6693 21.2851 5.5936 21.0798 5.6407 20.8835L7.1661 14.5151L2.1755 10.2578C2.0217 10.1266 1.962 9.9157 2.0244 9.7233C2.0867 9.531 2.2587 9.3951 2.4602 9.379L9.0124 8.8559L11.5386 2.8073C11.6164 2.6212 11.7983 2.5 12 2.5C12.2017 2.5 12.3836 2.6212 12.4614 2.8073Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M13.384 2.4216L15.6753 7.9076L21.6194 8.3822C22.1233 8.4224 22.7712 8.9343 22.9269 9.4151C23.0826 9.896 22.8581 10.6905 22.4735 11.0186L17.9491 14.8782L19.3318 20.6506C19.4495 21.1413 19.1642 21.9151 18.7563 22.2122C18.3487 22.5094 17.5248 22.5437 17.0936 22.2815L12 19.1832L6.9065 22.2815C6.4752 22.5437 5.6513 22.5094 5.2434 22.2121C4.8358 21.9151 4.5505 21.1413 4.6683 20.6502L6.0509 14.8782L1.5265 11.0186C1.1421 10.6907 0.9171 9.896 1.0732 9.4148C1.2288 8.9343 1.8767 8.4224 2.3806 8.3822L8.3247 7.9076L10.6158 2.4219C10.8104 1.9566 11.4957 1.5 12 1.5C12.5043 1.5 13.1896 1.9566 13.384 2.4216Z" stroke="none"/><path d="M12.4614 2.8073L14.9876 8.8559L21.5398 9.379C21.7413 9.3951 21.9133 9.531 21.9756 9.7233C22.0379 9.9157 21.9783 10.1266 21.8245 10.2578L16.8339 14.5151L18.3593 20.8835C18.4064 21.0798 18.3307 21.2851 18.1675 21.404C18.0044 21.5229 17.7857 21.532 17.6132 21.4271L12 18.0127L6.3868 21.4271C6.2143 21.532 5.9956 21.5229 5.8325 21.404C5.6693 21.2851 5.5936 21.0798 5.6407 20.8835L7.1661 14.5151L2.1755 10.2578C2.0217 10.1266 1.962 9.9157 2.0244 9.7233C2.0867 9.531 2.2587 9.3951 2.4602 9.379L9.0124 8.8559L11.5386 2.8073C11.6164 2.6212 11.7983 2.5 12 2.5C12.2017 2.5 12.3836 2.6212 12.4614 2.8073Z"/></g></svg> </template>
CSS
.icon-star-sharp-two-tone {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M13.384%202.4216L15.6753%207.9076L21.6194%208.3822C22.1233%208.4224%2022.7712%208.9343%2022.9269%209.4151C23.0826%209.896%2022.8581%2010.6905%2022.4735%2011.0186L17.9491%2014.8782L19.3318%2020.6506C19.4495%2021.1413%2019.1642%2021.9151%2018.7563%2022.2122C18.3487%2022.5094%2017.5248%2022.5437%2017.0936%2022.2815L12%2019.1832L6.9065%2022.2815C6.4752%2022.5437%205.6513%2022.5094%205.2434%2022.2121C4.8358%2021.9151%204.5505%2021.1413%204.6683%2020.6502L6.0509%2014.8782L1.5265%2011.0186C1.1421%2010.6907%200.9171%209.896%201.0732%209.4148C1.2288%208.9343%201.8767%208.4224%202.3806%208.3822L8.3247%207.9076L10.6158%202.4219C10.8104%201.9566%2011.4957%201.5%2012%201.5C12.5043%201.5%2013.1896%201.9566%2013.384%202.4216Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12.4614%202.8073L14.9876%208.8559L21.5398%209.379C21.7413%209.3951%2021.9133%209.531%2021.9756%209.7233C22.0379%209.9157%2021.9783%2010.1266%2021.8245%2010.2578L16.8339%2014.5151L18.3593%2020.8835C18.4064%2021.0798%2018.3307%2021.2851%2018.1675%2021.404C18.0044%2021.5229%2017.7857%2021.532%2017.6132%2021.4271L12%2018.0127L6.3868%2021.4271C6.2143%2021.532%205.9956%2021.5229%205.8325%2021.404C5.6693%2021.2851%205.5936%2021.0798%205.6407%2020.8835L7.1661%2014.5151L2.1755%2010.2578C2.0217%2010.1266%201.962%209.9157%202.0244%209.7233C2.0867%209.531%202.2587%209.3951%202.4602%209.379L9.0124%208.8559L11.5386%202.8073C11.6164%202.6212%2011.7983%202.5%2012%202.5C12.2017%202.5%2012.3836%202.6212%2012.4614%202.8073Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M13.384%202.4216L15.6753%207.9076L21.6194%208.3822C22.1233%208.4224%2022.7712%208.9343%2022.9269%209.4151C23.0826%209.896%2022.8581%2010.6905%2022.4735%2011.0186L17.9491%2014.8782L19.3318%2020.6506C19.4495%2021.1413%2019.1642%2021.9151%2018.7563%2022.2122C18.3487%2022.5094%2017.5248%2022.5437%2017.0936%2022.2815L12%2019.1832L6.9065%2022.2815C6.4752%2022.5437%205.6513%2022.5094%205.2434%2022.2121C4.8358%2021.9151%204.5505%2021.1413%204.6683%2020.6502L6.0509%2014.8782L1.5265%2011.0186C1.1421%2010.6907%200.9171%209.896%201.0732%209.4148C1.2288%208.9343%201.8767%208.4224%202.3806%208.3822L8.3247%207.9076L10.6158%202.4219C10.8104%201.9566%2011.4957%201.5%2012%201.5C12.5043%201.5%2013.1896%201.9566%2013.384%202.4216Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12.4614%202.8073L14.9876%208.8559L21.5398%209.379C21.7413%209.3951%2021.9133%209.531%2021.9756%209.7233C22.0379%209.9157%2021.9783%2010.1266%2021.8245%2010.2578L16.8339%2014.5151L18.3593%2020.8835C18.4064%2021.0798%2018.3307%2021.2851%2018.1675%2021.404C18.0044%2021.5229%2017.7857%2021.532%2017.6132%2021.4271L12%2018.0127L6.3868%2021.4271C6.2143%2021.532%205.9956%2021.5229%205.8325%2021.404C5.6693%2021.2851%205.5936%2021.0798%205.6407%2020.8835L7.1661%2014.5151L2.1755%2010.2578C2.0217%2010.1266%201.962%209.9157%202.0244%209.7233C2.0867%209.531%202.2587%209.3951%202.4602%209.379L9.0124%208.8559L11.5386%202.8073C11.6164%202.6212%2011.7983%202.5%2012%202.5C12.2017%202.5%2012.3836%202.6212%2012.4614%202.8073Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/star-sharp-two-tone.svg?color=%231a73e8&size=48