bus wrench icon
bus-wrench from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- bus-wrench
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the bus wrench icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 13V6c0-3.5-3.58-4-8-4s-8 .5-8 4v10c0 .88.39 1.67 1 2.22V20c0 .27.11.5.29.71c.21.19.45.29.71.29h1c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71v-1h4a5.002 5.002 0 0 1 8-6m-4-2H6V6h12v5zm-9.56 5.56a1.499 1.499 0 1 1 2.12-2.12a1.499 1.499 0 1 1-2.12 2.12m9.06.36l-2.21-2.21c-.18.39-.29.83-.29 1.29c0 1.66 1.34 3 3 3c.46 0 .9-.1 1.29-.29l4 4l1.42-1.42l-4-4c.19-.39.29-.83.29-1.29c0-1.66-1.34-3-3-3c-.46 0-.9.11-1.29.29l2.2 2.21l-1.41 1.41Z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBusWrench(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 13V6c0-3.5-3.58-4-8-4s-8 .5-8 4v10c0 .88.39 1.67 1 2.22V20c0 .27.11.5.29.71c.21.19.45.29.71.29h1c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71v-1h4a5.002 5.002 0 0 1 8-6m-4-2H6V6h12v5zm-9.56 5.56a1.499 1.499 0 1 1 2.12-2.12a1.499 1.499 0 1 1-2.12 2.12m9.06.36l-2.21-2.21c-.18.39-.29.83-.29 1.29c0 1.66 1.34 3 3 3c.46 0 .9-.1 1.29-.29l4 4l1.42-1.42l-4-4c.19-.39.29-.83.29-1.29c0-1.66-1.34-3-3-3c-.46 0-.9.11-1.29.29l2.2 2.21l-1.41 1.41Z"/></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 13V6c0-3.5-3.58-4-8-4s-8 .5-8 4v10c0 .88.39 1.67 1 2.22V20c0 .27.11.5.29.71c.21.19.45.29.71.29h1c.27 0 .5-.1.71-.29c.19-.21.29-.44.29-.71v-1h4a5.002 5.002 0 0 1 8-6m-4-2H6V6h12v5zm-9.56 5.56a1.499 1.499 0 1 1 2.12-2.12a1.499 1.499 0 1 1-2.12 2.12m9.06.36l-2.21-2.21c-.18.39-.29.83-.29 1.29c0 1.66 1.34 3 3 3c.46 0 .9-.1 1.29-.29l4 4l1.42-1.42l-4-4c.19-.39.29-.83.29-1.29c0-1.66-1.34-3-3-3c-.46 0-.9.11-1.29.29l2.2 2.21l-1.41 1.41Z"/></svg> </template>
CSS
.icon-bus-wrench {
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%2013V6c0-3.5-3.58-4-8-4s-8%20.5-8%204v10c0%20.88.39%201.67%201%202.22V20c0%20.27.11.5.29.71c.21.19.45.29.71.29h1c.27%200%20.5-.1.71-.29c.19-.21.29-.44.29-.71v-1h4a5.002%205.002%200%200%201%208-6m-4-2H6V6h12v5zm-9.56%205.56a1.499%201.499%200%201%201%202.12-2.12a1.499%201.499%200%201%201-2.12%202.12m9.06.36l-2.21-2.21c-.18.39-.29.83-.29%201.29c0%201.66%201.34%203%203%203c.46%200%20.9-.1%201.29-.29l4%204l1.42-1.42l-4-4c.19-.39.29-.83.29-1.29c0-1.66-1.34-3-3-3c-.46%200-.9.11-1.29.29l2.2%202.21l-1.41%201.41Z%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%2013V6c0-3.5-3.58-4-8-4s-8%20.5-8%204v10c0%20.88.39%201.67%201%202.22V20c0%20.27.11.5.29.71c.21.19.45.29.71.29h1c.27%200%20.5-.1.71-.29c.19-.21.29-.44.29-.71v-1h4a5.002%205.002%200%200%201%208-6m-4-2H6V6h12v5zm-9.56%205.56a1.499%201.499%200%201%201%202.12-2.12a1.499%201.499%200%201%201-2.12%202.12m9.06.36l-2.21-2.21c-.18.39-.29.83-.29%201.29c0%201.66%201.34%203%203%203c.46%200%20.9-.1%201.29-.29l4%204l1.42-1.42l-4-4c.19-.39.29-.83.29-1.29c0-1.66-1.34-3-3-3c-.46%200-.9.11-1.29.29l2.2%202.21l-1.41%201.41Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bus-wrench.svg?color=%231a73e8&size=48