briefcase conveyor belt icon
briefcase-conveyor-belt-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- briefcase-conveyor-belt-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the briefcase 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="M21.75 19a.75.75 0 0 0-.75-.75H3a.75.75 0 0 0 0 1.5h1.536l.793 1.585l.038.067a.75.75 0 0 0 1.334-.667l-.03-.07l-.457-.915h2.322l.793 1.585l.038.067a.75.75 0 0 0 1.334-.667l-.03-.07l-.457-.915h2.322l.793 1.585l.038.067a.75.75 0 0 0 1.334-.667l-.03-.07l-.457-.915h2.322l.793 1.585l.038.067a.75.75 0 0 0 1.334-.667l-.03-.07l-.457-.915H21a.75.75 0 0 0 .75-.75m-3.404-2.25c1.088 0 1.904-.919 1.904-1.967V8.7c0-1.048-.816-1.966-1.904-1.966h-2.76c-.125-.977-.5-1.781-1.054-2.376A3.45 3.45 0 0 0 12 3.25c-.924 0-1.846.374-2.532 1.11c-.554.595-.928 1.398-1.055 2.374H5.654c-1.088 0-1.904.918-1.904 1.966v6.083c0 1.048.816 1.967 1.904 1.967zM12 4.75c.518 0 1.04.207 1.435.63c.285.307.523.75.633 1.354H9.933c.11-.602.347-1.045.632-1.351A1.95 1.95 0 0 1 12 4.75"/></svg>
React
import type { SVGProps } from "react";
export function MynauiBriefcaseConveyorBeltSolid(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.75 19a.75.75 0 0 0-.75-.75H3a.75.75 0 0 0 0 1.5h1.536l.793 1.585l.038.067a.75.75 0 0 0 1.334-.667l-.03-.07l-.457-.915h2.322l.793 1.585l.038.067a.75.75 0 0 0 1.334-.667l-.03-.07l-.457-.915h2.322l.793 1.585l.038.067a.75.75 0 0 0 1.334-.667l-.03-.07l-.457-.915h2.322l.793 1.585l.038.067a.75.75 0 0 0 1.334-.667l-.03-.07l-.457-.915H21a.75.75 0 0 0 .75-.75m-3.404-2.25c1.088 0 1.904-.919 1.904-1.967V8.7c0-1.048-.816-1.966-1.904-1.966h-2.76c-.125-.977-.5-1.781-1.054-2.376A3.45 3.45 0 0 0 12 3.25c-.924 0-1.846.374-2.532 1.11c-.554.595-.928 1.398-1.055 2.374H5.654c-1.088 0-1.904.918-1.904 1.966v6.083c0 1.048.816 1.967 1.904 1.967zM12 4.75c.518 0 1.04.207 1.435.63c.285.307.523.75.633 1.354H9.933c.11-.602.347-1.045.632-1.351A1.95 1.95 0 0 1 12 4.75"/></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.75 19a.75.75 0 0 0-.75-.75H3a.75.75 0 0 0 0 1.5h1.536l.793 1.585l.038.067a.75.75 0 0 0 1.334-.667l-.03-.07l-.457-.915h2.322l.793 1.585l.038.067a.75.75 0 0 0 1.334-.667l-.03-.07l-.457-.915h2.322l.793 1.585l.038.067a.75.75 0 0 0 1.334-.667l-.03-.07l-.457-.915h2.322l.793 1.585l.038.067a.75.75 0 0 0 1.334-.667l-.03-.07l-.457-.915H21a.75.75 0 0 0 .75-.75m-3.404-2.25c1.088 0 1.904-.919 1.904-1.967V8.7c0-1.048-.816-1.966-1.904-1.966h-2.76c-.125-.977-.5-1.781-1.054-2.376A3.45 3.45 0 0 0 12 3.25c-.924 0-1.846.374-2.532 1.11c-.554.595-.928 1.398-1.055 2.374H5.654c-1.088 0-1.904.918-1.904 1.966v6.083c0 1.048.816 1.967 1.904 1.967zM12 4.75c.518 0 1.04.207 1.435.63c.285.307.523.75.633 1.354H9.933c.11-.602.347-1.045.632-1.351A1.95 1.95 0 0 1 12 4.75"/></svg> </template>
CSS
.icon-briefcase-conveyor-belt-solid {
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.75%2019a.75.75%200%200%200-.75-.75H3a.75.75%200%200%200%200%201.5h1.536l.793%201.585l.038.067a.75.75%200%200%200%201.334-.667l-.03-.07l-.457-.915h2.322l.793%201.585l.038.067a.75.75%200%200%200%201.334-.667l-.03-.07l-.457-.915h2.322l.793%201.585l.038.067a.75.75%200%200%200%201.334-.667l-.03-.07l-.457-.915h2.322l.793%201.585l.038.067a.75.75%200%200%200%201.334-.667l-.03-.07l-.457-.915H21a.75.75%200%200%200%20.75-.75m-3.404-2.25c1.088%200%201.904-.919%201.904-1.967V8.7c0-1.048-.816-1.966-1.904-1.966h-2.76c-.125-.977-.5-1.781-1.054-2.376A3.45%203.45%200%200%200%2012%203.25c-.924%200-1.846.374-2.532%201.11c-.554.595-.928%201.398-1.055%202.374H5.654c-1.088%200-1.904.918-1.904%201.966v6.083c0%201.048.816%201.967%201.904%201.967zM12%204.75c.518%200%201.04.207%201.435.63c.285.307.523.75.633%201.354H9.933c.11-.602.347-1.045.632-1.351A1.95%201.95%200%200%201%2012%204.75%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.75%2019a.75.75%200%200%200-.75-.75H3a.75.75%200%200%200%200%201.5h1.536l.793%201.585l.038.067a.75.75%200%200%200%201.334-.667l-.03-.07l-.457-.915h2.322l.793%201.585l.038.067a.75.75%200%200%200%201.334-.667l-.03-.07l-.457-.915h2.322l.793%201.585l.038.067a.75.75%200%200%200%201.334-.667l-.03-.07l-.457-.915h2.322l.793%201.585l.038.067a.75.75%200%200%200%201.334-.667l-.03-.07l-.457-.915H21a.75.75%200%200%200%20.75-.75m-3.404-2.25c1.088%200%201.904-.919%201.904-1.967V8.7c0-1.048-.816-1.966-1.904-1.966h-2.76c-.125-.977-.5-1.781-1.054-2.376A3.45%203.45%200%200%200%2012%203.25c-.924%200-1.846.374-2.532%201.11c-.554.595-.928%201.398-1.055%202.374H5.654c-1.088%200-1.904.918-1.904%201.966v6.083c0%201.048.816%201.967%201.904%201.967zM12%204.75c.518%200%201.04.207%201.435.63c.285.307.523.75.633%201.354H9.933c.11-.602.347-1.045.632-1.351A1.95%201.95%200%200%201%2012%204.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/briefcase-conveyor-belt-solid.svg?color=%231a73e8&size=48