ios star icon
ios-star-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-star-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios star icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M463 192H315.9L271.2 58.6C269 52.1 262.9 48 256 48s-13 4.1-15.2 10.6L196.1 192H48c-8.8 0-16 7.2-16 16 0 .9.1 1.9.3 2.7.2 3.5 1.8 7.4 6.7 11.3l120.9 85.2-46.4 134.9c-2.3 6.5 0 13.8 5.5 18 2.9 2.1 5.6 3.9 9 3.9 3.3 0 7.2-1.7 10-3.6l118-84.1 118 84.1c2.8 2 6.7 3.6 10 3.6 3.4 0 6.1-1.7 8.9-3.9 5.6-4.2 7.8-11.4 5.5-18L352 307.2l119.9-86 2.9-2.5c2.6-2.8 5.2-6.6 5.2-10.7 0-8.8-8.2-16-17-16zm-127.2 92.5c-10 7.2-14.2 20.2-10.2 31.8l30.1 87.7c1.3 3.7-2.9 6.8-6.1 4.6l-77.4-55.2c-4.9-3.5-10.6-5.2-16.3-5.2-5.7 0-11.4 1.7-16.2 5.2l-77.4 55.1c-3.2 2.3-7.4-.9-6.1-4.6l30.1-87.7c4-11.8-.2-24.8-10.3-32l-81-57.1c-3.2-2.2-1.6-7.3 2.3-7.3H196c12 0 22.7-7.7 26.5-19.1l29.6-88.2c1.2-3.6 6.4-3.6 7.6 0l29.6 88.2c3.8 11.4 14.5 19.1 26.5 19.1h97.3c3.9 0 5.5 5 2.3 7.2l-79.6 57.5z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosStarOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M463 192H315.9L271.2 58.6C269 52.1 262.9 48 256 48s-13 4.1-15.2 10.6L196.1 192H48c-8.8 0-16 7.2-16 16 0 .9.1 1.9.3 2.7.2 3.5 1.8 7.4 6.7 11.3l120.9 85.2-46.4 134.9c-2.3 6.5 0 13.8 5.5 18 2.9 2.1 5.6 3.9 9 3.9 3.3 0 7.2-1.7 10-3.6l118-84.1 118 84.1c2.8 2 6.7 3.6 10 3.6 3.4 0 6.1-1.7 8.9-3.9 5.6-4.2 7.8-11.4 5.5-18L352 307.2l119.9-86 2.9-2.5c2.6-2.8 5.2-6.6 5.2-10.7 0-8.8-8.2-16-17-16zm-127.2 92.5c-10 7.2-14.2 20.2-10.2 31.8l30.1 87.7c1.3 3.7-2.9 6.8-6.1 4.6l-77.4-55.2c-4.9-3.5-10.6-5.2-16.3-5.2-5.7 0-11.4 1.7-16.2 5.2l-77.4 55.1c-3.2 2.3-7.4-.9-6.1-4.6l30.1-87.7c4-11.8-.2-24.8-10.3-32l-81-57.1c-3.2-2.2-1.6-7.3 2.3-7.3H196c12 0 22.7-7.7 26.5-19.1l29.6-88.2c1.2-3.6 6.4-3.6 7.6 0l29.6 88.2c3.8 11.4 14.5 19.1 26.5 19.1h97.3c3.9 0 5.5 5 2.3 7.2l-79.6 57.5z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M463 192H315.9L271.2 58.6C269 52.1 262.9 48 256 48s-13 4.1-15.2 10.6L196.1 192H48c-8.8 0-16 7.2-16 16 0 .9.1 1.9.3 2.7.2 3.5 1.8 7.4 6.7 11.3l120.9 85.2-46.4 134.9c-2.3 6.5 0 13.8 5.5 18 2.9 2.1 5.6 3.9 9 3.9 3.3 0 7.2-1.7 10-3.6l118-84.1 118 84.1c2.8 2 6.7 3.6 10 3.6 3.4 0 6.1-1.7 8.9-3.9 5.6-4.2 7.8-11.4 5.5-18L352 307.2l119.9-86 2.9-2.5c2.6-2.8 5.2-6.6 5.2-10.7 0-8.8-8.2-16-17-16zm-127.2 92.5c-10 7.2-14.2 20.2-10.2 31.8l30.1 87.7c1.3 3.7-2.9 6.8-6.1 4.6l-77.4-55.2c-4.9-3.5-10.6-5.2-16.3-5.2-5.7 0-11.4 1.7-16.2 5.2l-77.4 55.1c-3.2 2.3-7.4-.9-6.1-4.6l30.1-87.7c4-11.8-.2-24.8-10.3-32l-81-57.1c-3.2-2.2-1.6-7.3 2.3-7.3H196c12 0 22.7-7.7 26.5-19.1l29.6-88.2c1.2-3.6 6.4-3.6 7.6 0l29.6 88.2c3.8 11.4 14.5 19.1 26.5 19.1h97.3c3.9 0 5.5 5 2.3 7.2l-79.6 57.5z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-star-outline {
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%20512%20512%22%3E%3Cpath%20d%3D%22M463%20192H315.9L271.2%2058.6C269%2052.1%20262.9%2048%20256%2048s-13%204.1-15.2%2010.6L196.1%20192H48c-8.8%200-16%207.2-16%2016%200%20.9.1%201.9.3%202.7.2%203.5%201.8%207.4%206.7%2011.3l120.9%2085.2-46.4%20134.9c-2.3%206.5%200%2013.8%205.5%2018%202.9%202.1%205.6%203.9%209%203.9%203.3%200%207.2-1.7%2010-3.6l118-84.1%20118%2084.1c2.8%202%206.7%203.6%2010%203.6%203.4%200%206.1-1.7%208.9-3.9%205.6-4.2%207.8-11.4%205.5-18L352%20307.2l119.9-86%202.9-2.5c2.6-2.8%205.2-6.6%205.2-10.7%200-8.8-8.2-16-17-16zm-127.2%2092.5c-10%207.2-14.2%2020.2-10.2%2031.8l30.1%2087.7c1.3%203.7-2.9%206.8-6.1%204.6l-77.4-55.2c-4.9-3.5-10.6-5.2-16.3-5.2-5.7%200-11.4%201.7-16.2%205.2l-77.4%2055.1c-3.2%202.3-7.4-.9-6.1-4.6l30.1-87.7c4-11.8-.2-24.8-10.3-32l-81-57.1c-3.2-2.2-1.6-7.3%202.3-7.3H196c12%200%2022.7-7.7%2026.5-19.1l29.6-88.2c1.2-3.6%206.4-3.6%207.6%200l29.6%2088.2c3.8%2011.4%2014.5%2019.1%2026.5%2019.1h97.3c3.9%200%205.5%205%202.3%207.2l-79.6%2057.5z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M463%20192H315.9L271.2%2058.6C269%2052.1%20262.9%2048%20256%2048s-13%204.1-15.2%2010.6L196.1%20192H48c-8.8%200-16%207.2-16%2016%200%20.9.1%201.9.3%202.7.2%203.5%201.8%207.4%206.7%2011.3l120.9%2085.2-46.4%20134.9c-2.3%206.5%200%2013.8%205.5%2018%202.9%202.1%205.6%203.9%209%203.9%203.3%200%207.2-1.7%2010-3.6l118-84.1%20118%2084.1c2.8%202%206.7%203.6%2010%203.6%203.4%200%206.1-1.7%208.9-3.9%205.6-4.2%207.8-11.4%205.5-18L352%20307.2l119.9-86%202.9-2.5c2.6-2.8%205.2-6.6%205.2-10.7%200-8.8-8.2-16-17-16zm-127.2%2092.5c-10%207.2-14.2%2020.2-10.2%2031.8l30.1%2087.7c1.3%203.7-2.9%206.8-6.1%204.6l-77.4-55.2c-4.9-3.5-10.6-5.2-16.3-5.2-5.7%200-11.4%201.7-16.2%205.2l-77.4%2055.1c-3.2%202.3-7.4-.9-6.1-4.6l30.1-87.7c4-11.8-.2-24.8-10.3-32l-81-57.1c-3.2-2.2-1.6-7.3%202.3-7.3H196c12%200%2022.7-7.7%2026.5-19.1l29.6-88.2c1.2-3.6%206.4-3.6%207.6%200l29.6%2088.2c3.8%2011.4%2014.5%2019.1%2026.5%2019.1h97.3c3.9%200%205.5%205%202.3%207.2l-79.6%2057.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-star-outline.svg?color=%231a73e8&size=48