Fancode Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fancode 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/340265.svg" alt="Fancode icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340265.svg" alt="Fancode icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340265.svg" alt="Fancode icon" :width="24" :height="24" />
CSS background
.icon-fancode {
background-image: url('https://proicons.com/icon/340265.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M34.4315,26.7509l-.0121.0684c-.5389,3.0565-3.4536,5.5343-6.5101,5.5343h0c-3.0565,0-5.0974-2.4778-4.5584-5.5343l.9943-5.6387c.5389-3.0565,3.4536-5.5343,6.5101-5.5343h0c3.0565,0,5.0973,2.4778,4.5584,5.5343l-.0121.0684"/><line class="b" x1="13.973" y1="24" x2="19.4028" y2="24"/><polyline class="b" points="12.5 32.3536 15.4459 15.6464 23.7995 15.6464"/></svg>
Copied!