suit 01 icon
suit-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- suit-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the suit 01 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-1.06 2.04c-1 1.892-1.5 2.839-2.254 2.945q-.196.028-.394.003c-.755-.097-1.267-1.11-2.292-2.988l4-4zm-12 0l1.059 2.04c1 1.892 1.501 2.839 2.255 2.945q.196.028.393.003c.755-.097 1.268-1.11 2.293-2.988l-4-4zm12 0l-3 18m-9-18l3 18m7-20h-8m4.127 10.75H12m.125 4H12m.25-4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0 4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSuit01(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-1.06 2.04c-1 1.892-1.5 2.839-2.254 2.945q-.196.028-.394.003c-.755-.097-1.267-1.11-2.292-2.988l4-4zm-12 0l1.059 2.04c1 1.892 1.501 2.839 2.255 2.945q.196.028.393.003c.755-.097 1.268-1.11 2.293-2.988l-4-4zm12 0l-3 18m-9-18l3 18m7-20h-8m4.127 10.75H12m.125 4H12m.25-4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0 4a.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="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-1.06 2.04c-1 1.892-1.5 2.839-2.254 2.945q-.196.028-.394.003c-.755-.097-1.267-1.11-2.292-2.988l4-4zm-12 0l1.059 2.04c1 1.892 1.501 2.839 2.255 2.945q.196.028.393.003c.755-.097 1.268-1.11 2.293-2.988l-4-4zm12 0l-3 18m-9-18l3 18m7-20h-8m4.127 10.75H12m.125 4H12m.25-4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m0 4a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg> </template>
CSS
.icon-suit-01 {
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-1.06%202.04c-1%201.892-1.5%202.839-2.254%202.945q-.196.028-.394.003c-.755-.097-1.267-1.11-2.292-2.988l4-4zm-12%200l1.059%202.04c1%201.892%201.501%202.839%202.255%202.945q.196.028.393.003c.755-.097%201.268-1.11%202.293-2.988l-4-4zm12%200l-3%2018m-9-18l3%2018m7-20h-8m4.127%2010.75H12m.125%204H12m.25-4a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m0%204a.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%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-1.06%202.04c-1%201.892-1.5%202.839-2.254%202.945q-.196.028-.394.003c-.755-.097-1.267-1.11-2.292-2.988l4-4zm-12%200l1.059%202.04c1%201.892%201.501%202.839%202.255%202.945q.196.028.393.003c.755-.097%201.268-1.11%202.293-2.988l-4-4zm12%200l-3%2018m-9-18l3%2018m7-20h-8m4.127%2010.75H12m.125%204H12m.25-4a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m0%204a.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/suit-01.svg?color=%231a73e8&size=48