bicycle cargo icon
bicycle-cargo from Material Design Icons by Pictogrammers · Filled · Sport · Apache-2.0 Free for personal and commercial use.
- Name
- bicycle-cargo
- Set
- Material Design Icons
- Style
- Filled
- Category
- Sport
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bike-cargo
More sport icons from Material Design Icons
Use the bicycle cargo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11.5V10l-7.5-1V5H9v1.5h3v7.8h-1L9 10c.3-.1.5-.4.5-.7c0-.4-.3-.8-.7-.8h-2c-.5 0-.8.3-.8.7s.3.8.8.8h.6l2 4.2H7.9C7.6 12.4 6 11 4 11c-2.2 0-4 1.8-4 4s1.8 4 4 4c2 0 3.6-1.4 3.9-3.2h8.6c.2-2.4 2.1-4.3 4.5-4.3M6.4 15.8c-.3 1-1.3 1.8-2.4 1.8c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5c1.1 0 2.1.7 2.4 1.8H4v1.5h2.4M21 13c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3m0 4.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiBicycleCargo(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="M21 11.5V10l-7.5-1V5H9v1.5h3v7.8h-1L9 10c.3-.1.5-.4.5-.7c0-.4-.3-.8-.7-.8h-2c-.5 0-.8.3-.8.7s.3.8.8.8h.6l2 4.2H7.9C7.6 12.4 6 11 4 11c-2.2 0-4 1.8-4 4s1.8 4 4 4c2 0 3.6-1.4 3.9-3.2h8.6c.2-2.4 2.1-4.3 4.5-4.3M6.4 15.8c-.3 1-1.3 1.8-2.4 1.8c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5c1.1 0 2.1.7 2.4 1.8H4v1.5h2.4M21 13c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3m0 4.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11.5V10l-7.5-1V5H9v1.5h3v7.8h-1L9 10c.3-.1.5-.4.5-.7c0-.4-.3-.8-.7-.8h-2c-.5 0-.8.3-.8.7s.3.8.8.8h.6l2 4.2H7.9C7.6 12.4 6 11 4 11c-2.2 0-4 1.8-4 4s1.8 4 4 4c2 0 3.6-1.4 3.9-3.2h8.6c.2-2.4 2.1-4.3 4.5-4.3M6.4 15.8c-.3 1-1.3 1.8-2.4 1.8c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5c1.1 0 2.1.7 2.4 1.8H4v1.5h2.4M21 13c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3m0 4.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5"/></svg> </template>
CSS
.icon-bicycle-cargo {
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%22M21%2011.5V10l-7.5-1V5H9v1.5h3v7.8h-1L9%2010c.3-.1.5-.4.5-.7c0-.4-.3-.8-.7-.8h-2c-.5%200-.8.3-.8.7s.3.8.8.8h.6l2%204.2H7.9C7.6%2012.4%206%2011%204%2011c-2.2%200-4%201.8-4%204s1.8%204%204%204c2%200%203.6-1.4%203.9-3.2h8.6c.2-2.4%202.1-4.3%204.5-4.3M6.4%2015.8c-.3%201-1.3%201.8-2.4%201.8c-1.4%200-2.5-1.1-2.5-2.5s1.1-2.5%202.5-2.5c1.1%200%202.1.7%202.4%201.8H4v1.5h2.4M21%2013c-1.7%200-3%201.3-3%203s1.3%203%203%203s3-1.3%203-3s-1.3-3-3-3m0%204.5c-.8%200-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5s-.7%201.5-1.5%201.5%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%22M21%2011.5V10l-7.5-1V5H9v1.5h3v7.8h-1L9%2010c.3-.1.5-.4.5-.7c0-.4-.3-.8-.7-.8h-2c-.5%200-.8.3-.8.7s.3.8.8.8h.6l2%204.2H7.9C7.6%2012.4%206%2011%204%2011c-2.2%200-4%201.8-4%204s1.8%204%204%204c2%200%203.6-1.4%203.9-3.2h8.6c.2-2.4%202.1-4.3%204.5-4.3M6.4%2015.8c-.3%201-1.3%201.8-2.4%201.8c-1.4%200-2.5-1.1-2.5-2.5s1.1-2.5%202.5-2.5c1.1%200%202.1.7%202.4%201.8H4v1.5h2.4M21%2013c-1.7%200-3%201.3-3%203s1.3%203%203%203s3-1.3%203-3s-1.3-3-3-3m0%204.5c-.8%200-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5s1.5.7%201.5%201.5s-.7%201.5-1.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/bicycle-cargo.svg?color=%231a73e8&size=48