Fantop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fantop 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/340272.svg" alt="Fantop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340272.svg" alt="Fantop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340272.svg" alt="Fantop icon" :width="24" :height="24" />
CSS background
.icon-fantop {
background-image: url('https://proicons.com/icon/340272.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m24 5.502c-1.0608.0002042-2.0781.42173-2.8281 1.1719l-11.5 11.5c-.75014.75005-1.1717 1.7673-1.1719 2.8281v6c.0002042 1.0608.42173 2.0781 1.1719 2.8281l11.5 11.5c1.5621 1.5615 4.0941 1.5615 5.6562 0l11.5-11.5c.75014-.75005 1.1717-1.7673 1.1719-2.8281v-6c-.000204-1.0608-.42173-2.0781-1.1719-2.8281l-11.5-11.5c-.75005-.75014-1.7673-1.1717-2.8281-1.1719z"/><path class="d" d="m14.5 21 9.5-9.498 9.5 9.498"/><path class="d" d="m24 21-4.749-4.75"/></svg>
Copied!