measuring cup icon

measuring-cup from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.

Name
measuring-cup
Set
IconPark
Style
Color
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark

Use the measuring cup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path stroke="#000" d="M36 6H43.9996L42.0641 20H36"/><path fill="#2F88FF" stroke="#000" d="M8.99939 6H35.9996V40C35.9996 41.1046 35.1042 42 33.9996 42H10.9993C9.89478 42 8.99936 41.1046 8.99932 40.0001L8.9986 16.4999C8.99857 15.5557 8.55544 14.672 7.8388 14.0572C5.14776 11.7488 -0.590926 6 8.99939 6Z"/><path stroke="#fff" d="M26 15H30"/><path stroke="#fff" d="M26 23H30"/><path stroke="#fff" d="M26 31H30"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkMeasuringCup(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path stroke="#000" d="M36 6H43.9996L42.0641 20H36"/><path fill="#2F88FF" stroke="#000" d="M8.99939 6H35.9996V40C35.9996 41.1046 35.1042 42 33.9996 42H10.9993C9.89478 42 8.99936 41.1046 8.99932 40.0001L8.9986 16.4999C8.99857 15.5557 8.55544 14.672 7.8388 14.0572C5.14776 11.7488 -0.590926 6 8.99939 6Z"/><path stroke="#fff" d="M26 15H30"/><path stroke="#fff" d="M26 23H30"/><path stroke="#fff" d="M26 31H30"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path stroke="#000" d="M36 6H43.9996L42.0641 20H36"/><path fill="#2F88FF" stroke="#000" d="M8.99939 6H35.9996V40C35.9996 41.1046 35.1042 42 33.9996 42H10.9993C9.89478 42 8.99936 41.1046 8.99932 40.0001L8.9986 16.4999C8.99857 15.5557 8.55544 14.672 7.8388 14.0572C5.14776 11.7488 -0.590926 6 8.99939 6Z"/><path stroke="#fff" d="M26 15H30"/><path stroke="#fff" d="M26 23H30"/><path stroke="#fff" d="M26 31H30"/></g></svg>
</template>

CSS

.icon-measuring-cup {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M36%206H43.9996L42.0641%2020H36%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M8.99939%206H35.9996V40C35.9996%2041.1046%2035.1042%2042%2033.9996%2042H10.9993C9.89478%2042%208.99936%2041.1046%208.99932%2040.0001L8.9986%2016.4999C8.99857%2015.5557%208.55544%2014.672%207.8388%2014.0572C5.14776%2011.7488%20-0.590926%206%208.99939%206Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M26%2015H30%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M26%2023H30%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M26%2031H30%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M36%206H43.9996L42.0641%2020H36%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M8.99939%206H35.9996V40C35.9996%2041.1046%2035.1042%2042%2033.9996%2042H10.9993C9.89478%2042%208.99936%2041.1046%208.99932%2040.0001L8.9986%2016.4999C8.99857%2015.5557%208.55544%2014.672%207.8388%2014.0572C5.14776%2011.7488%20-0.590926%206%208.99939%206Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M26%2015H30%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M26%2023H30%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M26%2031H30%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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