bottle soda classic icon

bottle-soda-classic-outline from Material Design Icons by Pictogrammers · Outline · Food / Drink · Apache-2.0 Free for personal and commercial use.

Name
bottle-soda-classic-outline
Set
Material Design Icons
Style
Outline
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More food / drink icons from Material Design Icons

Use the bottle soda classic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 2v2h.91C10.65 5.79 9 7.5 8 9v4.77a3.007 3.007 0 0 1 0 4.46V20a2 2 0 0 0 2 2h4c1.11 0 2-.89 2-2v-1.77a3.007 3.007 0 0 1 0-4.46V9c-1-1.5-2.65-3.21-2.91-5H14V2m-2 4.5c.24.5 1.54 2 1.9 2.41L14 9v4c-.65.87-1 1.92-1 3s.35 2.13 1 3v1h-4v-1c.65-.87 1-1.92 1-3s-.35-2.13-1-3V9l.1-.09C10.46 8.5 11.76 7 12 6.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiBottleSodaClassicOutline(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" d="M10 2v2h.91C10.65 5.79 9 7.5 8 9v4.77a3.007 3.007 0 0 1 0 4.46V20a2 2 0 0 0 2 2h4c1.11 0 2-.89 2-2v-1.77a3.007 3.007 0 0 1 0-4.46V9c-1-1.5-2.65-3.21-2.91-5H14V2m-2 4.5c.24.5 1.54 2 1.9 2.41L14 9v4c-.65.87-1 1.92-1 3s.35 2.13 1 3v1h-4v-1c.65-.87 1-1.92 1-3s-.35-2.13-1-3V9l.1-.09C10.46 8.5 11.76 7 12 6.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 2v2h.91C10.65 5.79 9 7.5 8 9v4.77a3.007 3.007 0 0 1 0 4.46V20a2 2 0 0 0 2 2h4c1.11 0 2-.89 2-2v-1.77a3.007 3.007 0 0 1 0-4.46V9c-1-1.5-2.65-3.21-2.91-5H14V2m-2 4.5c.24.5 1.54 2 1.9 2.41L14 9v4c-.65.87-1 1.92-1 3s.35 2.13 1 3v1h-4v-1c.65-.87 1-1.92 1-3s-.35-2.13-1-3V9l.1-.09C10.46 8.5 11.76 7 12 6.5"/></svg>
</template>

CSS

.icon-bottle-soda-classic-outline {
  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%20d%3D%22M10%202v2h.91C10.65%205.79%209%207.5%208%209v4.77a3.007%203.007%200%200%201%200%204.46V20a2%202%200%200%200%202%202h4c1.11%200%202-.89%202-2v-1.77a3.007%203.007%200%200%201%200-4.46V9c-1-1.5-2.65-3.21-2.91-5H14V2m-2%204.5c.24.5%201.54%202%201.9%202.41L14%209v4c-.65.87-1%201.92-1%203s.35%202.13%201%203v1h-4v-1c.65-.87%201-1.92%201-3s-.35-2.13-1-3V9l.1-.09C10.46%208.5%2011.76%207%2012%206.5%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%20d%3D%22M10%202v2h.91C10.65%205.79%209%207.5%208%209v4.77a3.007%203.007%200%200%201%200%204.46V20a2%202%200%200%200%202%202h4c1.11%200%202-.89%202-2v-1.77a3.007%203.007%200%200%201%200-4.46V9c-1-1.5-2.65-3.21-2.91-5H14V2m-2%204.5c.24.5%201.54%202%201.9%202.41L14%209v4c-.65.87-1%201.92-1%203s.35%202.13%201%203v1h-4v-1c.65-.87%201-1.92%201-3s-.35-2.13-1-3V9l.1-.09C10.46%208.5%2011.76%207%2012%206.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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