departure icon

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

Name
departure
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the departure icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 28h28v2H2zM13.48 5.15l5.69 8.14l.8 1.15l1.35-.36l4.52-1.21a2.13 2.13 0 0 1 1.12 0A1.84 1.84 0 0 1 28.23 14A1.87 1.87 0 0 1 27 16.45l-18.71 5a1.8 1.8 0 0 1-1 0A1.87 1.87 0 0 1 6 20.12l-.25-.93L5 16.38l-.74-2.74l1.44-.39l2.3 3.1l.81 1.08l1.31-.35l2.8-.75l1.94-.52l-.52-1.93l-2.26-8.36zM14.16 3a1.06 1.06 0 0 0-.5 0l-3.09.83A1 1 0 0 0 9.89 5l2.5 9.36l-2.81.75l-2.73-3.61a1 1 0 0 0-.52-.36a1.06 1.06 0 0 0-.5 0L2.72 12A1 1 0 0 0 2 13.16l1 3.74l.75 2.8l.25.94a3.87 3.87 0 0 0 2.74 2.74a3.9 3.9 0 0 0 2 0l18.7-5a3.84 3.84 0 0 0 0-7.44a4.27 4.27 0 0 0-2.16 0l-4.51 1.21l-6.07-8.74a1 1 0 0 0-.54-.41"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDeparture(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="M2 28h28v2H2zM13.48 5.15l5.69 8.14l.8 1.15l1.35-.36l4.52-1.21a2.13 2.13 0 0 1 1.12 0A1.84 1.84 0 0 1 28.23 14A1.87 1.87 0 0 1 27 16.45l-18.71 5a1.8 1.8 0 0 1-1 0A1.87 1.87 0 0 1 6 20.12l-.25-.93L5 16.38l-.74-2.74l1.44-.39l2.3 3.1l.81 1.08l1.31-.35l2.8-.75l1.94-.52l-.52-1.93l-2.26-8.36zM14.16 3a1.06 1.06 0 0 0-.5 0l-3.09.83A1 1 0 0 0 9.89 5l2.5 9.36l-2.81.75l-2.73-3.61a1 1 0 0 0-.52-.36a1.06 1.06 0 0 0-.5 0L2.72 12A1 1 0 0 0 2 13.16l1 3.74l.75 2.8l.25.94a3.87 3.87 0 0 0 2.74 2.74a3.9 3.9 0 0 0 2 0l18.7-5a3.84 3.84 0 0 0 0-7.44a4.27 4.27 0 0 0-2.16 0l-4.51 1.21l-6.07-8.74a1 1 0 0 0-.54-.41"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 28h28v2H2zM13.48 5.15l5.69 8.14l.8 1.15l1.35-.36l4.52-1.21a2.13 2.13 0 0 1 1.12 0A1.84 1.84 0 0 1 28.23 14A1.87 1.87 0 0 1 27 16.45l-18.71 5a1.8 1.8 0 0 1-1 0A1.87 1.87 0 0 1 6 20.12l-.25-.93L5 16.38l-.74-2.74l1.44-.39l2.3 3.1l.81 1.08l1.31-.35l2.8-.75l1.94-.52l-.52-1.93l-2.26-8.36zM14.16 3a1.06 1.06 0 0 0-.5 0l-3.09.83A1 1 0 0 0 9.89 5l2.5 9.36l-2.81.75l-2.73-3.61a1 1 0 0 0-.52-.36a1.06 1.06 0 0 0-.5 0L2.72 12A1 1 0 0 0 2 13.16l1 3.74l.75 2.8l.25.94a3.87 3.87 0 0 0 2.74 2.74a3.9 3.9 0 0 0 2 0l18.7-5a3.84 3.84 0 0 0 0-7.44a4.27 4.27 0 0 0-2.16 0l-4.51 1.21l-6.07-8.74a1 1 0 0 0-.54-.41"/></svg>
</template>

CSS

.icon-departure {
  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%22M2%2028h28v2H2zM13.48%205.15l5.69%208.14l.8%201.15l1.35-.36l4.52-1.21a2.13%202.13%200%200%201%201.12%200A1.84%201.84%200%200%201%2028.23%2014A1.87%201.87%200%200%201%2027%2016.45l-18.71%205a1.8%201.8%200%200%201-1%200A1.87%201.87%200%200%201%206%2020.12l-.25-.93L5%2016.38l-.74-2.74l1.44-.39l2.3%203.1l.81%201.08l1.31-.35l2.8-.75l1.94-.52l-.52-1.93l-2.26-8.36zM14.16%203a1.06%201.06%200%200%200-.5%200l-3.09.83A1%201%200%200%200%209.89%205l2.5%209.36l-2.81.75l-2.73-3.61a1%201%200%200%200-.52-.36a1.06%201.06%200%200%200-.5%200L2.72%2012A1%201%200%200%200%202%2013.16l1%203.74l.75%202.8l.25.94a3.87%203.87%200%200%200%202.74%202.74a3.9%203.9%200%200%200%202%200l18.7-5a3.84%203.84%200%200%200%200-7.44a4.27%204.27%200%200%200-2.16%200l-4.51%201.21l-6.07-8.74a1%201%200%200%200-.54-.41%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%22M2%2028h28v2H2zM13.48%205.15l5.69%208.14l.8%201.15l1.35-.36l4.52-1.21a2.13%202.13%200%200%201%201.12%200A1.84%201.84%200%200%201%2028.23%2014A1.87%201.87%200%200%201%2027%2016.45l-18.71%205a1.8%201.8%200%200%201-1%200A1.87%201.87%200%200%201%206%2020.12l-.25-.93L5%2016.38l-.74-2.74l1.44-.39l2.3%203.1l.81%201.08l1.31-.35l2.8-.75l1.94-.52l-.52-1.93l-2.26-8.36zM14.16%203a1.06%201.06%200%200%200-.5%200l-3.09.83A1%201%200%200%200%209.89%205l2.5%209.36l-2.81.75l-2.73-3.61a1%201%200%200%200-.52-.36a1.06%201.06%200%200%200-.5%200L2.72%2012A1%201%200%200%200%202%2013.16l1%203.74l.75%202.8l.25.94a3.87%203.87%200%200%200%202.74%202.74a3.9%203.9%200%200%200%202%200l18.7-5a3.84%203.84%200%200%200%200-7.44a4.27%204.27%200%200%200-2.16%200l-4.51%201.21l-6.07-8.74a1%201%200%200%200-.54-.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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