suit-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
suit-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the suit 02 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="M6.002 4c-1.553.047-2.48.22-3.121.861c-.879.879-.879 2.293-.879 5.122L1.998 16c0 2.829 0 4.243.878 5.122C3.755 22 5.17 22 7.998 22h8c2.828 0 4.242 0 5.12-.878c.88-.88.88-2.293.88-5.122l.004-6.017c0-2.829 0-4.243-.878-5.122c-.642-.641-1.568-.814-3.122-.861"/><path d="m17.998 4l-.728 2.256c-.78 2.383-1.17 3.574-2.056 3.728S13.512 8.982 11.998 7l4-5zm-12 0l.727 2.256c.78 2.383 1.17 3.574 2.056 3.728S10.483 8.982 11.998 7l-4-5zm10-2h-8m1.5 8l1 2h3l1-2m-4 2l-1.5 10m6 0l-1.5-10"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSuit02(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="M6.002 4c-1.553.047-2.48.22-3.121.861c-.879.879-.879 2.293-.879 5.122L1.998 16c0 2.829 0 4.243.878 5.122C3.755 22 5.17 22 7.998 22h8c2.828 0 4.242 0 5.12-.878c.88-.88.88-2.293.88-5.122l.004-6.017c0-2.829 0-4.243-.878-5.122c-.642-.641-1.568-.814-3.122-.861"/><path d="m17.998 4l-.728 2.256c-.78 2.383-1.17 3.574-2.056 3.728S13.512 8.982 11.998 7l4-5zm-12 0l.727 2.256c.78 2.383 1.17 3.574 2.056 3.728S10.483 8.982 11.998 7l-4-5zm10-2h-8m1.5 8l1 2h3l1-2m-4 2l-1.5 10m6 0l-1.5-10"/></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="M6.002 4c-1.553.047-2.48.22-3.121.861c-.879.879-.879 2.293-.879 5.122L1.998 16c0 2.829 0 4.243.878 5.122C3.755 22 5.17 22 7.998 22h8c2.828 0 4.242 0 5.12-.878c.88-.88.88-2.293.88-5.122l.004-6.017c0-2.829 0-4.243-.878-5.122c-.642-.641-1.568-.814-3.122-.861"/><path d="m17.998 4l-.728 2.256c-.78 2.383-1.17 3.574-2.056 3.728S13.512 8.982 11.998 7l4-5zm-12 0l.727 2.256c.78 2.383 1.17 3.574 2.056 3.728S10.483 8.982 11.998 7l-4-5zm10-2h-8m1.5 8l1 2h3l1-2m-4 2l-1.5 10m6 0l-1.5-10"/></g></svg>
</template>

CSS

.icon-suit-02 {
  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%22M6.002%204c-1.553.047-2.48.22-3.121.861c-.879.879-.879%202.293-.879%205.122L1.998%2016c0%202.829%200%204.243.878%205.122C3.755%2022%205.17%2022%207.998%2022h8c2.828%200%204.242%200%205.12-.878c.88-.88.88-2.293.88-5.122l.004-6.017c0-2.829%200-4.243-.878-5.122c-.642-.641-1.568-.814-3.122-.861%22%2F%3E%3Cpath%20d%3D%22m17.998%204l-.728%202.256c-.78%202.383-1.17%203.574-2.056%203.728S13.512%208.982%2011.998%207l4-5zm-12%200l.727%202.256c.78%202.383%201.17%203.574%202.056%203.728S10.483%208.982%2011.998%207l-4-5zm10-2h-8m1.5%208l1%202h3l1-2m-4%202l-1.5%2010m6%200l-1.5-10%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%22M6.002%204c-1.553.047-2.48.22-3.121.861c-.879.879-.879%202.293-.879%205.122L1.998%2016c0%202.829%200%204.243.878%205.122C3.755%2022%205.17%2022%207.998%2022h8c2.828%200%204.242%200%205.12-.878c.88-.88.88-2.293.88-5.122l.004-6.017c0-2.829%200-4.243-.878-5.122c-.642-.641-1.568-.814-3.122-.861%22%2F%3E%3Cpath%20d%3D%22m17.998%204l-.728%202.256c-.78%202.383-1.17%203.574-2.056%203.728S13.512%208.982%2011.998%207l4-5zm-12%200l.727%202.256c.78%202.383%201.17%203.574%202.056%203.728S10.483%208.982%2011.998%207l-4-5zm10-2h-8m1.5%208l1%202h3l1-2m-4%202l-1.5%2010m6%200l-1.5-10%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/suit-02.svg?color=%231a73e8&size=48