jersey icon
jersey from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- jersey
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Use the jersey icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 14h-7a.5.5 0 0 1-.5-.5V7H2.25a.5.5 0 0 1-.482-.369l-.75-2.75a.5.5 0 0 1 .317-.603l4.143-1.45a.5.5 0 0 1 .639.311A1.99 1.99 0 0 0 8.001 3.5c.851 0 1.607-.547 1.884-1.361a.5.5 0 0 1 .639-.311l4.143 1.45c.248.086.386.35.317.603l-.75 2.75a.5.5 0 0 1-.482.369h-1.75v6.5a.5.5 0 0 1-.5.5zM5 13h6V6.5a.5.5 0 0 1 .5-.5h1.868l.527-1.932l-3.266-1.143A2.99 2.99 0 0 1 8 4.5a2.99 2.99 0 0 1-2.629-1.575L2.105 4.068L2.632 6H4.5a.5.5 0 0 1 .5.5z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconJersey(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 14h-7a.5.5 0 0 1-.5-.5V7H2.25a.5.5 0 0 1-.482-.369l-.75-2.75a.5.5 0 0 1 .317-.603l4.143-1.45a.5.5 0 0 1 .639.311A1.99 1.99 0 0 0 8.001 3.5c.851 0 1.607-.547 1.884-1.361a.5.5 0 0 1 .639-.311l4.143 1.45c.248.086.386.35.317.603l-.75 2.75a.5.5 0 0 1-.482.369h-1.75v6.5a.5.5 0 0 1-.5.5zM5 13h6V6.5a.5.5 0 0 1 .5-.5h1.868l.527-1.932l-3.266-1.143A2.99 2.99 0 0 1 8 4.5a2.99 2.99 0 0 1-2.629-1.575L2.105 4.068L2.632 6H4.5a.5.5 0 0 1 .5.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 14h-7a.5.5 0 0 1-.5-.5V7H2.25a.5.5 0 0 1-.482-.369l-.75-2.75a.5.5 0 0 1 .317-.603l4.143-1.45a.5.5 0 0 1 .639.311A1.99 1.99 0 0 0 8.001 3.5c.851 0 1.607-.547 1.884-1.361a.5.5 0 0 1 .639-.311l4.143 1.45c.248.086.386.35.317.603l-.75 2.75a.5.5 0 0 1-.482.369h-1.75v6.5a.5.5 0 0 1-.5.5zM5 13h6V6.5a.5.5 0 0 1 .5-.5h1.868l.527-1.932l-3.266-1.143A2.99 2.99 0 0 1 8 4.5a2.99 2.99 0 0 1-2.629-1.575L2.105 4.068L2.632 6H4.5a.5.5 0 0 1 .5.5z"/></svg> </template>
CSS
.icon-jersey {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2014h-7a.5.5%200%200%201-.5-.5V7H2.25a.5.5%200%200%201-.482-.369l-.75-2.75a.5.5%200%200%201%20.317-.603l4.143-1.45a.5.5%200%200%201%20.639.311A1.99%201.99%200%200%200%208.001%203.5c.851%200%201.607-.547%201.884-1.361a.5.5%200%200%201%20.639-.311l4.143%201.45c.248.086.386.35.317.603l-.75%202.75a.5.5%200%200%201-.482.369h-1.75v6.5a.5.5%200%200%201-.5.5zM5%2013h6V6.5a.5.5%200%200%201%20.5-.5h1.868l.527-1.932l-3.266-1.143A2.99%202.99%200%200%201%208%204.5a2.99%202.99%200%200%201-2.629-1.575L2.105%204.068L2.632%206H4.5a.5.5%200%200%201%20.5.5z%22%2F%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%2014h-7a.5.5%200%200%201-.5-.5V7H2.25a.5.5%200%200%201-.482-.369l-.75-2.75a.5.5%200%200%201%20.317-.603l4.143-1.45a.5.5%200%200%201%20.639.311A1.99%201.99%200%200%200%208.001%203.5c.851%200%201.607-.547%201.884-1.361a.5.5%200%200%201%20.639-.311l4.143%201.45c.248.086.386.35.317.603l-.75%202.75a.5.5%200%200%201-.482.369h-1.75v6.5a.5.5%200%200%201-.5.5zM5%2013h6V6.5a.5.5%200%200%201%20.5-.5h1.868l.527-1.932l-3.266-1.143A2.99%202.99%200%200%201%208%204.5a2.99%202.99%200%200%201-2.629-1.575L2.105%204.068L2.632%206H4.5a.5.5%200%200%201%20.5.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/jersey.svg?color=%231a73e8&size=48