Square Enix Software Token Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Square Enix Software Token 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/347798.svg" alt="Square Enix Software Token icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347798.svg" alt="Square Enix Software Token icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347798.svg" alt="Square Enix Software Token icon" :width="24" :height="24" />
CSS background
.icon-square-enix-software-token {
background-image: url('https://proicons.com/icon/347798.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><circle class="c" cx="24" cy="24" r="16"/><path class="c" d="M26.001,10.144c6.8875.9946,11.9989,6.8971,11.999,13.856h0c-.0002,6.9592-5.1121,12.8618-12,13.856"/><path class="c" d="M22,37.856c-6.8879-.9942-11.9998-6.8968-12-13.856.0002-6.9592,5.1121-12.8618,12-13.856"/><circle class="c" cx="24" cy="24" r="12"/><path class="c" d="M24,16c-2.2091,0-4,1.7909-4,4,.0039,1.474.8182,2.8264,2.1191,3.5195l-2.1191,8.4805h8l-2.1191-8.4805c1.3009-.6931,2.1152-2.0455,2.1191-3.5195,0-2.2091-1.7909-4-4-4Z"/><path class="c" d="M5.5,24h2.5"/><path class="c" d="M42.5,24h-2.5"/></svg>
Copied!