passenger plus icon

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

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

More planning icons from Carbon

Use the passenger plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.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.974 27.313L19.34 24h-7.101a4.01 4.01 0 0 1-3.867-2.97l-1.634-6.127a3.899 3.899 0 0 1 7.535-2.009L15.1 16H21v2h-7.436l-1.223-4.59a1.9 1.9 0 0 0-3.67.978l1.633 6.126A2.005 2.005 0 0 0 12.239 22h8.42l3.654 8.525ZM30 6h-4V2h-2v4h-4v2h4v4h2V8h4z"/><path fill="currentColor" d="M18 28H7.768a2 2 0 0 1-1.933-1.485L2.033 12.258l1.933-.516L7.768 26H18Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPassengerPlus(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="M10.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.974 27.313L19.34 24h-7.101a4.01 4.01 0 0 1-3.867-2.97l-1.634-6.127a3.899 3.899 0 0 1 7.535-2.009L15.1 16H21v2h-7.436l-1.223-4.59a1.9 1.9 0 0 0-3.67.978l1.633 6.126A2.005 2.005 0 0 0 12.239 22h8.42l3.654 8.525ZM30 6h-4V2h-2v4h-4v2h4v4h2V8h4z"/><path fill="currentColor" d="M18 28H7.768a2 2 0 0 1-1.933-1.485L2.033 12.258l1.933-.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="M10.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.974 27.313L19.34 24h-7.101a4.01 4.01 0 0 1-3.867-2.97l-1.634-6.127a3.899 3.899 0 0 1 7.535-2.009L15.1 16H21v2h-7.436l-1.223-4.59a1.9 1.9 0 0 0-3.67.978l1.633 6.126A2.005 2.005 0 0 0 12.239 22h8.42l3.654 8.525ZM30 6h-4V2h-2v4h-4v2h4v4h2V8h4z"/><path fill="currentColor" d="M18 28H7.768a2 2 0 0 1-1.933-1.485L2.033 12.258l1.933-.516L7.768 26H18Z"/></svg>
</template>

CSS

.icon-passenger-plus {
  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%22M10.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.974%2027.313L19.34%2024h-7.101a4.01%204.01%200%200%201-3.867-2.97l-1.634-6.127a3.899%203.899%200%200%201%207.535-2.009L15.1%2016H21v2h-7.436l-1.223-4.59a1.9%201.9%200%200%200-3.67.978l1.633%206.126A2.005%202.005%200%200%200%2012.239%2022h8.42l3.654%208.525ZM30%206h-4V2h-2v4h-4v2h4v4h2V8h4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2028H7.768a2%202%200%200%201-1.933-1.485L2.033%2012.258l1.933-.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%22M10.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.974%2027.313L19.34%2024h-7.101a4.01%204.01%200%200%201-3.867-2.97l-1.634-6.127a3.899%203.899%200%200%201%207.535-2.009L15.1%2016H21v2h-7.436l-1.223-4.59a1.9%201.9%200%200%200-3.67.978l1.633%206.126A2.005%202.005%200%200%200%2012.239%2022h8.42l3.654%208.525ZM30%206h-4V2h-2v4h-4v2h4v4h2V8h4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2028H7.768a2%202%200%200%201-1.933-1.485L2.033%2012.258l1.933-.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-plus.svg?color=%231a73e8&size=48