truck remove icon
truck-remove-outline from Material Design Icons by Pictogrammers · Outline · Transportation + Road · Apache-2.0 Free for personal and commercial use.
- Name
- truck-remove-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Transportation + Road
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More transportation + road icons from Material Design Icons
boom-gate-arrow-downboom-gate-arrow-upbus-articulated-endbus-articulated-frontbus-double-deckerbus-electricbus-multiplebus-schoolbus-sidecards-diamond-outlinefire-truckforklifthighwayjeepneymoped-electricmoped-outlinemotorbike-electricmotorbike-offroadroad-variantrv-trucksign-cautionsign-yieldtanker-truck
Use the truck remove icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8h-3V4H3c-1.11 0-2 .89-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m9-3.5H8.24c-.55-.61-1.35-1-2.24-1s-1.69.39-2.24 1H3V6h12zm3 3.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5M17 12V9.5h2.5l1.96 2.5zm-11.18-.23L7.59 10L5.82 8.23l1.41-1.41L9 8.59l1.77-1.77l1.41 1.41L10.41 10l1.77 1.77l-1.41 1.41L9 11.41l-1.77 1.77z"/></svg>
React
import type { SVGProps } from "react";
export function MdiTruckRemoveOutline(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="M20 8h-3V4H3c-1.11 0-2 .89-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m9-3.5H8.24c-.55-.61-1.35-1-2.24-1s-1.69.39-2.24 1H3V6h12zm3 3.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5M17 12V9.5h2.5l1.96 2.5zm-11.18-.23L7.59 10L5.82 8.23l1.41-1.41L9 8.59l1.77-1.77l1.41 1.41L10.41 10l1.77 1.77l-1.41 1.41L9 11.41l-1.77 1.77z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8h-3V4H3c-1.11 0-2 .89-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m9-3.5H8.24c-.55-.61-1.35-1-2.24-1s-1.69.39-2.24 1H3V6h12zm3 3.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5M17 12V9.5h2.5l1.96 2.5zm-11.18-.23L7.59 10L5.82 8.23l1.41-1.41L9 8.59l1.77-1.77l1.41 1.41L10.41 10l1.77 1.77l-1.41 1.41L9 11.41l-1.77 1.77z"/></svg> </template>
CSS
.icon-truck-remove-outline {
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%22M20%208h-3V4H3c-1.11%200-2%20.89-2%202v11h2c0%201.66%201.34%203%203%203s3-1.34%203-3h6c0%201.66%201.34%203%203%203s3-1.34%203-3h2v-5zM6%2018.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5m9-3.5H8.24c-.55-.61-1.35-1-2.24-1s-1.69.39-2.24%201H3V6h12zm3%203.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5M17%2012V9.5h2.5l1.96%202.5zm-11.18-.23L7.59%2010L5.82%208.23l1.41-1.41L9%208.59l1.77-1.77l1.41%201.41L10.41%2010l1.77%201.77l-1.41%201.41L9%2011.41l-1.77%201.77z%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%22M20%208h-3V4H3c-1.11%200-2%20.89-2%202v11h2c0%201.66%201.34%203%203%203s3-1.34%203-3h6c0%201.66%201.34%203%203%203s3-1.34%203-3h2v-5zM6%2018.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5m9-3.5H8.24c-.55-.61-1.35-1-2.24-1s-1.69.39-2.24%201H3V6h12zm3%203.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5M17%2012V9.5h2.5l1.96%202.5zm-11.18-.23L7.59%2010L5.82%208.23l1.41-1.41L9%208.59l1.77-1.77l1.41%201.41L10.41%2010l1.77%201.77l-1.41%201.41L9%2011.41l-1.77%201.77z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/truck-remove-outline.svg?color=%231a73e8&size=48