Jsr Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Jsr 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/314848.svg" alt="Jsr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314848.svg" alt="Jsr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314848.svg" alt="Jsr icon" :width="24" :height="24" />
CSS background
.icon-jsr {
background-image: url('https://proicons.com/icon/314848.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>JSR</title><path d="M3.692 5.538v3.693H0v7.384h7.385v1.847h12.923v-3.693H24V7.385h-7.385V5.538Zm1.846 1.847h1.847v7.384H1.846v-3.692h1.846v1.846h1.846zm3.693 0h5.538V9.23h-3.692v1.846h3.692v5.538H9.231V14.77h3.692v-1.846H9.231Zm7.384 1.846h5.539v3.692h-1.846v-1.846h-1.846v5.538h-1.847z"/></svg>
Copied!