Jsonwebtokens Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Jsonwebtokens icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/314847.svg" alt="Jsonwebtokens icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314847.svg" alt="Jsonwebtokens icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314847.svg" alt="Jsonwebtokens icon" :width="24" :height="24" />
CSS background
.icon-jsonwebtokens {
background-image: url('https://proicons.com/icon/314847.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>JSON Web Tokens</title><path d="M10.2 0v6.456L12 8.928l1.8-2.472V0zm3.6 6.456v3.072l2.904-.96L20.52 3.36l-2.928-2.136zm2.904 2.112l-1.8 2.496 2.928.936 6.144-1.992-1.128-3.432zM17.832 12l-2.928.936 1.8 2.496 6.144 1.992 1.128-3.432zm-1.128 3.432l-2.904-.96v3.072l3.792 5.232 2.928-2.136zM13.8 17.544L12 15.072l-1.8 2.472V24h3.6zm-3.6 0v-3.072l-2.904.96L3.48 20.64l2.928 2.136zm-2.904-2.112l1.8-2.496L6.168 12 .024 13.992l1.128 3.432zM6.168 12l2.928-.936-1.8-2.496-6.144-1.992-1.128 3.432zm1.128-3.432l2.904.96V6.456L6.408 1.224 3.48 3.36Z"/></svg>
Copied!