your-trips-outline-rounded from Material Symbols by Google · Outline Rounded · Travel · Apache-2.0 Free for personal and commercial use.

Name
your-trips-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Travel
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More travel icons from Material Symbols

Use the your trips icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 18h6q.425 0 .713-.288T16 17t-.288-.712T15 16H9q-.425 0-.712.288T8 17t.288.713T9 18m-2 4q-.825 0-1.412-.587T5 20v-8q0-2.125 1.113-3.8T9 5.7V5q0-1.25.875-2.125T12 2t2.125.875T15 5v.7q1.775.825 2.888 2.5T19 12v8q0 .825-.587 1.413T17 22zm0-2h10v-8q0-2.075-1.463-3.537T12 7T8.463 8.463T7 12zm4-14.9q.275-.05.5-.075T12 5t.5.025t.5.075V5q0-.425-.288-.712T12 4t-.712.288T11 5zM7 20h10zm5-6.9l1.225.925q.15.125.3.013t.1-.288l-.475-1.525l1.225-.875q.15-.125.1-.288t-.25-.162h-1.5l-.475-1.625Q12.2 9.1 12 9.1t-.25.175l-.475 1.625h-1.5q-.2 0-.25.163t.1.287l1.225.875l-.475 1.525q-.05.175.1.288t.3-.013z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsYourTripsOutlineRounded(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="M9 18h6q.425 0 .713-.288T16 17t-.288-.712T15 16H9q-.425 0-.712.288T8 17t.288.713T9 18m-2 4q-.825 0-1.412-.587T5 20v-8q0-2.125 1.113-3.8T9 5.7V5q0-1.25.875-2.125T12 2t2.125.875T15 5v.7q1.775.825 2.888 2.5T19 12v8q0 .825-.587 1.413T17 22zm0-2h10v-8q0-2.075-1.463-3.537T12 7T8.463 8.463T7 12zm4-14.9q.275-.05.5-.075T12 5t.5.025t.5.075V5q0-.425-.288-.712T12 4t-.712.288T11 5zM7 20h10zm5-6.9l1.225.925q.15.125.3.013t.1-.288l-.475-1.525l1.225-.875q.15-.125.1-.288t-.25-.162h-1.5l-.475-1.625Q12.2 9.1 12 9.1t-.25.175l-.475 1.625h-1.5q-.2 0-.25.163t.1.287l1.225.875l-.475 1.525q-.05.175.1.288t.3-.013z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 18h6q.425 0 .713-.288T16 17t-.288-.712T15 16H9q-.425 0-.712.288T8 17t.288.713T9 18m-2 4q-.825 0-1.412-.587T5 20v-8q0-2.125 1.113-3.8T9 5.7V5q0-1.25.875-2.125T12 2t2.125.875T15 5v.7q1.775.825 2.888 2.5T19 12v8q0 .825-.587 1.413T17 22zm0-2h10v-8q0-2.075-1.463-3.537T12 7T8.463 8.463T7 12zm4-14.9q.275-.05.5-.075T12 5t.5.025t.5.075V5q0-.425-.288-.712T12 4t-.712.288T11 5zM7 20h10zm5-6.9l1.225.925q.15.125.3.013t.1-.288l-.475-1.525l1.225-.875q.15-.125.1-.288t-.25-.162h-1.5l-.475-1.625Q12.2 9.1 12 9.1t-.25.175l-.475 1.625h-1.5q-.2 0-.25.163t.1.287l1.225.875l-.475 1.525q-.05.175.1.288t.3-.013z"/></svg>
</template>

CSS

.icon-your-trips-outline-rounded {
  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%22M9%2018h6q.425%200%20.713-.288T16%2017t-.288-.712T15%2016H9q-.425%200-.712.288T8%2017t.288.713T9%2018m-2%204q-.825%200-1.412-.587T5%2020v-8q0-2.125%201.113-3.8T9%205.7V5q0-1.25.875-2.125T12%202t2.125.875T15%205v.7q1.775.825%202.888%202.5T19%2012v8q0%20.825-.587%201.413T17%2022zm0-2h10v-8q0-2.075-1.463-3.537T12%207T8.463%208.463T7%2012zm4-14.9q.275-.05.5-.075T12%205t.5.025t.5.075V5q0-.425-.288-.712T12%204t-.712.288T11%205zM7%2020h10zm5-6.9l1.225.925q.15.125.3.013t.1-.288l-.475-1.525l1.225-.875q.15-.125.1-.288t-.25-.162h-1.5l-.475-1.625Q12.2%209.1%2012%209.1t-.25.175l-.475%201.625h-1.5q-.2%200-.25.163t.1.287l1.225.875l-.475%201.525q-.05.175.1.288t.3-.013z%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%22M9%2018h6q.425%200%20.713-.288T16%2017t-.288-.712T15%2016H9q-.425%200-.712.288T8%2017t.288.713T9%2018m-2%204q-.825%200-1.412-.587T5%2020v-8q0-2.125%201.113-3.8T9%205.7V5q0-1.25.875-2.125T12%202t2.125.875T15%205v.7q1.775.825%202.888%202.5T19%2012v8q0%20.825-.587%201.413T17%2022zm0-2h10v-8q0-2.075-1.463-3.537T12%207T8.463%208.463T7%2012zm4-14.9q.275-.05.5-.075T12%205t.5.025t.5.075V5q0-.425-.288-.712T12%204t-.712.288T11%205zM7%2020h10zm5-6.9l1.225.925q.15.125.3.013t.1-.288l-.475-1.525l1.225-.875q.15-.125.1-.288t-.25-.162h-1.5l-.475-1.625Q12.2%209.1%2012%209.1t-.25.175l-.475%201.625h-1.5q-.2%200-.25.163t.1.287l1.225.875l-.475%201.525q-.05.175.1.288t.3-.013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/your-trips-outline-rounded.svg?color=%231a73e8&size=48