passenger drinks icon

passenger-drinks from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
passenger-drinks
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the passenger drinks icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 4V2h-8v2a3.99 3.99 0 0 0 3 3.859V11h-2v2h6v-2h-2V7.859A3.99 3.99 0 0 0 30 4M10.5 9A3.5 3.5 0 1 1 14 5.5A3.504 3.504 0 0 1 10.5 9m0-5A1.5 1.5 0 1 0 12 5.5A1.5 1.5 0 0 0 10.5 4m11.975 27.313L19.34 24h-7.102a4.01 4.01 0 0 1-3.866-2.97l-1.634-6.127a3.899 3.899 0 0 1 7.534-2.009l.83 3.106H21v2h-7.435l-1.223-4.59a1.9 1.9 0 0 0-3.671.978l1.634 6.126A2.005 2.005 0 0 0 12.239 22h8.42l3.655 8.525Z"/><path fill="currentColor" d="M18 28H7.768a2 2 0 0 1-1.932-1.485L2.034 12.258l1.932-.516L7.768 26H18Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPassengerDrinks(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 4V2h-8v2a3.99 3.99 0 0 0 3 3.859V11h-2v2h6v-2h-2V7.859A3.99 3.99 0 0 0 30 4M10.5 9A3.5 3.5 0 1 1 14 5.5A3.504 3.504 0 0 1 10.5 9m0-5A1.5 1.5 0 1 0 12 5.5A1.5 1.5 0 0 0 10.5 4m11.975 27.313L19.34 24h-7.102a4.01 4.01 0 0 1-3.866-2.97l-1.634-6.127a3.899 3.899 0 0 1 7.534-2.009l.83 3.106H21v2h-7.435l-1.223-4.59a1.9 1.9 0 0 0-3.671.978l1.634 6.126A2.005 2.005 0 0 0 12.239 22h8.42l3.655 8.525Z"/><path fill="currentColor" d="M18 28H7.768a2 2 0 0 1-1.932-1.485L2.034 12.258l1.932-.516L7.768 26H18Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 4V2h-8v2a3.99 3.99 0 0 0 3 3.859V11h-2v2h6v-2h-2V7.859A3.99 3.99 0 0 0 30 4M10.5 9A3.5 3.5 0 1 1 14 5.5A3.504 3.504 0 0 1 10.5 9m0-5A1.5 1.5 0 1 0 12 5.5A1.5 1.5 0 0 0 10.5 4m11.975 27.313L19.34 24h-7.102a4.01 4.01 0 0 1-3.866-2.97l-1.634-6.127a3.899 3.899 0 0 1 7.534-2.009l.83 3.106H21v2h-7.435l-1.223-4.59a1.9 1.9 0 0 0-3.671.978l1.634 6.126A2.005 2.005 0 0 0 12.239 22h8.42l3.655 8.525Z"/><path fill="currentColor" d="M18 28H7.768a2 2 0 0 1-1.932-1.485L2.034 12.258l1.932-.516L7.768 26H18Z"/></svg>
</template>

CSS

.icon-passenger-drinks {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%204V2h-8v2a3.99%203.99%200%200%200%203%203.859V11h-2v2h6v-2h-2V7.859A3.99%203.99%200%200%200%2030%204M10.5%209A3.5%203.5%200%201%201%2014%205.5A3.504%203.504%200%200%201%2010.5%209m0-5A1.5%201.5%200%201%200%2012%205.5A1.5%201.5%200%200%200%2010.5%204m11.975%2027.313L19.34%2024h-7.102a4.01%204.01%200%200%201-3.866-2.97l-1.634-6.127a3.899%203.899%200%200%201%207.534-2.009l.83%203.106H21v2h-7.435l-1.223-4.59a1.9%201.9%200%200%200-3.671.978l1.634%206.126A2.005%202.005%200%200%200%2012.239%2022h8.42l3.655%208.525Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2028H7.768a2%202%200%200%201-1.932-1.485L2.034%2012.258l1.932-.516L7.768%2026H18Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%204V2h-8v2a3.99%203.99%200%200%200%203%203.859V11h-2v2h6v-2h-2V7.859A3.99%203.99%200%200%200%2030%204M10.5%209A3.5%203.5%200%201%201%2014%205.5A3.504%203.504%200%200%201%2010.5%209m0-5A1.5%201.5%200%201%200%2012%205.5A1.5%201.5%200%200%200%2010.5%204m11.975%2027.313L19.34%2024h-7.102a4.01%204.01%200%200%201-3.866-2.97l-1.634-6.127a3.899%203.899%200%200%201%207.534-2.009l.83%203.106H21v2h-7.435l-1.223-4.59a1.9%201.9%200%200%200-3.671.978l1.634%206.126A2.005%202.005%200%200%200%2012.239%2022h8.42l3.655%208.525Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2028H7.768a2%202%200%200%201-1.932-1.485L2.034%2012.258l1.932-.516L7.768%2026H18Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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