Itinerary Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Itinerary icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/342136.svg" alt="Itinerary icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342136.svg" alt="Itinerary icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342136.svg" alt="Itinerary icon" :width="24" :height="24" />
CSS background
.icon-itinerary {
background-image: url('https://proicons.com/icon/342136.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b,.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{isolation:isolate;opacity:.99;}</style></defs><path class="b" d="M31,33.355v4.16h-9v-5.01l3.8,1.04c.26.07.53-.1.67-.39.46.02.92.05,1.38.08.07-.24.15-.48.22-.72.98.28,1.95.56,2.93.84Z"/><path class="b" d="M27.4828,9.485v3.01h4.5172v1h2l-2,6s5,0,5,0l-2.65,6.2c-6.58-1.9-13.18-3.72-17.77-4.84l-.58-1.36h5l-2-6h2v-1h4.5172v-3.01"/><path class="b" d="M23,9.485h7"/><path class="b" d="M20.69,28.675l.91.25c-.31-.08-.63.16-.73.55l-.27,1.02c-1.29-.34-2.58-.64-3.89-.92-3.8-1.17-7.96-1.86-10.66-5.02-1.75-2.05,1.01-2.02,2.76-3.11,1.17-.73,2.47-1.03,3.78-1.08,1.31-.04,2.64.17,3.86.46.04,0,.08.02.13.03,4.59,1.12,11.19,2.94,17.77,4.84,2.12.61,4.24,1.23,6.28,1.84l-3.3,2.19-7.42-.46s-9.22-.59-9.22-.59Z"/><path class="b" d="M44,28.535v7.09c-3.12-.04-6.34-.29-8.58-1.03-1.48-.4-2.95-.82-4.42-1.24-.98-.28-1.95-.56-2.93-.83h0c.07-.25.14-.49.22-.74-.41-.29-.83-.58-1.25-.86,0-.3-.15-.55-.38-.62l3.5.95,5.55.11,4.35-.65,2.09-2.73c.62.18,1.24.37,1.85.55Z"/><path class="b" d="M28.29,31.785c-.08.25-.15.49-.22.73h0c-.07.25-.15.48-.22.72-.46-.03-.92-.06-1.38-.08-.14.29-.41.46-.67.39l-3.8-1.04-1.25-.34c-.3-.08-.47-.47-.36-.86l.21-.81.27-1.02c.1-.39.43-.64.74-.55l5.04,1.37c.24.07.39.33.39.63.42.28.84.57,1.25.86Z"/><polygon class="c" points="43.1 26.755 42.15 27.985 40.06 30.715 35.71 31.365 30.16 31.255 26.66 30.305 21.6 28.925 20.69 28.675 29.91 29.265 37.33 29.725 40.63 27.535 42.18 26.505 43.1 26.755"/><path class="b" d="M4,37.515c0,.0011-.0269.62.09,2.4551h39.81c.1377-1.8246.09-2.4547.09-2.4551H4Z"/></svg>
Copied!