trip from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
trip
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-trip

The same icon in other sets

Use the trip icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.844 20H6.5C5.121 20 4 18.879 4 17.5S5.121 15 6.5 15h7c1.93 0 3.5-1.57 3.5-3.5S15.43 8 13.5 8H8.639a9.8 9.8 0 0 1-1.354 2H13.5c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5h-7C4.019 13 2 15.019 2 17.5S4.019 22 6.5 22h9.593a10.4 10.4 0 0 1-1.249-2M5 2C3.346 2 2 3.346 2 5c0 3.188 3 5 3 5s3-1.813 3-5c0-1.654-1.346-3-3-3m0 4.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 5 6.5"/><path fill="currentColor" d="M19 14c-1.654 0-3 1.346-3 3c0 3.188 3 5 3 5s3-1.813 3-5c0-1.654-1.346-3-3-3m0 4.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 19 18.5"/></svg>

React

import type { SVGProps } from "react";

export function BxTrip(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="M14.844 20H6.5C5.121 20 4 18.879 4 17.5S5.121 15 6.5 15h7c1.93 0 3.5-1.57 3.5-3.5S15.43 8 13.5 8H8.639a9.8 9.8 0 0 1-1.354 2H13.5c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5h-7C4.019 13 2 15.019 2 17.5S4.019 22 6.5 22h9.593a10.4 10.4 0 0 1-1.249-2M5 2C3.346 2 2 3.346 2 5c0 3.188 3 5 3 5s3-1.813 3-5c0-1.654-1.346-3-3-3m0 4.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 5 6.5"/><path fill="currentColor" d="M19 14c-1.654 0-3 1.346-3 3c0 3.188 3 5 3 5s3-1.813 3-5c0-1.654-1.346-3-3-3m0 4.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 19 18.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.844 20H6.5C5.121 20 4 18.879 4 17.5S5.121 15 6.5 15h7c1.93 0 3.5-1.57 3.5-3.5S15.43 8 13.5 8H8.639a9.8 9.8 0 0 1-1.354 2H13.5c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5h-7C4.019 13 2 15.019 2 17.5S4.019 22 6.5 22h9.593a10.4 10.4 0 0 1-1.249-2M5 2C3.346 2 2 3.346 2 5c0 3.188 3 5 3 5s3-1.813 3-5c0-1.654-1.346-3-3-3m0 4.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 5 6.5"/><path fill="currentColor" d="M19 14c-1.654 0-3 1.346-3 3c0 3.188 3 5 3 5s3-1.813 3-5c0-1.654-1.346-3-3-3m0 4.5a1.5 1.5 0 1 1 .001-3.001A1.5 1.5 0 0 1 19 18.5"/></svg>
</template>

CSS

.icon-trip {
  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%22M14.844%2020H6.5C5.121%2020%204%2018.879%204%2017.5S5.121%2015%206.5%2015h7c1.93%200%203.5-1.57%203.5-3.5S15.43%208%2013.5%208H8.639a9.8%209.8%200%200%201-1.354%202H13.5c.827%200%201.5.673%201.5%201.5s-.673%201.5-1.5%201.5h-7C4.019%2013%202%2015.019%202%2017.5S4.019%2022%206.5%2022h9.593a10.4%2010.4%200%200%201-1.249-2M5%202C3.346%202%202%203.346%202%205c0%203.188%203%205%203%205s3-1.813%203-5c0-1.654-1.346-3-3-3m0%204.5a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%205%206.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2014c-1.654%200-3%201.346-3%203c0%203.188%203%205%203%205s3-1.813%203-5c0-1.654-1.346-3-3-3m0%204.5a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%2019%2018.5%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%22M14.844%2020H6.5C5.121%2020%204%2018.879%204%2017.5S5.121%2015%206.5%2015h7c1.93%200%203.5-1.57%203.5-3.5S15.43%208%2013.5%208H8.639a9.8%209.8%200%200%201-1.354%202H13.5c.827%200%201.5.673%201.5%201.5s-.673%201.5-1.5%201.5h-7C4.019%2013%202%2015.019%202%2017.5S4.019%2022%206.5%2022h9.593a10.4%2010.4%200%200%201-1.249-2M5%202C3.346%202%202%203.346%202%205c0%203.188%203%205%203%205s3-1.813%203-5c0-1.654-1.346-3-3-3m0%204.5a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%205%206.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2014c-1.654%200-3%201.346-3%203c0%203.188%203%205%203%205s3-1.813%203-5c0-1.654-1.346-3-3-3m0%204.5a1.5%201.5%200%201%201%20.001-3.001A1.5%201.5%200%200%201%2019%2018.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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