Easy Fast Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Easy Fast 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/339453.svg" alt="Easy Fast icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339453.svg" alt="Easy Fast icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339453.svg" alt="Easy Fast icon" :width="24" :height="24" />
CSS background
.icon-easy-fast {
background-image: url('https://proicons.com/icon/339453.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><path class="b" d="M41.6111,11.6677c6.6015,9.4279,4.6076,22.383-4.5234,29.389s-22.16,5.5795-29.558-3.2372C.1316,29.0028.9888,15.9235,9.4745,8.1485,17.9601.3729,31.0645.6588,39.2025,8.7972l-26.918,26.918"/></svg>
Copied!