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

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

The same icon in other sets

Use the vest 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="M4.51 10.83c2.392-1.644 2.593-4.277 1.866-6.047c-.3-.731-.45-1.097-.37-1.289C6.295 2.81 8.368 2.29 9 2l4.172 9.726c.597 1.46.895 2.189.815 2.938s-.525 1.402-1.416 2.71l-2.44 3.581c-.785 1.15-1.211 1.265-2.501.76l-2.324-.91C4.236 20.388 4 20.077 4 18.92v-7.182c0-.554-.014-.545.51-.906"/><path d="M12 8.994L15 2c.632.29 2.705.81 2.994 1.495c.08.19-.07.557-.37 1.288c-.727 1.77-.526 4.403 1.866 6.048c.524.36.51.352.51.906v7.182c0 1.157-.235 1.468-1.306 1.887l-2.324.909c-1.29.505-1.717.39-2.5-.76L12 18.212M9 2h6m-4.375 12H10.5m.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 HugeiconsVest(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="M4.51 10.83c2.392-1.644 2.593-4.277 1.866-6.047c-.3-.731-.45-1.097-.37-1.289C6.295 2.81 8.368 2.29 9 2l4.172 9.726c.597 1.46.895 2.189.815 2.938s-.525 1.402-1.416 2.71l-2.44 3.581c-.785 1.15-1.211 1.265-2.501.76l-2.324-.91C4.236 20.388 4 20.077 4 18.92v-7.182c0-.554-.014-.545.51-.906"/><path d="M12 8.994L15 2c.632.29 2.705.81 2.994 1.495c.08.19-.07.557-.37 1.288c-.727 1.77-.526 4.403 1.866 6.048c.524.36.51.352.51.906v7.182c0 1.157-.235 1.468-1.306 1.887l-2.324.909c-1.29.505-1.717.39-2.5-.76L12 18.212M9 2h6m-4.375 12H10.5m.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="M4.51 10.83c2.392-1.644 2.593-4.277 1.866-6.047c-.3-.731-.45-1.097-.37-1.289C6.295 2.81 8.368 2.29 9 2l4.172 9.726c.597 1.46.895 2.189.815 2.938s-.525 1.402-1.416 2.71l-2.44 3.581c-.785 1.15-1.211 1.265-2.501.76l-2.324-.91C4.236 20.388 4 20.077 4 18.92v-7.182c0-.554-.014-.545.51-.906"/><path d="M12 8.994L15 2c.632.29 2.705.81 2.994 1.495c.08.19-.07.557-.37 1.288c-.727 1.77-.526 4.403 1.866 6.048c.524.36.51.352.51.906v7.182c0 1.157-.235 1.468-1.306 1.887l-2.324.909c-1.29.505-1.717.39-2.5-.76L12 18.212M9 2h6m-4.375 12H10.5m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-vest {
  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%22M4.51%2010.83c2.392-1.644%202.593-4.277%201.866-6.047c-.3-.731-.45-1.097-.37-1.289C6.295%202.81%208.368%202.29%209%202l4.172%209.726c.597%201.46.895%202.189.815%202.938s-.525%201.402-1.416%202.71l-2.44%203.581c-.785%201.15-1.211%201.265-2.501.76l-2.324-.91C4.236%2020.388%204%2020.077%204%2018.92v-7.182c0-.554-.014-.545.51-.906%22%2F%3E%3Cpath%20d%3D%22M12%208.994L15%202c.632.29%202.705.81%202.994%201.495c.08.19-.07.557-.37%201.288c-.727%201.77-.526%204.403%201.866%206.048c.524.36.51.352.51.906v7.182c0%201.157-.235%201.468-1.306%201.887l-2.324.909c-1.29.505-1.717.39-2.5-.76L12%2018.212M9%202h6m-4.375%2012H10.5m.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%22M4.51%2010.83c2.392-1.644%202.593-4.277%201.866-6.047c-.3-.731-.45-1.097-.37-1.289C6.295%202.81%208.368%202.29%209%202l4.172%209.726c.597%201.46.895%202.189.815%202.938s-.525%201.402-1.416%202.71l-2.44%203.581c-.785%201.15-1.211%201.265-2.501.76l-2.324-.91C4.236%2020.388%204%2020.077%204%2018.92v-7.182c0-.554-.014-.545.51-.906%22%2F%3E%3Cpath%20d%3D%22M12%208.994L15%202c.632.29%202.705.81%202.994%201.495c.08.19-.07.557-.37%201.288c-.727%201.77-.526%204.403%201.866%206.048c.524.36.51.352.51.906v7.182c0%201.157-.235%201.468-1.306%201.887l-2.324.909c-1.29.505-1.717.39-2.5-.76L12%2018.212M9%202h6m-4.375%2012H10.5m.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/vest.svg?color=%231a73e8&size=48