arrival icon
arrival from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- arrival
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timebaggage-claimbarbicyclebootbuoybuscabin-care
Use the arrival icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 28h28v2H2zM17.21 5.23l1.39.38l1 11.29l5.87 1.57A2 2 0 0 1 27 20.62a1.88 1.88 0 0 1-1.37 1.52a2 2 0 0 1-1 0l-18.7-5a1.89 1.89 0 0 1-1.33-2.3l1.75-6.5l1.44.38l.61 5.18l6 1.62zm-1-2.2a1 1 0 0 0-.68.69L13 13.07l-2.81-.75l-.5-4.53A1 1 0 0 0 9 7l-3.13-.86a.94.94 0 0 0-.5 0a1 1 0 0 0-.68.68l-2 7.49a3.87 3.87 0 0 0 2.74 4.74l18.71 5A3.87 3.87 0 0 0 29 21a4 4 0 0 0-3-4.42l-4.52-1.21l-.95-10.66a1 1 0 0 0-.72-.85L16.73 3a1.06 1.06 0 0 0-.5 0Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonArrival(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 28h28v2H2zM17.21 5.23l1.39.38l1 11.29l5.87 1.57A2 2 0 0 1 27 20.62a1.88 1.88 0 0 1-1.37 1.52a2 2 0 0 1-1 0l-18.7-5a1.89 1.89 0 0 1-1.33-2.3l1.75-6.5l1.44.38l.61 5.18l6 1.62zm-1-2.2a1 1 0 0 0-.68.69L13 13.07l-2.81-.75l-.5-4.53A1 1 0 0 0 9 7l-3.13-.86a.94.94 0 0 0-.5 0a1 1 0 0 0-.68.68l-2 7.49a3.87 3.87 0 0 0 2.74 4.74l18.71 5A3.87 3.87 0 0 0 29 21a4 4 0 0 0-3-4.42l-4.52-1.21l-.95-10.66a1 1 0 0 0-.72-.85L16.73 3a1.06 1.06 0 0 0-.5 0Z"/></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 28h28v2H2zM17.21 5.23l1.39.38l1 11.29l5.87 1.57A2 2 0 0 1 27 20.62a1.88 1.88 0 0 1-1.37 1.52a2 2 0 0 1-1 0l-18.7-5a1.89 1.89 0 0 1-1.33-2.3l1.75-6.5l1.44.38l.61 5.18l6 1.62zm-1-2.2a1 1 0 0 0-.68.69L13 13.07l-2.81-.75l-.5-4.53A1 1 0 0 0 9 7l-3.13-.86a.94.94 0 0 0-.5 0a1 1 0 0 0-.68.68l-2 7.49a3.87 3.87 0 0 0 2.74 4.74l18.71 5A3.87 3.87 0 0 0 29 21a4 4 0 0 0-3-4.42l-4.52-1.21l-.95-10.66a1 1 0 0 0-.72-.85L16.73 3a1.06 1.06 0 0 0-.5 0Z"/></svg> </template>
CSS
.icon-arrival {
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%2028h28v2H2zM17.21%205.23l1.39.38l1%2011.29l5.87%201.57A2%202%200%200%201%2027%2020.62a1.88%201.88%200%200%201-1.37%201.52a2%202%200%200%201-1%200l-18.7-5a1.89%201.89%200%200%201-1.33-2.3l1.75-6.5l1.44.38l.61%205.18l6%201.62zm-1-2.2a1%201%200%200%200-.68.69L13%2013.07l-2.81-.75l-.5-4.53A1%201%200%200%200%209%207l-3.13-.86a.94.94%200%200%200-.5%200a1%201%200%200%200-.68.68l-2%207.49a3.87%203.87%200%200%200%202.74%204.74l18.71%205A3.87%203.87%200%200%200%2029%2021a4%204%200%200%200-3-4.42l-4.52-1.21l-.95-10.66a1%201%200%200%200-.72-.85L16.73%203a1.06%201.06%200%200%200-.5%200Z%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%2028h28v2H2zM17.21%205.23l1.39.38l1%2011.29l5.87%201.57A2%202%200%200%201%2027%2020.62a1.88%201.88%200%200%201-1.37%201.52a2%202%200%200%201-1%200l-18.7-5a1.89%201.89%200%200%201-1.33-2.3l1.75-6.5l1.44.38l.61%205.18l6%201.62zm-1-2.2a1%201%200%200%200-.68.69L13%2013.07l-2.81-.75l-.5-4.53A1%201%200%200%200%209%207l-3.13-.86a.94.94%200%200%200-.5%200a1%201%200%200%200-.68.68l-2%207.49a3.87%203.87%200%200%200%202.74%204.74l18.71%205A3.87%203.87%200%200%200%2029%2021a4%204%200%200%200-3-4.42l-4.52-1.21l-.95-10.66a1%201%200%200%200-.72-.85L16.73%203a1.06%201.06%200%200%200-.5%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/arrival.svg?color=%231a73e8&size=48