Spdx Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Spdx 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/316114.svg" alt="Spdx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316114.svg" alt="Spdx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316114.svg" alt="Spdx icon" :width="24" :height="24" />
CSS background
.icon-spdx {
background-image: url('https://proicons.com/icon/316114.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>SPDX</title><path d="M0 0v24H8.222l2.089-2.373 2.09-2.374V13.2H18.978l2.51-2.488L24 8.223V0H12zm5.2 5.2h13.791L12.2 12c-3.735 3.74-6.838 6.8-6.896 6.8-.057 0-.104-3.06-.104-6.8zm8.4 8.8v10H24V14h-5.2z"/></svg>
Copied!