belt from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
belt
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the belt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16 8h6m-6 8h6M6 16c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C7.602 19 8.068 19 9 19h.333c2.493 0 3.739 0 4.667-.536A4 4 0 0 0 15.464 17c.536-.928.536-2.174.536-4.667v-.666c0-2.493 0-3.739-.536-4.667A4 4 0 0 0 14 5.536C13.072 5 11.826 5 9.333 5H9c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C6 6.602 6 7.068 6 8"/><path d="M2 16h7c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56v-2c0-1.414 0-2.121-.44-2.56C11.122 8 10.415 8 9 8H2m7 4h4.5m6.627 0h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M4.127 12h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBelt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16 8h6m-6 8h6M6 16c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C7.602 19 8.068 19 9 19h.333c2.493 0 3.739 0 4.667-.536A4 4 0 0 0 15.464 17c.536-.928.536-2.174.536-4.667v-.666c0-2.493 0-3.739-.536-4.667A4 4 0 0 0 14 5.536C13.072 5 11.826 5 9.333 5H9c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C6 6.602 6 7.068 6 8"/><path d="M2 16h7c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56v-2c0-1.414 0-2.121-.44-2.56C11.122 8 10.415 8 9 8H2m7 4h4.5m6.627 0h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M4.127 12h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16 8h6m-6 8h6M6 16c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C7.602 19 8.068 19 9 19h.333c2.493 0 3.739 0 4.667-.536A4 4 0 0 0 15.464 17c.536-.928.536-2.174.536-4.667v-.666c0-2.493 0-3.739-.536-4.667A4 4 0 0 0 14 5.536C13.072 5 11.826 5 9.333 5H9c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C6 6.602 6 7.068 6 8"/><path d="M2 16h7c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56v-2c0-1.414 0-2.121-.44-2.56C11.122 8 10.415 8 9 8H2m7 4h4.5m6.627 0h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M4.127 12h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-belt {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%208h6m-6%208h6M6%2016c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C7.602%2019%208.068%2019%209%2019h.333c2.493%200%203.739%200%204.667-.536A4%204%200%200%200%2015.464%2017c.536-.928.536-2.174.536-4.667v-.666c0-2.493%200-3.739-.536-4.667A4%204%200%200%200%2014%205.536C13.072%205%2011.826%205%209.333%205H9c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C6%206.602%206%207.068%206%208%22%2F%3E%3Cpath%20d%3D%22M2%2016h7c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56v-2c0-1.414%200-2.121-.44-2.56C11.122%208%2010.415%208%209%208H2m7%204h4.5m6.627%200h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M4.127%2012h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%208h6m-6%208h6M6%2016c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C7.602%2019%208.068%2019%209%2019h.333c2.493%200%203.739%200%204.667-.536A4%204%200%200%200%2015.464%2017c.536-.928.536-2.174.536-4.667v-.666c0-2.493%200-3.739-.536-4.667A4%204%200%200%200%2014%205.536C13.072%205%2011.826%205%209.333%205H9c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C6%206.602%206%207.068%206%208%22%2F%3E%3Cpath%20d%3D%22M2%2016h7c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56v-2c0-1.414%200-2.121-.44-2.56C11.122%208%2010.415%208%209%208H2m7%204h4.5m6.627%200h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M4.127%2012h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/belt.svg?color=%231a73e8&size=48