trip origin icon
trip-origin from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- trip-origin
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- trip-origin-outline, trip-origin-outline-rounded, trip-origin-outline-sharp, trip-origin-rounded, trip-origin-sharp
The same icon in other sets
More maps icons from Material Symbols Light
Use the trip origin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 20.29q-1.642-.711-2.86-1.93T3.71 15.5T3 11.997t.71-3.5T5.64 5.64T8.5 3.71Q10.142 3 12.003 3q1.86 0 3.5.71q1.64.711 2.858 1.93t1.929 2.857q.71 1.64.71 3.5t-.71 3.503q-.711 1.642-1.93 2.86t-2.857 1.93t-3.5.71t-3.503-.71m8.317-3.473q1.99-1.99 1.99-4.817t-1.99-4.817T12 5.193t-4.817 1.99T5.193 12t1.99 4.817T12 18.807t4.817-1.99"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTripOrigin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 20.29q-1.642-.711-2.86-1.93T3.71 15.5T3 11.997t.71-3.5T5.64 5.64T8.5 3.71Q10.142 3 12.003 3q1.86 0 3.5.71q1.64.711 2.858 1.93t1.929 2.857q.71 1.64.71 3.5t-.71 3.503q-.711 1.642-1.93 2.86t-2.857 1.93t-3.5.71t-3.503-.71m8.317-3.473q1.99-1.99 1.99-4.817t-1.99-4.817T12 5.193t-4.817 1.99T5.193 12t1.99 4.817T12 18.807t4.817-1.99"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 20.29q-1.642-.711-2.86-1.93T3.71 15.5T3 11.997t.71-3.5T5.64 5.64T8.5 3.71Q10.142 3 12.003 3q1.86 0 3.5.71q1.64.711 2.858 1.93t1.929 2.857q.71 1.64.71 3.5t-.71 3.503q-.711 1.642-1.93 2.86t-2.857 1.93t-3.5.71t-3.503-.71m8.317-3.473q1.99-1.99 1.99-4.817t-1.99-4.817T12 5.193t-4.817 1.99T5.193 12t1.99 4.817T12 18.807t4.817-1.99"/></svg> </template>
CSS
.icon-trip-origin {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2020.29q-1.642-.711-2.86-1.93T3.71%2015.5T3%2011.997t.71-3.5T5.64%205.64T8.5%203.71Q10.142%203%2012.003%203q1.86%200%203.5.71q1.64.711%202.858%201.93t1.929%202.857q.71%201.64.71%203.5t-.71%203.503q-.711%201.642-1.93%202.86t-2.857%201.93t-3.5.71t-3.503-.71m8.317-3.473q1.99-1.99%201.99-4.817t-1.99-4.817T12%205.193t-4.817%201.99T5.193%2012t1.99%204.817T12%2018.807t4.817-1.99%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2020.29q-1.642-.711-2.86-1.93T3.71%2015.5T3%2011.997t.71-3.5T5.64%205.64T8.5%203.71Q10.142%203%2012.003%203q1.86%200%203.5.71q1.64.711%202.858%201.93t1.929%202.857q.71%201.64.71%203.5t-.71%203.503q-.711%201.642-1.93%202.86t-2.857%201.93t-3.5.71t-3.503-.71m8.317-3.473q1.99-1.99%201.99-4.817t-1.99-4.817T12%205.193t-4.817%201.99T5.193%2012t1.99%204.817T12%2018.807t4.817-1.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/trip-origin.svg?color=%231a73e8&size=48