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

Name
local-shipping-rounded
Set
Material Symbols Light
Style
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.356q-.76-.76-.76-1.856H2.5q-.348 0-.578-.23t-.23-.578V6.616q0-.691.463-1.153T3.308 5h11.615q.671 0 1.143.472q.473.472.473 1.143v2h1.5q.378 0 .726.175q.348.174.566.472l2.815 3.79q.081.106.121.227t.04.257v2.156q0 .348-.229.578q-.23.23-.578.23h-.808q0 1.096-.76 1.856q-.759.76-1.855.76t-1.856-.76t-.76-1.856H8.309q0 1.096-.76 1.856t-1.856.76t-1.856-.76m3.001-.71q.47-.471.47-1.146t-.47-1.145t-1.145-.47t-1.145.47t-.47 1.145t.47 1.145t1.145.47t1.146-.47m12.384 0q.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.461z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLocalShippingRounded(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.356q-.76-.76-.76-1.856H2.5q-.348 0-.578-.23t-.23-.578V6.616q0-.691.463-1.153T3.308 5h11.615q.671 0 1.143.472q.473.472.473 1.143v2h1.5q.378 0 .726.175q.348.174.566.472l2.815 3.79q.081.106.121.227t.04.257v2.156q0 .348-.229.578q-.23.23-.578.23h-.808q0 1.096-.76 1.856q-.759.76-1.855.76t-1.856-.76t-.76-1.856H8.309q0 1.096-.76 1.856t-1.856.76t-1.856-.76m3.001-.71q.47-.471.47-1.146t-.47-1.145t-1.145-.47t-1.145.47t-.47 1.145t.47 1.145t1.145.47t1.146-.47m12.384 0q.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.461z"/></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.356q-.76-.76-.76-1.856H2.5q-.348 0-.578-.23t-.23-.578V6.616q0-.691.463-1.153T3.308 5h11.615q.671 0 1.143.472q.473.472.473 1.143v2h1.5q.378 0 .726.175q.348.174.566.472l2.815 3.79q.081.106.121.227t.04.257v2.156q0 .348-.229.578q-.23.23-.578.23h-.808q0 1.096-.76 1.856q-.759.76-1.855.76t-1.856-.76t-.76-1.856H8.309q0 1.096-.76 1.856t-1.856.76t-1.856-.76m3.001-.71q.47-.471.47-1.146t-.47-1.145t-1.145-.47t-1.145.47t-.47 1.145t.47 1.145t1.145.47t1.146-.47m12.384 0q.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.461z"/></svg>
</template>

CSS

.icon-local-shipping-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.356q-.76-.76-.76-1.856H2.5q-.348%200-.578-.23t-.23-.578V6.616q0-.691.463-1.153T3.308%205h11.615q.671%200%201.143.472q.473.472.473%201.143v2h1.5q.378%200%20.726.175q.348.174.566.472l2.815%203.79q.081.106.121.227t.04.257v2.156q0%20.348-.229.578q-.23.23-.578.23h-.808q0%201.096-.76%201.856q-.759.76-1.855.76t-1.856-.76t-.76-1.856H8.309q0%201.096-.76%201.856t-1.856.76t-1.856-.76m3.001-.71q.47-.471.47-1.146t-.47-1.145t-1.145-.47t-1.145.47t-.47%201.145t.47%201.145t1.145.47t1.146-.47m12.384%200q.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.461z%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.356q-.76-.76-.76-1.856H2.5q-.348%200-.578-.23t-.23-.578V6.616q0-.691.463-1.153T3.308%205h11.615q.671%200%201.143.472q.473.472.473%201.143v2h1.5q.378%200%20.726.175q.348.174.566.472l2.815%203.79q.081.106.121.227t.04.257v2.156q0%20.348-.229.578q-.23.23-.578.23h-.808q0%201.096-.76%201.856q-.759.76-1.855.76t-1.856-.76t-.76-1.856H8.309q0%201.096-.76%201.856t-1.856.76t-1.856-.76m3.001-.71q.47-.471.47-1.146t-.47-1.145t-1.145-.47t-1.145.47t-.47%201.145t.47%201.145t1.145.47t1.146-.47m12.384%200q.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.461z%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-rounded.svg?color=%231a73e8&size=48