soda-can from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
soda-can
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the soda can 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 stroke-linecap="round" d="M5.927 3.887L6.9 2.72c.295-.354.443-.531.644-.626C7.746 2 7.976 2 8.437 2h7.126c.46 0 .691 0 .893.094c.201.095.349.272.644.626l.973 1.167c.459.551.688.826.808 1.156c.119.33.119.689.119 1.405v11.104c0 .716 0 1.075-.12 1.405c-.119.33-.348.605-.807 1.156L16.8 21.64c-.148.177-.221.266-.322.313c-.1.047-.216.047-.446.047H7.968c-.23 0-.345 0-.446-.047c-.1-.047-.174-.136-.322-.313l-1.273-1.527c-.459-.551-.688-.826-.808-1.156C5 18.627 5 18.268 5 17.552V6.448c0-.716 0-1.075.12-1.405c.119-.33.348-.605.807-1.156Z"/><path d="M5 5h14M5 19h14"/><path stroke-linecap="round" d="M6 2h12"/><circle cx="12" cy="12" r="2.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSodaCan(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 strokeLinecap="round" d="M5.927 3.887L6.9 2.72c.295-.354.443-.531.644-.626C7.746 2 7.976 2 8.437 2h7.126c.46 0 .691 0 .893.094c.201.095.349.272.644.626l.973 1.167c.459.551.688.826.808 1.156c.119.33.119.689.119 1.405v11.104c0 .716 0 1.075-.12 1.405c-.119.33-.348.605-.807 1.156L16.8 21.64c-.148.177-.221.266-.322.313c-.1.047-.216.047-.446.047H7.968c-.23 0-.345 0-.446-.047c-.1-.047-.174-.136-.322-.313l-1.273-1.527c-.459-.551-.688-.826-.808-1.156C5 18.627 5 18.268 5 17.552V6.448c0-.716 0-1.075.12-1.405c.119-.33.348-.605.807-1.156Z"/><path d="M5 5h14M5 19h14"/><path strokeLinecap="round" d="M6 2h12"/><circle cx="12" cy="12" r="2.5"/></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 stroke-linecap="round" d="M5.927 3.887L6.9 2.72c.295-.354.443-.531.644-.626C7.746 2 7.976 2 8.437 2h7.126c.46 0 .691 0 .893.094c.201.095.349.272.644.626l.973 1.167c.459.551.688.826.808 1.156c.119.33.119.689.119 1.405v11.104c0 .716 0 1.075-.12 1.405c-.119.33-.348.605-.807 1.156L16.8 21.64c-.148.177-.221.266-.322.313c-.1.047-.216.047-.446.047H7.968c-.23 0-.345 0-.446-.047c-.1-.047-.174-.136-.322-.313l-1.273-1.527c-.459-.551-.688-.826-.808-1.156C5 18.627 5 18.268 5 17.552V6.448c0-.716 0-1.075.12-1.405c.119-.33.348-.605.807-1.156Z"/><path d="M5 5h14M5 19h14"/><path stroke-linecap="round" d="M6 2h12"/><circle cx="12" cy="12" r="2.5"/></g></svg>
</template>

CSS

.icon-soda-can {
  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%20stroke-linecap%3D%22round%22%20d%3D%22M5.927%203.887L6.9%202.72c.295-.354.443-.531.644-.626C7.746%202%207.976%202%208.437%202h7.126c.46%200%20.691%200%20.893.094c.201.095.349.272.644.626l.973%201.167c.459.551.688.826.808%201.156c.119.33.119.689.119%201.405v11.104c0%20.716%200%201.075-.12%201.405c-.119.33-.348.605-.807%201.156L16.8%2021.64c-.148.177-.221.266-.322.313c-.1.047-.216.047-.446.047H7.968c-.23%200-.345%200-.446-.047c-.1-.047-.174-.136-.322-.313l-1.273-1.527c-.459-.551-.688-.826-.808-1.156C5%2018.627%205%2018.268%205%2017.552V6.448c0-.716%200-1.075.12-1.405c.119-.33.348-.605.807-1.156Z%22%2F%3E%3Cpath%20d%3D%22M5%205h14M5%2019h14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%202h12%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222.5%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%20stroke-linecap%3D%22round%22%20d%3D%22M5.927%203.887L6.9%202.72c.295-.354.443-.531.644-.626C7.746%202%207.976%202%208.437%202h7.126c.46%200%20.691%200%20.893.094c.201.095.349.272.644.626l.973%201.167c.459.551.688.826.808%201.156c.119.33.119.689.119%201.405v11.104c0%20.716%200%201.075-.12%201.405c-.119.33-.348.605-.807%201.156L16.8%2021.64c-.148.177-.221.266-.322.313c-.1.047-.216.047-.446.047H7.968c-.23%200-.345%200-.446-.047c-.1-.047-.174-.136-.322-.313l-1.273-1.527c-.459-.551-.688-.826-.808-1.156C5%2018.627%205%2018.268%205%2017.552V6.448c0-.716%200-1.075.12-1.405c.119-.33.348-.605.807-1.156Z%22%2F%3E%3Cpath%20d%3D%22M5%205h14M5%2019h14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%202h12%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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