jwt from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
jwt
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the jwt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.48 7.37l-.02-5.38h-3l.02 5.38l1.5 2.06zm-3 9.22v5.4h3v-5.4l-1.5-2.06z"/><path fill="currentColor" d="m13.48 16.6l3.16 4.36l2.42-1.76l-3.16-4.36l-2.42-.78zm-3-9.22L7.3 3.02L4.88 4.78l3.16 4.36l2.44.78z"/><path fill="currentColor" d="M8.04 9.14L2.92 7.48L2 10.32L7.12 12l2.42-.8zm6.36 3.64l1.5 2.06l5.12 1.66l.92-2.84L16.82 12zm2.42-.78l5.12-1.68l-.92-2.84l-5.12 1.66l-1.5 2.06zm-9.7 0L2 13.66l.92 2.84l5.12-1.66l1.5-2.06zm.92 2.84L4.88 19.2l2.42 1.76l3.18-4.36v-2.54zm7.86-5.7l3.16-4.36l-2.42-1.76l-3.16 4.36v2.54z"/></svg>

React

import type { SVGProps } from "react";

export function BxlJwt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.48 7.37l-.02-5.38h-3l.02 5.38l1.5 2.06zm-3 9.22v5.4h3v-5.4l-1.5-2.06z"/><path fill="currentColor" d="m13.48 16.6l3.16 4.36l2.42-1.76l-3.16-4.36l-2.42-.78zm-3-9.22L7.3 3.02L4.88 4.78l3.16 4.36l2.44.78z"/><path fill="currentColor" d="M8.04 9.14L2.92 7.48L2 10.32L7.12 12l2.42-.8zm6.36 3.64l1.5 2.06l5.12 1.66l.92-2.84L16.82 12zm2.42-.78l5.12-1.68l-.92-2.84l-5.12 1.66l-1.5 2.06zm-9.7 0L2 13.66l.92 2.84l5.12-1.66l1.5-2.06zm.92 2.84L4.88 19.2l2.42 1.76l3.18-4.36v-2.54zm7.86-5.7l3.16-4.36l-2.42-1.76l-3.16 4.36v2.54z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.48 7.37l-.02-5.38h-3l.02 5.38l1.5 2.06zm-3 9.22v5.4h3v-5.4l-1.5-2.06z"/><path fill="currentColor" d="m13.48 16.6l3.16 4.36l2.42-1.76l-3.16-4.36l-2.42-.78zm-3-9.22L7.3 3.02L4.88 4.78l3.16 4.36l2.44.78z"/><path fill="currentColor" d="M8.04 9.14L2.92 7.48L2 10.32L7.12 12l2.42-.8zm6.36 3.64l1.5 2.06l5.12 1.66l.92-2.84L16.82 12zm2.42-.78l5.12-1.68l-.92-2.84l-5.12 1.66l-1.5 2.06zm-9.7 0L2 13.66l.92 2.84l5.12-1.66l1.5-2.06zm.92 2.84L4.88 19.2l2.42 1.76l3.18-4.36v-2.54zm7.86-5.7l3.16-4.36l-2.42-1.76l-3.16 4.36v2.54z"/></svg>
</template>

CSS

.icon-jwt {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.48%207.37l-.02-5.38h-3l.02%205.38l1.5%202.06zm-3%209.22v5.4h3v-5.4l-1.5-2.06z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.48%2016.6l3.16%204.36l2.42-1.76l-3.16-4.36l-2.42-.78zm-3-9.22L7.3%203.02L4.88%204.78l3.16%204.36l2.44.78z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.04%209.14L2.92%207.48L2%2010.32L7.12%2012l2.42-.8zm6.36%203.64l1.5%202.06l5.12%201.66l.92-2.84L16.82%2012zm2.42-.78l5.12-1.68l-.92-2.84l-5.12%201.66l-1.5%202.06zm-9.7%200L2%2013.66l.92%202.84l5.12-1.66l1.5-2.06zm.92%202.84L4.88%2019.2l2.42%201.76l3.18-4.36v-2.54zm7.86-5.7l3.16-4.36l-2.42-1.76l-3.16%204.36v2.54z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.48%207.37l-.02-5.38h-3l.02%205.38l1.5%202.06zm-3%209.22v5.4h3v-5.4l-1.5-2.06z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.48%2016.6l3.16%204.36l2.42-1.76l-3.16-4.36l-2.42-.78zm-3-9.22L7.3%203.02L4.88%204.78l3.16%204.36l2.44.78z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.04%209.14L2.92%207.48L2%2010.32L7.12%2012l2.42-.8zm6.36%203.64l1.5%202.06l5.12%201.66l.92-2.84L16.82%2012zm2.42-.78l5.12-1.68l-.92-2.84l-5.12%201.66l-1.5%202.06zm-9.7%200L2%2013.66l.92%202.84l5.12-1.66l1.5-2.06zm.92%202.84L4.88%2019.2l2.42%201.76l3.18-4.36v-2.54zm7.86-5.7l3.16-4.36l-2.42-1.76l-3.16%204.36v2.54z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/jwt.svg?color=%231a73e8&size=48