conveyor-belt-outline-rounded from Material Symbols Light by Google · Outline Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
conveyor-belt-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

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 19q-.846 0-1.423-.577T3 17t.577-1.423T5 15h14q.846 0 1.423.577T21 17t-.577 1.423T19 19zm0-1h14q.425 0 .713-.288T20 17t-.288-.712T19 16H5q-.425 0-.712.288T4 17t.288.713T5 18m6.761-5q-.34 0-.57-.23t-.23-.57V5.8q0-.34.23-.57t.57-.23h6.401q.34 0 .57.23t.23.57v6.4q0 .34-.23.57t-.57.23zm.2-1h6V6h-6zm-8.472-.512q-.206 0-.347-.146Q3 11.195 3 10.99t.146-.345t.348-.14h4.962q.206 0 .347.141q.141.142.141.349t-.141.35t-.347.143zM13.462 8.5h3.005q.216 0 .355-.144q.14-.144.14-.357t-.14-.353t-.355-.14h-3.011q-.216 0-.355.139q-.14.139-.14.354t.144.358t.357.143m-7.968 0q-.215 0-.354-.144Q5 8.212 5 7.999t.144-.353t.356-.14h2.95q.216 0 .355.139q.14.139.14.354t-.14.358t-.355.143zm6.468 3.5V6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightConveyorBeltOutlineRounded(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 19q-.846 0-1.423-.577T3 17t.577-1.423T5 15h14q.846 0 1.423.577T21 17t-.577 1.423T19 19zm0-1h14q.425 0 .713-.288T20 17t-.288-.712T19 16H5q-.425 0-.712.288T4 17t.288.713T5 18m6.761-5q-.34 0-.57-.23t-.23-.57V5.8q0-.34.23-.57t.57-.23h6.401q.34 0 .57.23t.23.57v6.4q0 .34-.23.57t-.57.23zm.2-1h6V6h-6zm-8.472-.512q-.206 0-.347-.146Q3 11.195 3 10.99t.146-.345t.348-.14h4.962q.206 0 .347.141q.141.142.141.349t-.141.35t-.347.143zM13.462 8.5h3.005q.216 0 .355-.144q.14-.144.14-.357t-.14-.353t-.355-.14h-3.011q-.216 0-.355.139q-.14.139-.14.354t.144.358t.357.143m-7.968 0q-.215 0-.354-.144Q5 8.212 5 7.999t.144-.353t.356-.14h2.95q.216 0 .355.139q.14.139.14.354t-.14.358t-.355.143zm6.468 3.5V6z"/></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 19q-.846 0-1.423-.577T3 17t.577-1.423T5 15h14q.846 0 1.423.577T21 17t-.577 1.423T19 19zm0-1h14q.425 0 .713-.288T20 17t-.288-.712T19 16H5q-.425 0-.712.288T4 17t.288.713T5 18m6.761-5q-.34 0-.57-.23t-.23-.57V5.8q0-.34.23-.57t.57-.23h6.401q.34 0 .57.23t.23.57v6.4q0 .34-.23.57t-.57.23zm.2-1h6V6h-6zm-8.472-.512q-.206 0-.347-.146Q3 11.195 3 10.99t.146-.345t.348-.14h4.962q.206 0 .347.141q.141.142.141.349t-.141.35t-.347.143zM13.462 8.5h3.005q.216 0 .355-.144q.14-.144.14-.357t-.14-.353t-.355-.14h-3.011q-.216 0-.355.139q-.14.139-.14.354t.144.358t.357.143m-7.968 0q-.215 0-.354-.144Q5 8.212 5 7.999t.144-.353t.356-.14h2.95q.216 0 .355.139q.14.139.14.354t-.14.358t-.355.143zm6.468 3.5V6z"/></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%2019q-.846%200-1.423-.577T3%2017t.577-1.423T5%2015h14q.846%200%201.423.577T21%2017t-.577%201.423T19%2019zm0-1h14q.425%200%20.713-.288T20%2017t-.288-.712T19%2016H5q-.425%200-.712.288T4%2017t.288.713T5%2018m6.761-5q-.34%200-.57-.23t-.23-.57V5.8q0-.34.23-.57t.57-.23h6.401q.34%200%20.57.23t.23.57v6.4q0%20.34-.23.57t-.57.23zm.2-1h6V6h-6zm-8.472-.512q-.206%200-.347-.146Q3%2011.195%203%2010.99t.146-.345t.348-.14h4.962q.206%200%20.347.141q.141.142.141.349t-.141.35t-.347.143zM13.462%208.5h3.005q.216%200%20.355-.144q.14-.144.14-.357t-.14-.353t-.355-.14h-3.011q-.216%200-.355.139q-.14.139-.14.354t.144.358t.357.143m-7.968%200q-.215%200-.354-.144Q5%208.212%205%207.999t.144-.353t.356-.14h2.95q.216%200%20.355.139q.14.139.14.354t-.14.358t-.355.143zm6.468%203.5V6z%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%2019q-.846%200-1.423-.577T3%2017t.577-1.423T5%2015h14q.846%200%201.423.577T21%2017t-.577%201.423T19%2019zm0-1h14q.425%200%20.713-.288T20%2017t-.288-.712T19%2016H5q-.425%200-.712.288T4%2017t.288.713T5%2018m6.761-5q-.34%200-.57-.23t-.23-.57V5.8q0-.34.23-.57t.57-.23h6.401q.34%200%20.57.23t.23.57v6.4q0%20.34-.23.57t-.57.23zm.2-1h6V6h-6zm-8.472-.512q-.206%200-.347-.146Q3%2011.195%203%2010.99t.146-.345t.348-.14h4.962q.206%200%20.347.141q.141.142.141.349t-.141.35t-.347.143zM13.462%208.5h3.005q.216%200%20.355-.144q.14-.144.14-.357t-.14-.353t-.355-.14h-3.011q-.216%200-.355.139q-.14.139-.14.354t.144.358t.357.143m-7.968%200q-.215%200-.354-.144Q5%208.212%205%207.999t.144-.353t.356-.14h2.95q.216%200%20.355.139q.14.139.14.354t-.14.358t-.355.143zm6.468%203.5V6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/conveyor-belt-outline-rounded.svg?color=%231a73e8&size=48