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

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

5 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

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 17.5h6q.214 0 .357-.143T15.5 17t-.143-.357T15 16.5H9q-.213 0-.357.143T8.5 17t.143.357T9 17.5M7.616 21q-.691 0-1.153-.462T6 19.385V12q0-1.933 1.084-3.425q1.083-1.492 2.762-2.144V6q0-.904.625-1.529T12 3.846t1.529.625T14.154 6v.43q1.679.653 2.762 2.145Q18 10.067 18 12v7.385q0 .69-.462 1.152T16.384 21zm3.23-14.862q.294-.069.577-.104T12 6t.577.034q.283.035.577.105V6q0-.483-.336-.818T12 4.846t-.818.336t-.336.818zM12 12.85l1.071.81q.131.086.242.003t.062-.22l-.398-1.333l1.052-.76q.13-.086.08-.22t-.192-.134H12.61l-.418-1.394q-.05-.136-.192-.136t-.192.136l-.417 1.394h-1.308q-.142 0-.192.134t.08.22l1.052.76l-.398 1.332q-.05.137.062.22t.242-.002z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightYourTripsRounded(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 17.5h6q.214 0 .357-.143T15.5 17t-.143-.357T15 16.5H9q-.213 0-.357.143T8.5 17t.143.357T9 17.5M7.616 21q-.691 0-1.153-.462T6 19.385V12q0-1.933 1.084-3.425q1.083-1.492 2.762-2.144V6q0-.904.625-1.529T12 3.846t1.529.625T14.154 6v.43q1.679.653 2.762 2.145Q18 10.067 18 12v7.385q0 .69-.462 1.152T16.384 21zm3.23-14.862q.294-.069.577-.104T12 6t.577.034q.283.035.577.105V6q0-.483-.336-.818T12 4.846t-.818.336t-.336.818zM12 12.85l1.071.81q.131.086.242.003t.062-.22l-.398-1.333l1.052-.76q.13-.086.08-.22t-.192-.134H12.61l-.418-1.394q-.05-.136-.192-.136t-.192.136l-.417 1.394h-1.308q-.142 0-.192.134t.08.22l1.052.76l-.398 1.332q-.05.137.062.22t.242-.002z"/></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 17.5h6q.214 0 .357-.143T15.5 17t-.143-.357T15 16.5H9q-.213 0-.357.143T8.5 17t.143.357T9 17.5M7.616 21q-.691 0-1.153-.462T6 19.385V12q0-1.933 1.084-3.425q1.083-1.492 2.762-2.144V6q0-.904.625-1.529T12 3.846t1.529.625T14.154 6v.43q1.679.653 2.762 2.145Q18 10.067 18 12v7.385q0 .69-.462 1.152T16.384 21zm3.23-14.862q.294-.069.577-.104T12 6t.577.034q.283.035.577.105V6q0-.483-.336-.818T12 4.846t-.818.336t-.336.818zM12 12.85l1.071.81q.131.086.242.003t.062-.22l-.398-1.333l1.052-.76q.13-.086.08-.22t-.192-.134H12.61l-.418-1.394q-.05-.136-.192-.136t-.192.136l-.417 1.394h-1.308q-.142 0-.192.134t.08.22l1.052.76l-.398 1.332q-.05.137.062.22t.242-.002z"/></svg>
</template>

CSS

.icon-your-trips-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%2017.5h6q.214%200%20.357-.143T15.5%2017t-.143-.357T15%2016.5H9q-.213%200-.357.143T8.5%2017t.143.357T9%2017.5M7.616%2021q-.691%200-1.153-.462T6%2019.385V12q0-1.933%201.084-3.425q1.083-1.492%202.762-2.144V6q0-.904.625-1.529T12%203.846t1.529.625T14.154%206v.43q1.679.653%202.762%202.145Q18%2010.067%2018%2012v7.385q0%20.69-.462%201.152T16.384%2021zm3.23-14.862q.294-.069.577-.104T12%206t.577.034q.283.035.577.105V6q0-.483-.336-.818T12%204.846t-.818.336t-.336.818zM12%2012.85l1.071.81q.131.086.242.003t.062-.22l-.398-1.333l1.052-.76q.13-.086.08-.22t-.192-.134H12.61l-.418-1.394q-.05-.136-.192-.136t-.192.136l-.417%201.394h-1.308q-.142%200-.192.134t.08.22l1.052.76l-.398%201.332q-.05.137.062.22t.242-.002z%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%2017.5h6q.214%200%20.357-.143T15.5%2017t-.143-.357T15%2016.5H9q-.213%200-.357.143T8.5%2017t.143.357T9%2017.5M7.616%2021q-.691%200-1.153-.462T6%2019.385V12q0-1.933%201.084-3.425q1.083-1.492%202.762-2.144V6q0-.904.625-1.529T12%203.846t1.529.625T14.154%206v.43q1.679.653%202.762%202.145Q18%2010.067%2018%2012v7.385q0%20.69-.462%201.152T16.384%2021zm3.23-14.862q.294-.069.577-.104T12%206t.577.034q.283.035.577.105V6q0-.483-.336-.818T12%204.846t-.818.336t-.336.818zM12%2012.85l1.071.81q.131.086.242.003t.062-.22l-.398-1.333l1.052-.76q.13-.086.08-.22t-.192-.134H12.61l-.418-1.394q-.05-.136-.192-.136t-.192.136l-.417%201.394h-1.308q-.142%200-.192.134t.08.22l1.052.76l-.398%201.332q-.05.137.062.22t.242-.002z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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