jira icon
jira from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- jira
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the jira icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.021 2.2L3.581 14.601a1.99 1.99 0 0 0 0 2.802L16.021 29.8l.708-.703c3.639-3.625 5.865-5.845 7.181-7.16l1.356-1.358a5 5 0 0 0 .248-.26l.078-.074l-.006-.008l.062-.078l2.764-2.758c.38-.374.588-.871.588-1.402s-.208-1.026-.586-1.4c-1.663-1.66-3.58-3.583-5.508-5.516c-2.16-2.166-4.333-4.346-6.177-6.182L16.02 2.2zm0 2.823c1.68 1.676 3.58 3.58 5.47 5.473c1.922 1.928 3.834 3.845 5.495 5.502c-1.354 1.35-2.308 2.302-2.96 2.99c-.125.113-.251.238-.381.366c-.224.22-.444.432-.493.478l.018.02a8884 8884 0 0 1-7.147 7.125L4.993 16.016L16.02 5.023zm0 5.903L10.928 16l5.093 5.074L21.117 16zm0 2.822L18.283 16l-2.262 2.252L13.761 16z"/></svg>
React
import type { SVGProps } from "react";
export function LaJira(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.021 2.2L3.581 14.601a1.99 1.99 0 0 0 0 2.802L16.021 29.8l.708-.703c3.639-3.625 5.865-5.845 7.181-7.16l1.356-1.358a5 5 0 0 0 .248-.26l.078-.074l-.006-.008l.062-.078l2.764-2.758c.38-.374.588-.871.588-1.402s-.208-1.026-.586-1.4c-1.663-1.66-3.58-3.583-5.508-5.516c-2.16-2.166-4.333-4.346-6.177-6.182L16.02 2.2zm0 2.823c1.68 1.676 3.58 3.58 5.47 5.473c1.922 1.928 3.834 3.845 5.495 5.502c-1.354 1.35-2.308 2.302-2.96 2.99c-.125.113-.251.238-.381.366c-.224.22-.444.432-.493.478l.018.02a8884 8884 0 0 1-7.147 7.125L4.993 16.016L16.02 5.023zm0 5.903L10.928 16l5.093 5.074L21.117 16zm0 2.822L18.283 16l-2.262 2.252L13.761 16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.021 2.2L3.581 14.601a1.99 1.99 0 0 0 0 2.802L16.021 29.8l.708-.703c3.639-3.625 5.865-5.845 7.181-7.16l1.356-1.358a5 5 0 0 0 .248-.26l.078-.074l-.006-.008l.062-.078l2.764-2.758c.38-.374.588-.871.588-1.402s-.208-1.026-.586-1.4c-1.663-1.66-3.58-3.583-5.508-5.516c-2.16-2.166-4.333-4.346-6.177-6.182L16.02 2.2zm0 2.823c1.68 1.676 3.58 3.58 5.47 5.473c1.922 1.928 3.834 3.845 5.495 5.502c-1.354 1.35-2.308 2.302-2.96 2.99c-.125.113-.251.238-.381.366c-.224.22-.444.432-.493.478l.018.02a8884 8884 0 0 1-7.147 7.125L4.993 16.016L16.02 5.023zm0 5.903L10.928 16l5.093 5.074L21.117 16zm0 2.822L18.283 16l-2.262 2.252L13.761 16z"/></svg> </template>
CSS
.icon-jira {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.021%202.2L3.581%2014.601a1.99%201.99%200%200%200%200%202.802L16.021%2029.8l.708-.703c3.639-3.625%205.865-5.845%207.181-7.16l1.356-1.358a5%205%200%200%200%20.248-.26l.078-.074l-.006-.008l.062-.078l2.764-2.758c.38-.374.588-.871.588-1.402s-.208-1.026-.586-1.4c-1.663-1.66-3.58-3.583-5.508-5.516c-2.16-2.166-4.333-4.346-6.177-6.182L16.02%202.2zm0%202.823c1.68%201.676%203.58%203.58%205.47%205.473c1.922%201.928%203.834%203.845%205.495%205.502c-1.354%201.35-2.308%202.302-2.96%202.99c-.125.113-.251.238-.381.366c-.224.22-.444.432-.493.478l.018.02a8884%208884%200%200%201-7.147%207.125L4.993%2016.016L16.02%205.023zm0%205.903L10.928%2016l5.093%205.074L21.117%2016zm0%202.822L18.283%2016l-2.262%202.252L13.761%2016z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.021%202.2L3.581%2014.601a1.99%201.99%200%200%200%200%202.802L16.021%2029.8l.708-.703c3.639-3.625%205.865-5.845%207.181-7.16l1.356-1.358a5%205%200%200%200%20.248-.26l.078-.074l-.006-.008l.062-.078l2.764-2.758c.38-.374.588-.871.588-1.402s-.208-1.026-.586-1.4c-1.663-1.66-3.58-3.583-5.508-5.516c-2.16-2.166-4.333-4.346-6.177-6.182L16.02%202.2zm0%202.823c1.68%201.676%203.58%203.58%205.47%205.473c1.922%201.928%203.834%203.845%205.495%205.502c-1.354%201.35-2.308%202.302-2.96%202.99c-.125.113-.251.238-.381.366c-.224.22-.444.432-.493.478l.018.02a8884%208884%200%200%201-7.147%207.125L4.993%2016.016L16.02%205.023zm0%205.903L10.928%2016l5.093%205.074L21.117%2016zm0%202.822L18.283%2016l-2.262%202.252L13.761%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/jira.svg?color=%231a73e8&size=48