cup paper icon
cup-paper-linear from Solar by 480 Design · Linear · Food · CC-BY-4.0 Attribution required.
- Name
- cup-paper-linear
- Set
- Solar
- Style
- Linear
- Category
- Food
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More food icons from Solar
Use the cup paper 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-width="1.5"><path d="M18.5 8.33936L17.0008 18.5794C16.762 20.2107 16.6425 21.0264 16.0793 21.5132C15.516 22 14.6917 22 13.043 22H10.957C9.30835 22 8.48401 22 7.92073 21.5132C7.35745 21.0264 7.23804 20.2107 6.99921 18.5794L5.5 8.33936"/><path stroke-linecap="round" d="M20.2999 8.06533C20.0106 8.33937 19.5071 8.33937 18.5001 8.33937H5.50006C4.49301 8.33937 3.98949 8.33937 3.70022 8.06533C3.60893 7.97884 3.53477 7.87592 3.48163 7.76195C3.31325 7.40081 3.47263 6.92318 3.79139 5.96791L3.82722 5.86056C4.40893 4.11727 4.69979 3.24563 5.35004 2.70069C5.46223 2.60666 5.58115 2.52098 5.70585 2.44432C6.42859 2 7.34749 2 9.18527 2H14.8149C16.6526 2 17.5715 2 18.2943 2.44432C18.419 2.52098 18.5379 2.60666 18.6501 2.70069C19.3003 3.24562 19.5912 4.11733 20.1729 5.86056L20.2087 5.96791C20.5275 6.92318 20.6869 7.40081 20.5185 7.76195C20.4653 7.87592 20.3912 7.97884 20.2999 8.06533Z"/><path stroke-linecap="round" d="M6.5 12H17.5"/><path stroke-linecap="round" d="M7 17H17"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarCupPaperLinear(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" strokeWidth="1.5"><path d="M18.5 8.33936L17.0008 18.5794C16.762 20.2107 16.6425 21.0264 16.0793 21.5132C15.516 22 14.6917 22 13.043 22H10.957C9.30835 22 8.48401 22 7.92073 21.5132C7.35745 21.0264 7.23804 20.2107 6.99921 18.5794L5.5 8.33936"/><path strokeLinecap="round" d="M20.2999 8.06533C20.0106 8.33937 19.5071 8.33937 18.5001 8.33937H5.50006C4.49301 8.33937 3.98949 8.33937 3.70022 8.06533C3.60893 7.97884 3.53477 7.87592 3.48163 7.76195C3.31325 7.40081 3.47263 6.92318 3.79139 5.96791L3.82722 5.86056C4.40893 4.11727 4.69979 3.24563 5.35004 2.70069C5.46223 2.60666 5.58115 2.52098 5.70585 2.44432C6.42859 2 7.34749 2 9.18527 2H14.8149C16.6526 2 17.5715 2 18.2943 2.44432C18.419 2.52098 18.5379 2.60666 18.6501 2.70069C19.3003 3.24562 19.5912 4.11733 20.1729 5.86056L20.2087 5.96791C20.5275 6.92318 20.6869 7.40081 20.5185 7.76195C20.4653 7.87592 20.3912 7.97884 20.2999 8.06533Z"/><path strokeLinecap="round" d="M6.5 12H17.5"/><path strokeLinecap="round" d="M7 17H17"/></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-width="1.5"><path d="M18.5 8.33936L17.0008 18.5794C16.762 20.2107 16.6425 21.0264 16.0793 21.5132C15.516 22 14.6917 22 13.043 22H10.957C9.30835 22 8.48401 22 7.92073 21.5132C7.35745 21.0264 7.23804 20.2107 6.99921 18.5794L5.5 8.33936"/><path stroke-linecap="round" d="M20.2999 8.06533C20.0106 8.33937 19.5071 8.33937 18.5001 8.33937H5.50006C4.49301 8.33937 3.98949 8.33937 3.70022 8.06533C3.60893 7.97884 3.53477 7.87592 3.48163 7.76195C3.31325 7.40081 3.47263 6.92318 3.79139 5.96791L3.82722 5.86056C4.40893 4.11727 4.69979 3.24563 5.35004 2.70069C5.46223 2.60666 5.58115 2.52098 5.70585 2.44432C6.42859 2 7.34749 2 9.18527 2H14.8149C16.6526 2 17.5715 2 18.2943 2.44432C18.419 2.52098 18.5379 2.60666 18.6501 2.70069C19.3003 3.24562 19.5912 4.11733 20.1729 5.86056L20.2087 5.96791C20.5275 6.92318 20.6869 7.40081 20.5185 7.76195C20.4653 7.87592 20.3912 7.97884 20.2999 8.06533Z"/><path stroke-linecap="round" d="M6.5 12H17.5"/><path stroke-linecap="round" d="M7 17H17"/></g></svg> </template>
CSS
.icon-cup-paper-linear {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.5%208.33936L17.0008%2018.5794C16.762%2020.2107%2016.6425%2021.0264%2016.0793%2021.5132C15.516%2022%2014.6917%2022%2013.043%2022H10.957C9.30835%2022%208.48401%2022%207.92073%2021.5132C7.35745%2021.0264%207.23804%2020.2107%206.99921%2018.5794L5.5%208.33936%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.2999%208.06533C20.0106%208.33937%2019.5071%208.33937%2018.5001%208.33937H5.50006C4.49301%208.33937%203.98949%208.33937%203.70022%208.06533C3.60893%207.97884%203.53477%207.87592%203.48163%207.76195C3.31325%207.40081%203.47263%206.92318%203.79139%205.96791L3.82722%205.86056C4.40893%204.11727%204.69979%203.24563%205.35004%202.70069C5.46223%202.60666%205.58115%202.52098%205.70585%202.44432C6.42859%202%207.34749%202%209.18527%202H14.8149C16.6526%202%2017.5715%202%2018.2943%202.44432C18.419%202.52098%2018.5379%202.60666%2018.6501%202.70069C19.3003%203.24562%2019.5912%204.11733%2020.1729%205.86056L20.2087%205.96791C20.5275%206.92318%2020.6869%207.40081%2020.5185%207.76195C20.4653%207.87592%2020.3912%207.97884%2020.2999%208.06533Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%2012H17.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2017H17%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.5%208.33936L17.0008%2018.5794C16.762%2020.2107%2016.6425%2021.0264%2016.0793%2021.5132C15.516%2022%2014.6917%2022%2013.043%2022H10.957C9.30835%2022%208.48401%2022%207.92073%2021.5132C7.35745%2021.0264%207.23804%2020.2107%206.99921%2018.5794L5.5%208.33936%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.2999%208.06533C20.0106%208.33937%2019.5071%208.33937%2018.5001%208.33937H5.50006C4.49301%208.33937%203.98949%208.33937%203.70022%208.06533C3.60893%207.97884%203.53477%207.87592%203.48163%207.76195C3.31325%207.40081%203.47263%206.92318%203.79139%205.96791L3.82722%205.86056C4.40893%204.11727%204.69979%203.24563%205.35004%202.70069C5.46223%202.60666%205.58115%202.52098%205.70585%202.44432C6.42859%202%207.34749%202%209.18527%202H14.8149C16.6526%202%2017.5715%202%2018.2943%202.44432C18.419%202.52098%2018.5379%202.60666%2018.6501%202.70069C19.3003%203.24562%2019.5912%204.11733%2020.1729%205.86056L20.2087%205.96791C20.5275%206.92318%2020.6869%207.40081%2020.5185%207.76195C20.4653%207.87592%2020.3912%207.97884%2020.2999%208.06533Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%2012H17.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2017H17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/cup-paper-linear.svg?color=%231a73e8&size=48