jacket sports icon

jacket-sports from Lucide Lab by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
jacket-sports
Set
Lucide Lab
Style
Outline
Viewbox
24×24
License
ISC

Use the jacket sports 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="2"><path d="M8 4c0 1.1 1.8 2 4 2s4-.9 4-2V3c0-.6-.4-1-1-1H9c-.6 0-1 .4-1 1Z"/><path d="M8 4c0 2 4 5 4 10v8m0-8c0-5 4-8 4-10M6 19H3c-.6 0-1-.4-1-1V7c0-1.1.8-2.3 1.9-2.6L8 3"/><path d="M18 9v12c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9"/><path d="m16 3l4.1 1.4C21.2 4.7 22 5.9 22 7v11c0 .6-.4 1-1 1h-3M2 15h4l2-2"/><path d="M22 15h-4l-2-2M6 18h12"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideLabJacketSports(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="2"><path d="M8 4c0 1.1 1.8 2 4 2s4-.9 4-2V3c0-.6-.4-1-1-1H9c-.6 0-1 .4-1 1Z"/><path d="M8 4c0 2 4 5 4 10v8m0-8c0-5 4-8 4-10M6 19H3c-.6 0-1-.4-1-1V7c0-1.1.8-2.3 1.9-2.6L8 3"/><path d="M18 9v12c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9"/><path d="m16 3l4.1 1.4C21.2 4.7 22 5.9 22 7v11c0 .6-.4 1-1 1h-3M2 15h4l2-2"/><path d="M22 15h-4l-2-2M6 18h12"/></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="2"><path d="M8 4c0 1.1 1.8 2 4 2s4-.9 4-2V3c0-.6-.4-1-1-1H9c-.6 0-1 .4-1 1Z"/><path d="M8 4c0 2 4 5 4 10v8m0-8c0-5 4-8 4-10M6 19H3c-.6 0-1-.4-1-1V7c0-1.1.8-2.3 1.9-2.6L8 3"/><path d="M18 9v12c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9"/><path d="m16 3l4.1 1.4C21.2 4.7 22 5.9 22 7v11c0 .6-.4 1-1 1h-3M2 15h4l2-2"/><path d="M22 15h-4l-2-2M6 18h12"/></g></svg>
</template>

CSS

.icon-jacket-sports {
  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%222%22%3E%3Cpath%20d%3D%22M8%204c0%201.1%201.8%202%204%202s4-.9%204-2V3c0-.6-.4-1-1-1H9c-.6%200-1%20.4-1%201Z%22%2F%3E%3Cpath%20d%3D%22M8%204c0%202%204%205%204%2010v8m0-8c0-5%204-8%204-10M6%2019H3c-.6%200-1-.4-1-1V7c0-1.1.8-2.3%201.9-2.6L8%203%22%2F%3E%3Cpath%20d%3D%22M18%209v12c0%20.6-.4%201-1%201H7c-.6%200-1-.4-1-1V9%22%2F%3E%3Cpath%20d%3D%22m16%203l4.1%201.4C21.2%204.7%2022%205.9%2022%207v11c0%20.6-.4%201-1%201h-3M2%2015h4l2-2%22%2F%3E%3Cpath%20d%3D%22M22%2015h-4l-2-2M6%2018h12%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%222%22%3E%3Cpath%20d%3D%22M8%204c0%201.1%201.8%202%204%202s4-.9%204-2V3c0-.6-.4-1-1-1H9c-.6%200-1%20.4-1%201Z%22%2F%3E%3Cpath%20d%3D%22M8%204c0%202%204%205%204%2010v8m0-8c0-5%204-8%204-10M6%2019H3c-.6%200-1-.4-1-1V7c0-1.1.8-2.3%201.9-2.6L8%203%22%2F%3E%3Cpath%20d%3D%22M18%209v12c0%20.6-.4%201-1%201H7c-.6%200-1-.4-1-1V9%22%2F%3E%3Cpath%20d%3D%22m16%203l4.1%201.4C21.2%204.7%2022%205.9%2022%207v11c0%20.6-.4%201-1%201h-3M2%2015h4l2-2%22%2F%3E%3Cpath%20d%3D%22M22%2015h-4l-2-2M6%2018h12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide-lab/jacket-sports.svg?color=%231a73e8&size=48