Artflow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Artflow 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/336619.svg" alt="Artflow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336619.svg" alt="Artflow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336619.svg" alt="Artflow icon" :width="24" :height="24" />
CSS background
.icon-artflow {
background-image: url('https://proicons.com/icon/336619.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="M42.3296,25.2877c.0006,1.7137-1.3881,3.1035-3.1018,3.1041h-.0023c-1.7137.0013-3.104-1.3869-3.1053-3.1006v-.0035c-.0006-1.7137,1.3881-3.1035,3.1018-3.1041h.0035c1.7137-.0006,3.1035,1.3881,3.1041,3.1018v.0023M29.1856,28.3918l2.5765-1.1889M26.0814,19.0794c.0007-4.1934,2.7457-7.8923,6.7591-9.1079M26.0814,27.4749c.0002-4.9249-3.9921-8.9174-8.917-8.9176-4.9249-.0002-8.9174,3.9921-8.9176,8.917-.0002,4.9249,3.9921,8.9174,8.917,8.9176,2.2031,0,4.3282-.8154,5.9657-2.2892M26.0814,27.4749v9.4914M45.5,24c-1.0971,10.6501-11.1312,9.3996-13.0092,11.7762-1.1598,1.4666,1.4097,2.7462,1.5585,5.6992.1162,2.2825-4.3628,4.0246-10.0492,4.0246-11.8738,0-21.5-9.6262-21.5-21.5S12.1262,2.5,24,2.5s21.5,9.625,21.5,21.5"/></svg>
Copied!