cup paper icon

cup-paper from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.

Name
cup-paper
Set
Reicon
Style
Outline
Category
Food
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More food icons from Reicon

Use the cup paper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.147 1.25h5.707c.886 0 1.607 0 2.194.06c.612.061 1.146.192 1.64.495q.233.144.444.32c.444.373.737.838.99 1.399c.241.538.47 1.222.75 2.062l.012.037l.05.148c.147.443.279.837.347 1.165c.071.347.102.747-.083 1.143c-.093.2-.223.38-.382.53c-.317.301-.707.4-1.058.44q-.271.031-.61.037l-1.412 9.649c-.114.776-.209 1.427-.352 1.941c-.15.545-.378 1.028-.814 1.405s-.947.532-1.508.602c-.53.067-1.188.067-1.972.067h-2.18c-.784 0-1.442 0-1.972-.067c-.561-.07-1.072-.226-1.508-.602c-.436-.377-.663-.86-.814-1.405c-.143-.514-.238-1.165-.352-1.941l-1.413-9.65a6 6 0 0 1-.609-.035c-.351-.042-.74-.14-1.058-.44a1.8 1.8 0 0 1-.382-.531c-.185-.396-.154-.796-.083-1.143c.068-.328.2-.722.348-1.165l.013-.04l.048-.145c.28-.84.509-1.524.751-2.062c.252-.561.546-1.026.99-1.398q.21-.177.444-.32c.493-.304 1.027-.435 1.639-.497c.588-.059 1.309-.059 2.195-.059m-2.78 7.84l.317 2.16h10.632l.316-2.16zm10.73 3.66H6.903l.512 3.5h9.168zm-.733 5H7.636l.105.72c.123.836.205 1.392.32 1.805c.109.392.223.56.35.67s.31.2.715.25c.425.054.987.055 1.831.055h2.086c.844 0 1.407-.001 1.831-.055c.404-.05.588-.14.715-.25s.241-.278.35-.67c.115-.413.198-.97.32-1.804zM7.103 2.802c-.488.049-.775.14-1.004.281a2 2 0 0 0-.267.193c-.207.173-.384.416-.585.863c-.208.461-.413 1.073-.708 1.959l-.036.107c-.166.496-.267.804-.315 1.034a.8.8 0 0 0-.023.213a.3.3 0 0 0 .046.064a.8.8 0 0 0 .209.044c.233.028.557.03 1.08.03h13c.523 0 .847-.002 1.08-.03a.8.8 0 0 0 .21-.044a.3.3 0 0 0 .045-.064a.8.8 0 0 0-.023-.213c-.048-.23-.15-.538-.315-1.034l-.035-.107c-.296-.886-.501-1.498-.709-1.959c-.2-.447-.378-.69-.585-.863a2 2 0 0 0-.267-.193c-.23-.14-.516-.232-1.004-.281c-.503-.051-1.148-.052-2.082-.052h-5.63c-.934 0-1.579 0-2.082.052" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCupPaper(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" fillRule="evenodd" d="M9.147 1.25h5.707c.886 0 1.607 0 2.194.06c.612.061 1.146.192 1.64.495q.233.144.444.32c.444.373.737.838.99 1.399c.241.538.47 1.222.75 2.062l.012.037l.05.148c.147.443.279.837.347 1.165c.071.347.102.747-.083 1.143c-.093.2-.223.38-.382.53c-.317.301-.707.4-1.058.44q-.271.031-.61.037l-1.412 9.649c-.114.776-.209 1.427-.352 1.941c-.15.545-.378 1.028-.814 1.405s-.947.532-1.508.602c-.53.067-1.188.067-1.972.067h-2.18c-.784 0-1.442 0-1.972-.067c-.561-.07-1.072-.226-1.508-.602c-.436-.377-.663-.86-.814-1.405c-.143-.514-.238-1.165-.352-1.941l-1.413-9.65a6 6 0 0 1-.609-.035c-.351-.042-.74-.14-1.058-.44a1.8 1.8 0 0 1-.382-.531c-.185-.396-.154-.796-.083-1.143c.068-.328.2-.722.348-1.165l.013-.04l.048-.145c.28-.84.509-1.524.751-2.062c.252-.561.546-1.026.99-1.398q.21-.177.444-.32c.493-.304 1.027-.435 1.639-.497c.588-.059 1.309-.059 2.195-.059m-2.78 7.84l.317 2.16h10.632l.316-2.16zm10.73 3.66H6.903l.512 3.5h9.168zm-.733 5H7.636l.105.72c.123.836.205 1.392.32 1.805c.109.392.223.56.35.67s.31.2.715.25c.425.054.987.055 1.831.055h2.086c.844 0 1.407-.001 1.831-.055c.404-.05.588-.14.715-.25s.241-.278.35-.67c.115-.413.198-.97.32-1.804zM7.103 2.802c-.488.049-.775.14-1.004.281a2 2 0 0 0-.267.193c-.207.173-.384.416-.585.863c-.208.461-.413 1.073-.708 1.959l-.036.107c-.166.496-.267.804-.315 1.034a.8.8 0 0 0-.023.213a.3.3 0 0 0 .046.064a.8.8 0 0 0 .209.044c.233.028.557.03 1.08.03h13c.523 0 .847-.002 1.08-.03a.8.8 0 0 0 .21-.044a.3.3 0 0 0 .045-.064a.8.8 0 0 0-.023-.213c-.048-.23-.15-.538-.315-1.034l-.035-.107c-.296-.886-.501-1.498-.709-1.959c-.2-.447-.378-.69-.585-.863a2 2 0 0 0-.267-.193c-.23-.14-.516-.232-1.004-.281c-.503-.051-1.148-.052-2.082-.052h-5.63c-.934 0-1.579 0-2.082.052" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.147 1.25h5.707c.886 0 1.607 0 2.194.06c.612.061 1.146.192 1.64.495q.233.144.444.32c.444.373.737.838.99 1.399c.241.538.47 1.222.75 2.062l.012.037l.05.148c.147.443.279.837.347 1.165c.071.347.102.747-.083 1.143c-.093.2-.223.38-.382.53c-.317.301-.707.4-1.058.44q-.271.031-.61.037l-1.412 9.649c-.114.776-.209 1.427-.352 1.941c-.15.545-.378 1.028-.814 1.405s-.947.532-1.508.602c-.53.067-1.188.067-1.972.067h-2.18c-.784 0-1.442 0-1.972-.067c-.561-.07-1.072-.226-1.508-.602c-.436-.377-.663-.86-.814-1.405c-.143-.514-.238-1.165-.352-1.941l-1.413-9.65a6 6 0 0 1-.609-.035c-.351-.042-.74-.14-1.058-.44a1.8 1.8 0 0 1-.382-.531c-.185-.396-.154-.796-.083-1.143c.068-.328.2-.722.348-1.165l.013-.04l.048-.145c.28-.84.509-1.524.751-2.062c.252-.561.546-1.026.99-1.398q.21-.177.444-.32c.493-.304 1.027-.435 1.639-.497c.588-.059 1.309-.059 2.195-.059m-2.78 7.84l.317 2.16h10.632l.316-2.16zm10.73 3.66H6.903l.512 3.5h9.168zm-.733 5H7.636l.105.72c.123.836.205 1.392.32 1.805c.109.392.223.56.35.67s.31.2.715.25c.425.054.987.055 1.831.055h2.086c.844 0 1.407-.001 1.831-.055c.404-.05.588-.14.715-.25s.241-.278.35-.67c.115-.413.198-.97.32-1.804zM7.103 2.802c-.488.049-.775.14-1.004.281a2 2 0 0 0-.267.193c-.207.173-.384.416-.585.863c-.208.461-.413 1.073-.708 1.959l-.036.107c-.166.496-.267.804-.315 1.034a.8.8 0 0 0-.023.213a.3.3 0 0 0 .046.064a.8.8 0 0 0 .209.044c.233.028.557.03 1.08.03h13c.523 0 .847-.002 1.08-.03a.8.8 0 0 0 .21-.044a.3.3 0 0 0 .045-.064a.8.8 0 0 0-.023-.213c-.048-.23-.15-.538-.315-1.034l-.035-.107c-.296-.886-.501-1.498-.709-1.959c-.2-.447-.378-.69-.585-.863a2 2 0 0 0-.267-.193c-.23-.14-.516-.232-1.004-.281c-.503-.051-1.148-.052-2.082-.052h-5.63c-.934 0-1.579 0-2.082.052" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-cup-paper {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.147%201.25h5.707c.886%200%201.607%200%202.194.06c.612.061%201.146.192%201.64.495q.233.144.444.32c.444.373.737.838.99%201.399c.241.538.47%201.222.75%202.062l.012.037l.05.148c.147.443.279.837.347%201.165c.071.347.102.747-.083%201.143c-.093.2-.223.38-.382.53c-.317.301-.707.4-1.058.44q-.271.031-.61.037l-1.412%209.649c-.114.776-.209%201.427-.352%201.941c-.15.545-.378%201.028-.814%201.405s-.947.532-1.508.602c-.53.067-1.188.067-1.972.067h-2.18c-.784%200-1.442%200-1.972-.067c-.561-.07-1.072-.226-1.508-.602c-.436-.377-.663-.86-.814-1.405c-.143-.514-.238-1.165-.352-1.941l-1.413-9.65a6%206%200%200%201-.609-.035c-.351-.042-.74-.14-1.058-.44a1.8%201.8%200%200%201-.382-.531c-.185-.396-.154-.796-.083-1.143c.068-.328.2-.722.348-1.165l.013-.04l.048-.145c.28-.84.509-1.524.751-2.062c.252-.561.546-1.026.99-1.398q.21-.177.444-.32c.493-.304%201.027-.435%201.639-.497c.588-.059%201.309-.059%202.195-.059m-2.78%207.84l.317%202.16h10.632l.316-2.16zm10.73%203.66H6.903l.512%203.5h9.168zm-.733%205H7.636l.105.72c.123.836.205%201.392.32%201.805c.109.392.223.56.35.67s.31.2.715.25c.425.054.987.055%201.831.055h2.086c.844%200%201.407-.001%201.831-.055c.404-.05.588-.14.715-.25s.241-.278.35-.67c.115-.413.198-.97.32-1.804zM7.103%202.802c-.488.049-.775.14-1.004.281a2%202%200%200%200-.267.193c-.207.173-.384.416-.585.863c-.208.461-.413%201.073-.708%201.959l-.036.107c-.166.496-.267.804-.315%201.034a.8.8%200%200%200-.023.213a.3.3%200%200%200%20.046.064a.8.8%200%200%200%20.209.044c.233.028.557.03%201.08.03h13c.523%200%20.847-.002%201.08-.03a.8.8%200%200%200%20.21-.044a.3.3%200%200%200%20.045-.064a.8.8%200%200%200-.023-.213c-.048-.23-.15-.538-.315-1.034l-.035-.107c-.296-.886-.501-1.498-.709-1.959c-.2-.447-.378-.69-.585-.863a2%202%200%200%200-.267-.193c-.23-.14-.516-.232-1.004-.281c-.503-.051-1.148-.052-2.082-.052h-5.63c-.934%200-1.579%200-2.082.052%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9.147%201.25h5.707c.886%200%201.607%200%202.194.06c.612.061%201.146.192%201.64.495q.233.144.444.32c.444.373.737.838.99%201.399c.241.538.47%201.222.75%202.062l.012.037l.05.148c.147.443.279.837.347%201.165c.071.347.102.747-.083%201.143c-.093.2-.223.38-.382.53c-.317.301-.707.4-1.058.44q-.271.031-.61.037l-1.412%209.649c-.114.776-.209%201.427-.352%201.941c-.15.545-.378%201.028-.814%201.405s-.947.532-1.508.602c-.53.067-1.188.067-1.972.067h-2.18c-.784%200-1.442%200-1.972-.067c-.561-.07-1.072-.226-1.508-.602c-.436-.377-.663-.86-.814-1.405c-.143-.514-.238-1.165-.352-1.941l-1.413-9.65a6%206%200%200%201-.609-.035c-.351-.042-.74-.14-1.058-.44a1.8%201.8%200%200%201-.382-.531c-.185-.396-.154-.796-.083-1.143c.068-.328.2-.722.348-1.165l.013-.04l.048-.145c.28-.84.509-1.524.751-2.062c.252-.561.546-1.026.99-1.398q.21-.177.444-.32c.493-.304%201.027-.435%201.639-.497c.588-.059%201.309-.059%202.195-.059m-2.78%207.84l.317%202.16h10.632l.316-2.16zm10.73%203.66H6.903l.512%203.5h9.168zm-.733%205H7.636l.105.72c.123.836.205%201.392.32%201.805c.109.392.223.56.35.67s.31.2.715.25c.425.054.987.055%201.831.055h2.086c.844%200%201.407-.001%201.831-.055c.404-.05.588-.14.715-.25s.241-.278.35-.67c.115-.413.198-.97.32-1.804zM7.103%202.802c-.488.049-.775.14-1.004.281a2%202%200%200%200-.267.193c-.207.173-.384.416-.585.863c-.208.461-.413%201.073-.708%201.959l-.036.107c-.166.496-.267.804-.315%201.034a.8.8%200%200%200-.023.213a.3.3%200%200%200%20.046.064a.8.8%200%200%200%20.209.044c.233.028.557.03%201.08.03h13c.523%200%20.847-.002%201.08-.03a.8.8%200%200%200%20.21-.044a.3.3%200%200%200%20.045-.064a.8.8%200%200%200-.023-.213c-.048-.23-.15-.538-.315-1.034l-.035-.107c-.296-.886-.501-1.498-.709-1.959c-.2-.447-.378-.69-.585-.863a2%202%200%200%200-.267-.193c-.23-.14-.516-.232-1.004-.281c-.503-.051-1.148-.052-2.082-.052h-5.63c-.934%200-1.579%200-2.082.052%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cup-paper.svg?color=%231a73e8&size=48

Cup Paper outline icon — Reicon · IconsDB