cup star icon
cup-star-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- cup-star-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More ui icons from Reicon
Use the cup 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="M12 16c-5.76 0-6.78-5.74-6.96-10.294c-.05-1.266-.076-1.9.4-2.485c.476-.586 1.045-.682 2.184-.874A26.4 26.4 0 0 1 12 2c1.783 0 3.253.157 4.377.347c1.138.192 1.708.288 2.183.874c.476.586.451 1.219.4 2.485C18.78 10.259 17.76 16 12 16" opacity=".5"/><path d="m17.64 12.422l2.817-1.565c.752-.418 1.128-.627 1.336-.979C22 9.526 22 9.096 22 8.235v-.073c0-1.043 0-1.565-.283-1.958s-.778-.558-1.768-.888L19 5l-.017.085q-.008.283-.022.621c-.088 2.225-.377 4.733-1.32 6.716M5.04 5.706c.087 2.225.376 4.733 1.32 6.716l-2.817-1.565c-.752-.418-1.129-.627-1.336-.979S2 9.096 2 8.235v-.073c0-1.043 0-1.565.283-1.958s.778-.558 1.768-.888L5 5l.017.087q.008.281.022.62"/><path fill-rule="evenodd" d="M5.25 22a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/><path d="M15.458 21.25H8.543l.297-1.75a1 1 0 0 1 .98-.804h4.36a1 1 0 0 1 .981.804z" opacity=".5"/><path d="M12 16q-.39 0-.75-.034v2.73h1.5v-2.73A8 8 0 0 1 12 16m-.854-9.977C11.526 5.34 11.716 5 12 5s.474.34.854 1.023l.098.176c.108.194.162.29.246.354c.085.064.19.088.4.135l.19.044c.738.167 1.107.25 1.195.532s-.164.577-.667 1.165l-.13.152c-.143.167-.215.25-.247.354s-.021.215 0 .438l.02.203c.076.785.114 1.178-.115 1.352c-.23.174-.576.015-1.267-.303l-.178-.082c-.197-.09-.295-.135-.399-.135s-.202.045-.399.135l-.178.082c-.691.319-1.037.477-1.267.303s-.191-.567-.115-1.352l.02-.203c.021-.223.032-.334 0-.438s-.104-.187-.247-.354l-.13-.152c-.503-.588-.755-.882-.667-1.165c.088-.282.457-.365 1.195-.532l.19-.044c.21-.047.315-.07.4-.135c.084-.064.138-.16.246-.354z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCupStarDuotone(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="M12 16c-5.76 0-6.78-5.74-6.96-10.294c-.05-1.266-.076-1.9.4-2.485c.476-.586 1.045-.682 2.184-.874A26.4 26.4 0 0 1 12 2c1.783 0 3.253.157 4.377.347c1.138.192 1.708.288 2.183.874c.476.586.451 1.219.4 2.485C18.78 10.259 17.76 16 12 16" opacity=".5"/><path d="m17.64 12.422l2.817-1.565c.752-.418 1.128-.627 1.336-.979C22 9.526 22 9.096 22 8.235v-.073c0-1.043 0-1.565-.283-1.958s-.778-.558-1.768-.888L19 5l-.017.085q-.008.283-.022.621c-.088 2.225-.377 4.733-1.32 6.716M5.04 5.706c.087 2.225.376 4.733 1.32 6.716l-2.817-1.565c-.752-.418-1.129-.627-1.336-.979S2 9.096 2 8.235v-.073c0-1.043 0-1.565.283-1.958s.778-.558 1.768-.888L5 5l.017.087q.008.281.022.62"/><path fillRule="evenodd" d="M5.25 22a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75" clipRule="evenodd"/><path d="M15.458 21.25H8.543l.297-1.75a1 1 0 0 1 .98-.804h4.36a1 1 0 0 1 .981.804z" opacity=".5"/><path d="M12 16q-.39 0-.75-.034v2.73h1.5v-2.73A8 8 0 0 1 12 16m-.854-9.977C11.526 5.34 11.716 5 12 5s.474.34.854 1.023l.098.176c.108.194.162.29.246.354c.085.064.19.088.4.135l.19.044c.738.167 1.107.25 1.195.532s-.164.577-.667 1.165l-.13.152c-.143.167-.215.25-.247.354s-.021.215 0 .438l.02.203c.076.785.114 1.178-.115 1.352c-.23.174-.576.015-1.267-.303l-.178-.082c-.197-.09-.295-.135-.399-.135s-.202.045-.399.135l-.178.082c-.691.319-1.037.477-1.267.303s-.191-.567-.115-1.352l.02-.203c.021-.223.032-.334 0-.438s-.104-.187-.247-.354l-.13-.152c-.503-.588-.755-.882-.667-1.165c.088-.282.457-.365 1.195-.532l.19-.044c.21-.047.315-.07.4-.135c.084-.064.138-.16.246-.354z"/></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="M12 16c-5.76 0-6.78-5.74-6.96-10.294c-.05-1.266-.076-1.9.4-2.485c.476-.586 1.045-.682 2.184-.874A26.4 26.4 0 0 1 12 2c1.783 0 3.253.157 4.377.347c1.138.192 1.708.288 2.183.874c.476.586.451 1.219.4 2.485C18.78 10.259 17.76 16 12 16" opacity=".5"/><path d="m17.64 12.422l2.817-1.565c.752-.418 1.128-.627 1.336-.979C22 9.526 22 9.096 22 8.235v-.073c0-1.043 0-1.565-.283-1.958s-.778-.558-1.768-.888L19 5l-.017.085q-.008.283-.022.621c-.088 2.225-.377 4.733-1.32 6.716M5.04 5.706c.087 2.225.376 4.733 1.32 6.716l-2.817-1.565c-.752-.418-1.129-.627-1.336-.979S2 9.096 2 8.235v-.073c0-1.043 0-1.565.283-1.958s.778-.558 1.768-.888L5 5l.017.087q.008.281.022.62"/><path fill-rule="evenodd" d="M5.25 22a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/><path d="M15.458 21.25H8.543l.297-1.75a1 1 0 0 1 .98-.804h4.36a1 1 0 0 1 .981.804z" opacity=".5"/><path d="M12 16q-.39 0-.75-.034v2.73h1.5v-2.73A8 8 0 0 1 12 16m-.854-9.977C11.526 5.34 11.716 5 12 5s.474.34.854 1.023l.098.176c.108.194.162.29.246.354c.085.064.19.088.4.135l.19.044c.738.167 1.107.25 1.195.532s-.164.577-.667 1.165l-.13.152c-.143.167-.215.25-.247.354s-.021.215 0 .438l.02.203c.076.785.114 1.178-.115 1.352c-.23.174-.576.015-1.267-.303l-.178-.082c-.197-.09-.295-.135-.399-.135s-.202.045-.399.135l-.178.082c-.691.319-1.037.477-1.267.303s-.191-.567-.115-1.352l.02-.203c.021-.223.032-.334 0-.438s-.104-.187-.247-.354l-.13-.152c-.503-.588-.755-.882-.667-1.165c.088-.282.457-.365 1.195-.532l.19-.044c.21-.047.315-.07.4-.135c.084-.064.138-.16.246-.354z"/></g></svg> </template>
CSS
.icon-cup-star-duotone {
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%22M12%2016c-5.76%200-6.78-5.74-6.96-10.294c-.05-1.266-.076-1.9.4-2.485c.476-.586%201.045-.682%202.184-.874A26.4%2026.4%200%200%201%2012%202c1.783%200%203.253.157%204.377.347c1.138.192%201.708.288%202.183.874c.476.586.451%201.219.4%202.485C18.78%2010.259%2017.76%2016%2012%2016%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m17.64%2012.422l2.817-1.565c.752-.418%201.128-.627%201.336-.979C22%209.526%2022%209.096%2022%208.235v-.073c0-1.043%200-1.565-.283-1.958s-.778-.558-1.768-.888L19%205l-.017.085q-.008.283-.022.621c-.088%202.225-.377%204.733-1.32%206.716M5.04%205.706c.087%202.225.376%204.733%201.32%206.716l-2.817-1.565c-.752-.418-1.129-.627-1.336-.979S2%209.096%202%208.235v-.073c0-1.043%200-1.565.283-1.958s.778-.558%201.768-.888L5%205l.017.087q.008.281.022.62%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%2022a.75.75%200%200%201%20.75-.75h12a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.458%2021.25H8.543l.297-1.75a1%201%200%200%201%20.98-.804h4.36a1%201%200%200%201%20.981.804z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2016q-.39%200-.75-.034v2.73h1.5v-2.73A8%208%200%200%201%2012%2016m-.854-9.977C11.526%205.34%2011.716%205%2012%205s.474.34.854%201.023l.098.176c.108.194.162.29.246.354c.085.064.19.088.4.135l.19.044c.738.167%201.107.25%201.195.532s-.164.577-.667%201.165l-.13.152c-.143.167-.215.25-.247.354s-.021.215%200%20.438l.02.203c.076.785.114%201.178-.115%201.352c-.23.174-.576.015-1.267-.303l-.178-.082c-.197-.09-.295-.135-.399-.135s-.202.045-.399.135l-.178.082c-.691.319-1.037.477-1.267.303s-.191-.567-.115-1.352l.02-.203c.021-.223.032-.334%200-.438s-.104-.187-.247-.354l-.13-.152c-.503-.588-.755-.882-.667-1.165c.088-.282.457-.365%201.195-.532l.19-.044c.21-.047.315-.07.4-.135c.084-.064.138-.16.246-.354z%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%22M12%2016c-5.76%200-6.78-5.74-6.96-10.294c-.05-1.266-.076-1.9.4-2.485c.476-.586%201.045-.682%202.184-.874A26.4%2026.4%200%200%201%2012%202c1.783%200%203.253.157%204.377.347c1.138.192%201.708.288%202.183.874c.476.586.451%201.219.4%202.485C18.78%2010.259%2017.76%2016%2012%2016%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m17.64%2012.422l2.817-1.565c.752-.418%201.128-.627%201.336-.979C22%209.526%2022%209.096%2022%208.235v-.073c0-1.043%200-1.565-.283-1.958s-.778-.558-1.768-.888L19%205l-.017.085q-.008.283-.022.621c-.088%202.225-.377%204.733-1.32%206.716M5.04%205.706c.087%202.225.376%204.733%201.32%206.716l-2.817-1.565c-.752-.418-1.129-.627-1.336-.979S2%209.096%202%208.235v-.073c0-1.043%200-1.565.283-1.958s.778-.558%201.768-.888L5%205l.017.087q.008.281.022.62%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%2022a.75.75%200%200%201%20.75-.75h12a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.458%2021.25H8.543l.297-1.75a1%201%200%200%201%20.98-.804h4.36a1%201%200%200%201%20.981.804z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2016q-.39%200-.75-.034v2.73h1.5v-2.73A8%208%200%200%201%2012%2016m-.854-9.977C11.526%205.34%2011.716%205%2012%205s.474.34.854%201.023l.098.176c.108.194.162.29.246.354c.085.064.19.088.4.135l.19.044c.738.167%201.107.25%201.195.532s-.164.577-.667%201.165l-.13.152c-.143.167-.215.25-.247.354s-.021.215%200%20.438l.02.203c.076.785.114%201.178-.115%201.352c-.23.174-.576.015-1.267-.303l-.178-.082c-.197-.09-.295-.135-.399-.135s-.202.045-.399.135l-.178.082c-.691.319-1.037.477-1.267.303s-.191-.567-.115-1.352l.02-.203c.021-.223.032-.334%200-.438s-.104-.187-.247-.354l-.13-.152c-.503-.588-.755-.882-.667-1.165c.088-.282.457-.365%201.195-.532l.19-.044c.21-.047.315-.07.4-.135c.084-.064.138-.16.246-.354z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cup-star-duotone.svg?color=%231a73e8&size=48