twotone stars icon
twotone-stars from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-stars
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the twotone stars icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.47 9.16a8.03 8.03 0 0 0-7.01-5.14l2 4.71zm-7.93-5.14c-3.22.18-5.92 2.27-7.02 5.15l5.02-.43zm-7.31 6.12C4.08 10.74 4 11.36 4 12c0 2.48 1.14 4.7 2.91 6.17l1.11-4.75zm15.54-.01l-3.79 3.28l1.1 4.76A7.99 7.99 0 0 0 20 12c0-.64-.09-1.27-.23-1.87M7.84 18.82c1.21.74 2.63 1.18 4.15 1.18c1.53 0 2.95-.44 4.17-1.18L12 16.31z" opacity=".3"/><path fill="currentColor" d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2m7.48 7.16l-5.01-.43l-2-4.71c3.21.19 5.91 2.27 7.01 5.14M12 8.06l1.09 2.56l2.78.24l-2.11 1.83l.63 2.73L12 13.98l-2.39 1.44l.63-2.72l-2.11-1.83l2.78-.24zm-.46-4.04l-2 4.72l-5.02.43c1.1-2.88 3.8-4.97 7.02-5.15M4 12c0-.64.08-1.26.23-1.86l3.79 3.28l-1.11 4.75A8.01 8.01 0 0 1 4 12m7.99 8c-1.52 0-2.94-.44-4.15-1.18L12 16.31l4.16 2.51A8 8 0 0 1 11.99 20m5.1-1.83l-1.1-4.76l3.79-3.28c.13.6.22 1.23.22 1.87c0 2.48-1.14 4.7-2.91 6.17"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneStars(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.47 9.16a8.03 8.03 0 0 0-7.01-5.14l2 4.71zm-7.93-5.14c-3.22.18-5.92 2.27-7.02 5.15l5.02-.43zm-7.31 6.12C4.08 10.74 4 11.36 4 12c0 2.48 1.14 4.7 2.91 6.17l1.11-4.75zm15.54-.01l-3.79 3.28l1.1 4.76A7.99 7.99 0 0 0 20 12c0-.64-.09-1.27-.23-1.87M7.84 18.82c1.21.74 2.63 1.18 4.15 1.18c1.53 0 2.95-.44 4.17-1.18L12 16.31z" opacity=".3"/><path fill="currentColor" d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2m7.48 7.16l-5.01-.43l-2-4.71c3.21.19 5.91 2.27 7.01 5.14M12 8.06l1.09 2.56l2.78.24l-2.11 1.83l.63 2.73L12 13.98l-2.39 1.44l.63-2.72l-2.11-1.83l2.78-.24zm-.46-4.04l-2 4.72l-5.02.43c1.1-2.88 3.8-4.97 7.02-5.15M4 12c0-.64.08-1.26.23-1.86l3.79 3.28l-1.11 4.75A8.01 8.01 0 0 1 4 12m7.99 8c-1.52 0-2.94-.44-4.15-1.18L12 16.31l4.16 2.51A8 8 0 0 1 11.99 20m5.1-1.83l-1.1-4.76l3.79-3.28c.13.6.22 1.23.22 1.87c0 2.48-1.14 4.7-2.91 6.17"/></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.47 9.16a8.03 8.03 0 0 0-7.01-5.14l2 4.71zm-7.93-5.14c-3.22.18-5.92 2.27-7.02 5.15l5.02-.43zm-7.31 6.12C4.08 10.74 4 11.36 4 12c0 2.48 1.14 4.7 2.91 6.17l1.11-4.75zm15.54-.01l-3.79 3.28l1.1 4.76A7.99 7.99 0 0 0 20 12c0-.64-.09-1.27-.23-1.87M7.84 18.82c1.21.74 2.63 1.18 4.15 1.18c1.53 0 2.95-.44 4.17-1.18L12 16.31z" opacity=".3"/><path fill="currentColor" d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2m7.48 7.16l-5.01-.43l-2-4.71c3.21.19 5.91 2.27 7.01 5.14M12 8.06l1.09 2.56l2.78.24l-2.11 1.83l.63 2.73L12 13.98l-2.39 1.44l.63-2.72l-2.11-1.83l2.78-.24zm-.46-4.04l-2 4.72l-5.02.43c1.1-2.88 3.8-4.97 7.02-5.15M4 12c0-.64.08-1.26.23-1.86l3.79 3.28l-1.11 4.75A8.01 8.01 0 0 1 4 12m7.99 8c-1.52 0-2.94-.44-4.15-1.18L12 16.31l4.16 2.51A8 8 0 0 1 11.99 20m5.1-1.83l-1.1-4.76l3.79-3.28c.13.6.22 1.23.22 1.87c0 2.48-1.14 4.7-2.91 6.17"/></svg> </template>
CSS
.icon-twotone-stars {
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.47%209.16a8.03%208.03%200%200%200-7.01-5.14l2%204.71zm-7.93-5.14c-3.22.18-5.92%202.27-7.02%205.15l5.02-.43zm-7.31%206.12C4.08%2010.74%204%2011.36%204%2012c0%202.48%201.14%204.7%202.91%206.17l1.11-4.75zm15.54-.01l-3.79%203.28l1.1%204.76A7.99%207.99%200%200%200%2020%2012c0-.64-.09-1.27-.23-1.87M7.84%2018.82c1.21.74%202.63%201.18%204.15%201.18c1.53%200%202.95-.44%204.17-1.18L12%2016.31z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202m7.48%207.16l-5.01-.43l-2-4.71c3.21.19%205.91%202.27%207.01%205.14M12%208.06l1.09%202.56l2.78.24l-2.11%201.83l.63%202.73L12%2013.98l-2.39%201.44l.63-2.72l-2.11-1.83l2.78-.24zm-.46-4.04l-2%204.72l-5.02.43c1.1-2.88%203.8-4.97%207.02-5.15M4%2012c0-.64.08-1.26.23-1.86l3.79%203.28l-1.11%204.75A8.01%208.01%200%200%201%204%2012m7.99%208c-1.52%200-2.94-.44-4.15-1.18L12%2016.31l4.16%202.51A8%208%200%200%201%2011.99%2020m5.1-1.83l-1.1-4.76l3.79-3.28c.13.6.22%201.23.22%201.87c0%202.48-1.14%204.7-2.91%206.17%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.47%209.16a8.03%208.03%200%200%200-7.01-5.14l2%204.71zm-7.93-5.14c-3.22.18-5.92%202.27-7.02%205.15l5.02-.43zm-7.31%206.12C4.08%2010.74%204%2011.36%204%2012c0%202.48%201.14%204.7%202.91%206.17l1.11-4.75zm15.54-.01l-3.79%203.28l1.1%204.76A7.99%207.99%200%200%200%2020%2012c0-.64-.09-1.27-.23-1.87M7.84%2018.82c1.21.74%202.63%201.18%204.15%201.18c1.53%200%202.95-.44%204.17-1.18L12%2016.31z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202m7.48%207.16l-5.01-.43l-2-4.71c3.21.19%205.91%202.27%207.01%205.14M12%208.06l1.09%202.56l2.78.24l-2.11%201.83l.63%202.73L12%2013.98l-2.39%201.44l.63-2.72l-2.11-1.83l2.78-.24zm-.46-4.04l-2%204.72l-5.02.43c1.1-2.88%203.8-4.97%207.02-5.15M4%2012c0-.64.08-1.26.23-1.86l3.79%203.28l-1.11%204.75A8.01%208.01%200%200%201%204%2012m7.99%208c-1.52%200-2.94-.44-4.15-1.18L12%2016.31l4.16%202.51A8%208%200%200%201%2011.99%2020m5.1-1.83l-1.1-4.76l3.79-3.28c.13.6.22%201.23.22%201.87c0%202.48-1.14%204.7-2.91%206.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-stars.svg?color=%231a73e8&size=48