Fortitoken Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fortitoken Mobile 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/326168.svg" alt="Fortitoken Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326168.svg" alt="Fortitoken Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326168.svg" alt="Fortitoken Mobile icon" :width="24" :height="24" />
CSS background
.icon-fortitoken-mobile {
background-image: url('https://proicons.com/icon/326168.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.8587" y="14.4519" width="36.2826" height="19.0961" rx="2.78" ry="2.78" transform="translate(-8.6079 14.5807) rotate(-28.8879)"/><rect class="c" x="16.0148" y="10.6998" width="13.5361" height="27.9428" rx=".9267" ry=".9267" transform="translate(33.3778 -7.1953) rotate(61.1121)"/><line class="c" x1="38.8641" y1="19.4379" x2="35.7854" y2="13.8581"/></svg>
Copied!