conveyor belt icon
conveyor-belt-outline-rounded from Material Symbols by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- conveyor-belt-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the conveyor belt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21q-1.25 0-2.125-.875T2 18t.875-2.125T5 15h14q1.25 0 2.125.875T22 18t-.875 2.125T19 21zm0-2h14q.425 0 .713-.288T20 18t-.288-.712T19 17H5q-.425 0-.712.288T4 18t.288.713T5 19m5-6q-.425 0-.712-.288T9 12V4q0-.425.288-.712T10 3h8q.425 0 .713.288T19 4v8q0 .425-.288.713T18 13zm1-2h6V5h-6zm-8.05-.05q-.4 0-.675-.288T2 9.976t.288-.675t.687-.275h3q.4 0 .675.275t.275.675t-.275.688t-.675.287zM13 8h2.025q.425 0 .7-.288T16 7t-.275-.7t-.7-.275h-2.05q-.425 0-.7.275T12 7t.288.712T13 8M4.975 8q-.425 0-.7-.288T4 7t.288-.7T5 6.025h.95q.425 0 .7.275t.275.7t-.275.713t-.7.287zM11 11V5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsConveyorBeltOutlineRounded(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="M5 21q-1.25 0-2.125-.875T2 18t.875-2.125T5 15h14q1.25 0 2.125.875T22 18t-.875 2.125T19 21zm0-2h14q.425 0 .713-.288T20 18t-.288-.712T19 17H5q-.425 0-.712.288T4 18t.288.713T5 19m5-6q-.425 0-.712-.288T9 12V4q0-.425.288-.712T10 3h8q.425 0 .713.288T19 4v8q0 .425-.288.713T18 13zm1-2h6V5h-6zm-8.05-.05q-.4 0-.675-.288T2 9.976t.288-.675t.687-.275h3q.4 0 .675.275t.275.675t-.275.688t-.675.287zM13 8h2.025q.425 0 .7-.288T16 7t-.275-.7t-.7-.275h-2.05q-.425 0-.7.275T12 7t.288.712T13 8M4.975 8q-.425 0-.7-.288T4 7t.288-.7T5 6.025h.95q.425 0 .7.275t.275.7t-.275.713t-.7.287zM11 11V5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21q-1.25 0-2.125-.875T2 18t.875-2.125T5 15h14q1.25 0 2.125.875T22 18t-.875 2.125T19 21zm0-2h14q.425 0 .713-.288T20 18t-.288-.712T19 17H5q-.425 0-.712.288T4 18t.288.713T5 19m5-6q-.425 0-.712-.288T9 12V4q0-.425.288-.712T10 3h8q.425 0 .713.288T19 4v8q0 .425-.288.713T18 13zm1-2h6V5h-6zm-8.05-.05q-.4 0-.675-.288T2 9.976t.288-.675t.687-.275h3q.4 0 .675.275t.275.675t-.275.688t-.675.287zM13 8h2.025q.425 0 .7-.288T16 7t-.275-.7t-.7-.275h-2.05q-.425 0-.7.275T12 7t.288.712T13 8M4.975 8q-.425 0-.7-.288T4 7t.288-.7T5 6.025h.95q.425 0 .7.275t.275.7t-.275.713t-.7.287zM11 11V5z"/></svg> </template>
CSS
.icon-conveyor-belt-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%22M5%2021q-1.25%200-2.125-.875T2%2018t.875-2.125T5%2015h14q1.25%200%202.125.875T22%2018t-.875%202.125T19%2021zm0-2h14q.425%200%20.713-.288T20%2018t-.288-.712T19%2017H5q-.425%200-.712.288T4%2018t.288.713T5%2019m5-6q-.425%200-.712-.288T9%2012V4q0-.425.288-.712T10%203h8q.425%200%20.713.288T19%204v8q0%20.425-.288.713T18%2013zm1-2h6V5h-6zm-8.05-.05q-.4%200-.675-.288T2%209.976t.288-.675t.687-.275h3q.4%200%20.675.275t.275.675t-.275.688t-.675.287zM13%208h2.025q.425%200%20.7-.288T16%207t-.275-.7t-.7-.275h-2.05q-.425%200-.7.275T12%207t.288.712T13%208M4.975%208q-.425%200-.7-.288T4%207t.288-.7T5%206.025h.95q.425%200%20.7.275t.275.7t-.275.713t-.7.287zM11%2011V5z%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%22M5%2021q-1.25%200-2.125-.875T2%2018t.875-2.125T5%2015h14q1.25%200%202.125.875T22%2018t-.875%202.125T19%2021zm0-2h14q.425%200%20.713-.288T20%2018t-.288-.712T19%2017H5q-.425%200-.712.288T4%2018t.288.713T5%2019m5-6q-.425%200-.712-.288T9%2012V4q0-.425.288-.712T10%203h8q.425%200%20.713.288T19%204v8q0%20.425-.288.713T18%2013zm1-2h6V5h-6zm-8.05-.05q-.4%200-.675-.288T2%209.976t.288-.675t.687-.275h3q.4%200%20.675.275t.275.675t-.275.688t-.675.287zM13%208h2.025q.425%200%20.7-.288T16%207t-.275-.7t-.7-.275h-2.05q-.425%200-.7.275T12%207t.288.712T13%208M4.975%208q-.425%200-.7-.288T4%207t.288-.7T5%206.025h.95q.425%200%20.7.275t.275.7t-.275.713t-.7.287zM11%2011V5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/conveyor-belt-outline-rounded.svg?color=%231a73e8&size=48