local shipping spark icon
local-shipping-spark-outline-rounded from Material Symbols Light by Google · Outline Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- local-shipping-spark-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
Related icons in Material Symbols Light
local-activitylocal-atmlocal-barlocal-cafelocal-car-washlocal-convenience-storelocal-dininglocal-drinklocal-fire-departmentlocal-floristlocal-gas-stationlocal-hospitallocal-laundry-servicelocal-librarylocal-malllocal-parkinglocal-pharmacylocal-pizzalocal-policelocal-post-officelocal-seelocal-shippinglocal-taxi
Use the local shipping spark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.838 17.645q.47-.47.47-1.145t-.47-1.145t-1.146-.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.712l-2.942-3.884h-1.77zM3.837 18.353q-.76-.763-.76-1.853H2.5q-.343 0-.575-.232t-.233-.576v-5.401q0-.213.144-.357t.357-.143t.356.143t.143.357V15.5h.647q.213-.662.869-1.138t1.484-.478q.79 0 1.466.468q.675.467.888 1.148h7.493V6h-1.985q-.206 0-.347-.137q-.142-.138-.153-.342q-.012-.217.14-.369t.36-.152h2.177q.343 0 .575.232t.232.576v2.807h1.5q.384 0 .727.172q.344.172.566.474l2.653 3.58q.162.222.243.464t.08.505v1.882q0 .343-.232.576t-.575.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-.763m2.76-8.66q-.15 0-.2-.15q-.362-1.391-1.359-2.388T2.65 5.796q-.15-.05-.15-.2q0-.169.15-.2Q4.04 5.04 5.037 4.04t1.36-2.39q.05-.15.2-.15q.168 0 .2.15q.36 1.39 1.358 2.388q.997.997 2.387 1.358q.15.025.15.2q0 .15-.15.2q-1.39.362-2.387 1.359T6.796 9.542q-.025.15-.2.15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocalShippingSparkOutlineRounded(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="M6.838 17.645q.47-.47.47-1.145t-.47-1.145t-1.146-.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.712l-2.942-3.884h-1.77zM3.837 18.353q-.76-.763-.76-1.853H2.5q-.343 0-.575-.232t-.233-.576v-5.401q0-.213.144-.357t.357-.143t.356.143t.143.357V15.5h.647q.213-.662.869-1.138t1.484-.478q.79 0 1.466.468q.675.467.888 1.148h7.493V6h-1.985q-.206 0-.347-.137q-.142-.138-.153-.342q-.012-.217.14-.369t.36-.152h2.177q.343 0 .575.232t.232.576v2.807h1.5q.384 0 .727.172q.344.172.566.474l2.653 3.58q.162.222.243.464t.08.505v1.882q0 .343-.232.576t-.575.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-.763m2.76-8.66q-.15 0-.2-.15q-.362-1.391-1.359-2.388T2.65 5.796q-.15-.05-.15-.2q0-.169.15-.2Q4.04 5.04 5.037 4.04t1.36-2.39q.05-.15.2-.15q.168 0 .2.15q.36 1.39 1.358 2.388q.997.997 2.387 1.358q.15.025.15.2q0 .15-.15.2q-1.39.362-2.387 1.359T6.796 9.542q-.025.15-.2.15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.838 17.645q.47-.47.47-1.145t-.47-1.145t-1.146-.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.712l-2.942-3.884h-1.77zM3.837 18.353q-.76-.763-.76-1.853H2.5q-.343 0-.575-.232t-.233-.576v-5.401q0-.213.144-.357t.357-.143t.356.143t.143.357V15.5h.647q.213-.662.869-1.138t1.484-.478q.79 0 1.466.468q.675.467.888 1.148h7.493V6h-1.985q-.206 0-.347-.137q-.142-.138-.153-.342q-.012-.217.14-.369t.36-.152h2.177q.343 0 .575.232t.232.576v2.807h1.5q.384 0 .727.172q.344.172.566.474l2.653 3.58q.162.222.243.464t.08.505v1.882q0 .343-.232.576t-.575.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-.763m2.76-8.66q-.15 0-.2-.15q-.362-1.391-1.359-2.388T2.65 5.796q-.15-.05-.15-.2q0-.169.15-.2Q4.04 5.04 5.037 4.04t1.36-2.39q.05-.15.2-.15q.168 0 .2.15q.36 1.39 1.358 2.388q.997.997 2.387 1.358q.15.025.15.2q0 .15-.15.2q-1.39.362-2.387 1.359T6.796 9.542q-.025.15-.2.15"/></svg> </template>
CSS
.icon-local-shipping-spark-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%22M6.838%2017.645q.47-.47.47-1.145t-.47-1.145t-1.146-.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.712l-2.942-3.884h-1.77zM3.837%2018.353q-.76-.763-.76-1.853H2.5q-.343%200-.575-.232t-.233-.576v-5.401q0-.213.144-.357t.357-.143t.356.143t.143.357V15.5h.647q.213-.662.869-1.138t1.484-.478q.79%200%201.466.468q.675.467.888%201.148h7.493V6h-1.985q-.206%200-.347-.137q-.142-.138-.153-.342q-.012-.217.14-.369t.36-.152h2.177q.343%200%20.575.232t.232.576v2.807h1.5q.384%200%20.727.172q.344.172.566.474l2.653%203.58q.162.222.243.464t.08.505v1.882q0%20.343-.232.576t-.575.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-.763m2.76-8.66q-.15%200-.2-.15q-.362-1.391-1.359-2.388T2.65%205.796q-.15-.05-.15-.2q0-.169.15-.2Q4.04%205.04%205.037%204.04t1.36-2.39q.05-.15.2-.15q.168%200%20.2.15q.36%201.39%201.358%202.388q.997.997%202.387%201.358q.15.025.15.2q0%20.15-.15.2q-1.39.362-2.387%201.359T6.796%209.542q-.025.15-.2.15%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%22M6.838%2017.645q.47-.47.47-1.145t-.47-1.145t-1.146-.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.712l-2.942-3.884h-1.77zM3.837%2018.353q-.76-.763-.76-1.853H2.5q-.343%200-.575-.232t-.233-.576v-5.401q0-.213.144-.357t.357-.143t.356.143t.143.357V15.5h.647q.213-.662.869-1.138t1.484-.478q.79%200%201.466.468q.675.467.888%201.148h7.493V6h-1.985q-.206%200-.347-.137q-.142-.138-.153-.342q-.012-.217.14-.369t.36-.152h2.177q.343%200%20.575.232t.232.576v2.807h1.5q.384%200%20.727.172q.344.172.566.474l2.653%203.58q.162.222.243.464t.08.505v1.882q0%20.343-.232.576t-.575.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-.763m2.76-8.66q-.15%200-.2-.15q-.362-1.391-1.359-2.388T2.65%205.796q-.15-.05-.15-.2q0-.169.15-.2Q4.04%205.04%205.037%204.04t1.36-2.39q.05-.15.2-.15q.168%200%20.2.15q.36%201.39%201.358%202.388q.997.997%202.387%201.358q.15.025.15.2q0%20.15-.15.2q-1.39.362-2.387%201.359T6.796%209.542q-.025.15-.2.15%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-spark-outline-rounded.svg?color=%231a73e8&size=48