Fineasy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fineasy 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/325874.svg" alt="Fineasy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325874.svg" alt="Fineasy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325874.svg" alt="Fineasy icon" :width="24" :height="24" />
CSS background
.icon-fineasy {
background-image: url('https://proicons.com/icon/325874.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="M10.0055,39.6346v-13.44c0-12.1928,10.7389-17.9136,19.123-17.8283,8.3841.0853,13.3714,7.8849,13.3714,7.8849"/><path id="d" class="f" d="M5.5,26.4951l33.9417-.0273c-.2198-5.2838-3.922-11.3628-11.4413-11.3092-7.5193.0536-10.3597,7.0106-10.3764,6.8839"/><path id="e" class="f" d="M16.8047,26.486c-.0431,5.8882,4.1458,10.9738,11.3868,10.9632,7.241-.0106,9.9668-6.8019,9.9668-6.8019"/></svg>
Copied!