mower bag on icon
mower-bag-on from Material Design Icons by Pictogrammers · Filled · Hardware / Tools · Apache-2.0 Free for personal and commercial use.
- Name
- mower-bag-on
- Set
- Material Design Icons
- Style
- Filled
- Category
- Hardware / Tools
- Viewbox
- 24×24
- License
- Apache 2.0
More hardware / tools icons from Material Design Icons
Use the mower bag on icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2h2v5h-2zm10 4.3l-1.4-1.4L17 8.4l1.4 1.4s3.5-3.5 3.6-3.5M10.8 12l1.1 2H17l-.5-.9c-.3-.7-1-1.1-1.8-1.1zm9.2 3h-8.6L4.6 3H1v2h2.4l4 7.1l-5.1-2c-.2-.1-.6-.1-.9.1c-.2.2-.4.5-.4.8v7c0 .5.5 1 1 1h3.3c.6 1.2 1.8 2 3.2 2s2.6-.8 3.2-2h5.5c.4 1.2 1.5 2 2.8 2c1.7 0 3-1.3 3-3s-1.3-3-3-3M5 17H3v-4.5l4.3 1.7c-1.2.4-2.1 1.5-2.3 2.8m3.5 2c-.8 0-1.5-.7-1.5-1.5S7.7 16 8.5 16s1.5.7 1.5 1.5S9.3 19 8.5 19M20 19c-.5 0-1-.5-1-1s.5-1 1-1s1 .5 1 1s-.5 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function MdiMowerBagOn(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="M12 2h2v5h-2zm10 4.3l-1.4-1.4L17 8.4l1.4 1.4s3.5-3.5 3.6-3.5M10.8 12l1.1 2H17l-.5-.9c-.3-.7-1-1.1-1.8-1.1zm9.2 3h-8.6L4.6 3H1v2h2.4l4 7.1l-5.1-2c-.2-.1-.6-.1-.9.1c-.2.2-.4.5-.4.8v7c0 .5.5 1 1 1h3.3c.6 1.2 1.8 2 3.2 2s2.6-.8 3.2-2h5.5c.4 1.2 1.5 2 2.8 2c1.7 0 3-1.3 3-3s-1.3-3-3-3M5 17H3v-4.5l4.3 1.7c-1.2.4-2.1 1.5-2.3 2.8m3.5 2c-.8 0-1.5-.7-1.5-1.5S7.7 16 8.5 16s1.5.7 1.5 1.5S9.3 19 8.5 19M20 19c-.5 0-1-.5-1-1s.5-1 1-1s1 .5 1 1s-.5 1-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2h2v5h-2zm10 4.3l-1.4-1.4L17 8.4l1.4 1.4s3.5-3.5 3.6-3.5M10.8 12l1.1 2H17l-.5-.9c-.3-.7-1-1.1-1.8-1.1zm9.2 3h-8.6L4.6 3H1v2h2.4l4 7.1l-5.1-2c-.2-.1-.6-.1-.9.1c-.2.2-.4.5-.4.8v7c0 .5.5 1 1 1h3.3c.6 1.2 1.8 2 3.2 2s2.6-.8 3.2-2h5.5c.4 1.2 1.5 2 2.8 2c1.7 0 3-1.3 3-3s-1.3-3-3-3M5 17H3v-4.5l4.3 1.7c-1.2.4-2.1 1.5-2.3 2.8m3.5 2c-.8 0-1.5-.7-1.5-1.5S7.7 16 8.5 16s1.5.7 1.5 1.5S9.3 19 8.5 19M20 19c-.5 0-1-.5-1-1s.5-1 1-1s1 .5 1 1s-.5 1-1 1"/></svg> </template>
CSS
.icon-mower-bag-on {
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%22M12%202h2v5h-2zm10%204.3l-1.4-1.4L17%208.4l1.4%201.4s3.5-3.5%203.6-3.5M10.8%2012l1.1%202H17l-.5-.9c-.3-.7-1-1.1-1.8-1.1zm9.2%203h-8.6L4.6%203H1v2h2.4l4%207.1l-5.1-2c-.2-.1-.6-.1-.9.1c-.2.2-.4.5-.4.8v7c0%20.5.5%201%201%201h3.3c.6%201.2%201.8%202%203.2%202s2.6-.8%203.2-2h5.5c.4%201.2%201.5%202%202.8%202c1.7%200%203-1.3%203-3s-1.3-3-3-3M5%2017H3v-4.5l4.3%201.7c-1.2.4-2.1%201.5-2.3%202.8m3.5%202c-.8%200-1.5-.7-1.5-1.5S7.7%2016%208.5%2016s1.5.7%201.5%201.5S9.3%2019%208.5%2019M20%2019c-.5%200-1-.5-1-1s.5-1%201-1s1%20.5%201%201s-.5%201-1%201%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%22M12%202h2v5h-2zm10%204.3l-1.4-1.4L17%208.4l1.4%201.4s3.5-3.5%203.6-3.5M10.8%2012l1.1%202H17l-.5-.9c-.3-.7-1-1.1-1.8-1.1zm9.2%203h-8.6L4.6%203H1v2h2.4l4%207.1l-5.1-2c-.2-.1-.6-.1-.9.1c-.2.2-.4.5-.4.8v7c0%20.5.5%201%201%201h3.3c.6%201.2%201.8%202%203.2%202s2.6-.8%203.2-2h5.5c.4%201.2%201.5%202%202.8%202c1.7%200%203-1.3%203-3s-1.3-3-3-3M5%2017H3v-4.5l4.3%201.7c-1.2.4-2.1%201.5-2.3%202.8m3.5%202c-.8%200-1.5-.7-1.5-1.5S7.7%2016%208.5%2016s1.5.7%201.5%201.5S9.3%2019%208.5%2019M20%2019c-.5%200-1-.5-1-1s.5-1%201-1s1%20.5%201%201s-.5%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/mower-bag-on.svg?color=%231a73e8&size=48