jira logo
jira from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- jira
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the jira logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGDpAQxe3U" x1="22.034" x2="17.118" y1="9.773" y2="14.842" gradientTransform="scale(4)" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGradient><linearGradient id="SVGpIgg8d0V" x1="16.641" x2="10.957" y1="15.564" y2="21.094" gradientTransform="scale(4)" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGradient></defs><path fill="#2684ff" d="M108.023 16H61.805c0 11.52 9.324 20.848 20.847 20.848h8.5v8.226c0 11.52 9.328 20.848 20.848 20.848V19.977A3.98 3.98 0 0 0 108.023 16m0 0"/><path fill="url(#SVGDpAQxe3U)" d="M85.121 39.04H38.902c0 11.519 9.325 20.847 20.844 20.847h8.504v8.226c0 11.52 9.328 20.848 20.848 20.848V43.016a3.983 3.983 0 0 0-3.977-3.977zm0 0"/><path fill="url(#SVGpIgg8d0V)" d="M62.219 62.078H16c0 11.524 9.324 20.848 20.848 20.848h8.5v8.23c0 11.52 9.328 20.844 20.847 20.844V66.059a3.984 3.984 0 0 0-3.976-3.98zm0 0"/></svg>
React
import type { SVGProps } from "react";
export function DeviconJira(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGDpAQxe3U" x1="22.034" x2="17.118" y1="9.773" y2="14.842" gradientTransform="scale(4)" gradientUnits="userSpaceOnUse"><stop offset=".176" stopColor="#0052cc"/><stop offset="1" stopColor="#2684ff"/></linearGradient><linearGradient id="SVGpIgg8d0V" x1="16.641" x2="10.957" y1="15.564" y2="21.094" gradientTransform="scale(4)" gradientUnits="userSpaceOnUse"><stop offset=".176" stopColor="#0052cc"/><stop offset="1" stopColor="#2684ff"/></linearGradient></defs><path fill="#2684ff" d="M108.023 16H61.805c0 11.52 9.324 20.848 20.847 20.848h8.5v8.226c0 11.52 9.328 20.848 20.848 20.848V19.977A3.98 3.98 0 0 0 108.023 16m0 0"/><path fill="url(#SVGDpAQxe3U)" d="M85.121 39.04H38.902c0 11.519 9.325 20.847 20.844 20.847h8.504v8.226c0 11.52 9.328 20.848 20.848 20.848V43.016a3.983 3.983 0 0 0-3.977-3.977zm0 0"/><path fill="url(#SVGpIgg8d0V)" d="M62.219 62.078H16c0 11.524 9.324 20.848 20.848 20.848h8.5v8.23c0 11.52 9.328 20.844 20.847 20.844V66.059a3.984 3.984 0 0 0-3.976-3.98zm0 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGDpAQxe3U" x1="22.034" x2="17.118" y1="9.773" y2="14.842" gradientTransform="scale(4)" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGradient><linearGradient id="SVGpIgg8d0V" x1="16.641" x2="10.957" y1="15.564" y2="21.094" gradientTransform="scale(4)" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGradient></defs><path fill="#2684ff" d="M108.023 16H61.805c0 11.52 9.324 20.848 20.847 20.848h8.5v8.226c0 11.52 9.328 20.848 20.848 20.848V19.977A3.98 3.98 0 0 0 108.023 16m0 0"/><path fill="url(#SVGDpAQxe3U)" d="M85.121 39.04H38.902c0 11.519 9.325 20.847 20.844 20.847h8.504v8.226c0 11.52 9.328 20.848 20.848 20.848V43.016a3.983 3.983 0 0 0-3.977-3.977zm0 0"/><path fill="url(#SVGpIgg8d0V)" d="M62.219 62.078H16c0 11.524 9.324 20.848 20.848 20.848h8.5v8.23c0 11.52 9.328 20.844 20.847 20.844V66.059a3.984 3.984 0 0 0-3.976-3.98zm0 0"/></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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGDpAQxe3U%22%20x1%3D%2222.034%22%20x2%3D%2217.118%22%20y1%3D%229.773%22%20y2%3D%2214.842%22%20gradientTransform%3D%22scale(4)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.176%22%20stop-color%3D%22%230052cc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232684ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGpIgg8d0V%22%20x1%3D%2216.641%22%20x2%3D%2210.957%22%20y1%3D%2215.564%22%20y2%3D%2221.094%22%20gradientTransform%3D%22scale(4)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.176%22%20stop-color%3D%22%230052cc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232684ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%232684ff%22%20d%3D%22M108.023%2016H61.805c0%2011.52%209.324%2020.848%2020.847%2020.848h8.5v8.226c0%2011.52%209.328%2020.848%2020.848%2020.848V19.977A3.98%203.98%200%200%200%20108.023%2016m0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDpAQxe3U)%22%20d%3D%22M85.121%2039.04H38.902c0%2011.519%209.325%2020.847%2020.844%2020.847h8.504v8.226c0%2011.52%209.328%2020.848%2020.848%2020.848V43.016a3.983%203.983%200%200%200-3.977-3.977zm0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGpIgg8d0V)%22%20d%3D%22M62.219%2062.078H16c0%2011.524%209.324%2020.848%2020.848%2020.848h8.5v8.23c0%2011.52%209.328%2020.844%2020.847%2020.844V66.059a3.984%203.984%200%200%200-3.976-3.98zm0%200%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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGDpAQxe3U%22%20x1%3D%2222.034%22%20x2%3D%2217.118%22%20y1%3D%229.773%22%20y2%3D%2214.842%22%20gradientTransform%3D%22scale(4)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.176%22%20stop-color%3D%22%230052cc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232684ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGpIgg8d0V%22%20x1%3D%2216.641%22%20x2%3D%2210.957%22%20y1%3D%2215.564%22%20y2%3D%2221.094%22%20gradientTransform%3D%22scale(4)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.176%22%20stop-color%3D%22%230052cc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232684ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%232684ff%22%20d%3D%22M108.023%2016H61.805c0%2011.52%209.324%2020.848%2020.847%2020.848h8.5v8.226c0%2011.52%209.328%2020.848%2020.848%2020.848V19.977A3.98%203.98%200%200%200%20108.023%2016m0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDpAQxe3U)%22%20d%3D%22M85.121%2039.04H38.902c0%2011.519%209.325%2020.847%2020.844%2020.847h8.504v8.226c0%2011.52%209.328%2020.848%2020.848%2020.848V43.016a3.983%203.983%200%200%200-3.977-3.977zm0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGpIgg8d0V)%22%20d%3D%22M62.219%2062.078H16c0%2011.524%209.324%2020.848%2020.848%2020.848h8.5v8.23c0%2011.52%209.328%2020.844%2020.847%2020.844V66.059a3.984%203.984%200%200%200-3.976-3.98zm0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/jira.svg?color=%231a73e8&size=48