local-shipping-outline-rounded from Material Symbols Light by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
local-shipping-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the local shipping icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.837 18.353q-.76-.763-.76-1.853H2.5q-.343 0-.575-.232t-.233-.576V6.616q0-.691.463-1.153T3.308 5h11.615q.667 0 1.141.475t.475 1.14v2h1.5q.383 0 .726.172q.344.172.566.475l2.815 3.79q.081.101.121.222t.04.263v2.155q0 .344-.231.576t-.576.232h-.808q0 1.09-.764 1.853t-1.855.762t-1.852-.762t-.76-1.853H8.309q0 1.096-.764 1.856t-1.856.76t-1.852-.763m3.001-.708q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47 1.145t.47 1.145t1.145.47t1.146-.47M2.692 15.5h.646q.214-.662.87-1.138t1.484-.478q.79 0 1.466.468q.675.467.888 1.148h7.493V6.616q0-.27-.174-.443Q15.192 6 14.923 6H3.308q-.231 0-.423.192q-.193.193-.193.424zm16.53 2.145q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47 1.145t.47 1.145t1.145.47t1.145-.47M16.538 13.5h4.712L18.5 9.866q-.096-.116-.221-.183T18 9.616h-1.461zm-7.422-2.75"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLocalShippingOutlineRounded(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="M3.837 18.353q-.76-.763-.76-1.853H2.5q-.343 0-.575-.232t-.233-.576V6.616q0-.691.463-1.153T3.308 5h11.615q.667 0 1.141.475t.475 1.14v2h1.5q.383 0 .726.172q.344.172.566.475l2.815 3.79q.081.101.121.222t.04.263v2.155q0 .344-.231.576t-.576.232h-.808q0 1.09-.764 1.853t-1.855.762t-1.852-.762t-.76-1.853H8.309q0 1.096-.764 1.856t-1.856.76t-1.852-.763m3.001-.708q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47 1.145t.47 1.145t1.145.47t1.146-.47M2.692 15.5h.646q.214-.662.87-1.138t1.484-.478q.79 0 1.466.468q.675.467.888 1.148h7.493V6.616q0-.27-.174-.443Q15.192 6 14.923 6H3.308q-.231 0-.423.192q-.193.193-.193.424zm16.53 2.145q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47 1.145t.47 1.145t1.145.47t1.145-.47M16.538 13.5h4.712L18.5 9.866q-.096-.116-.221-.183T18 9.616h-1.461zm-7.422-2.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.837 18.353q-.76-.763-.76-1.853H2.5q-.343 0-.575-.232t-.233-.576V6.616q0-.691.463-1.153T3.308 5h11.615q.667 0 1.141.475t.475 1.14v2h1.5q.383 0 .726.172q.344.172.566.475l2.815 3.79q.081.101.121.222t.04.263v2.155q0 .344-.231.576t-.576.232h-.808q0 1.09-.764 1.853t-1.855.762t-1.852-.762t-.76-1.853H8.309q0 1.096-.764 1.856t-1.856.76t-1.852-.763m3.001-.708q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47 1.145t.47 1.145t1.145.47t1.146-.47M2.692 15.5h.646q.214-.662.87-1.138t1.484-.478q.79 0 1.466.468q.675.467.888 1.148h7.493V6.616q0-.27-.174-.443Q15.192 6 14.923 6H3.308q-.231 0-.423.192q-.193.193-.193.424zm16.53 2.145q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47 1.145t.47 1.145t1.145.47t1.145-.47M16.538 13.5h4.712L18.5 9.866q-.096-.116-.221-.183T18 9.616h-1.461zm-7.422-2.75"/></svg>
</template>

CSS

.icon-local-shipping-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%22M3.837%2018.353q-.76-.763-.76-1.853H2.5q-.343%200-.575-.232t-.233-.576V6.616q0-.691.463-1.153T3.308%205h11.615q.667%200%201.141.475t.475%201.14v2h1.5q.383%200%20.726.172q.344.172.566.475l2.815%203.79q.081.101.121.222t.04.263v2.155q0%20.344-.231.576t-.576.232h-.808q0%201.09-.764%201.853t-1.855.762t-1.852-.762t-.76-1.853H8.309q0%201.096-.764%201.856t-1.856.76t-1.852-.763m3.001-.708q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47%201.145t.47%201.145t1.145.47t1.146-.47M2.692%2015.5h.646q.214-.662.87-1.138t1.484-.478q.79%200%201.466.468q.675.467.888%201.148h7.493V6.616q0-.27-.174-.443Q15.192%206%2014.923%206H3.308q-.231%200-.423.192q-.193.193-.193.424zm16.53%202.145q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47%201.145t.47%201.145t1.145.47t1.145-.47M16.538%2013.5h4.712L18.5%209.866q-.096-.116-.221-.183T18%209.616h-1.461zm-7.422-2.75%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%22M3.837%2018.353q-.76-.763-.76-1.853H2.5q-.343%200-.575-.232t-.233-.576V6.616q0-.691.463-1.153T3.308%205h11.615q.667%200%201.141.475t.475%201.14v2h1.5q.383%200%20.726.172q.344.172.566.475l2.815%203.79q.081.101.121.222t.04.263v2.155q0%20.344-.231.576t-.576.232h-.808q0%201.09-.764%201.853t-1.855.762t-1.852-.762t-.76-1.853H8.309q0%201.096-.764%201.856t-1.856.76t-1.852-.763m3.001-.708q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47%201.145t.47%201.145t1.145.47t1.146-.47M2.692%2015.5h.646q.214-.662.87-1.138t1.484-.478q.79%200%201.466.468q.675.467.888%201.148h7.493V6.616q0-.27-.174-.443Q15.192%206%2014.923%206H3.308q-.231%200-.423.192q-.193.193-.193.424zm16.53%202.145q.47-.47.47-1.145t-.47-1.145t-1.145-.47t-1.145.47t-.47%201.145t.47%201.145t1.145.47t1.145-.47M16.538%2013.5h4.712L18.5%209.866q-.096-.116-.221-.183T18%209.616h-1.461zm-7.422-2.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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