Appflowy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Appflowy 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/321952.svg" alt="Appflowy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321952.svg" alt="Appflowy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321952.svg" alt="Appflowy icon" :width="24" :height="24" />
CSS background
.icon-appflowy {
background-image: url('https://proicons.com/icon/321952.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="j" d="M6.42743679,22.67155616c-2.44925312-2.78287554.34974946-9.79499775,3.77870403-13.05361315,3.3634395-3.19713222,8.82739051-5.01945739,11.74835257-2.56314884,2.42909468,2.04305973,2.30310428,7.14516708-4.49231237,11.44396069-4.36430724,2.76170925-9.39585931,6.03342814-11.03474422,4.1728013Z"/><path id="f" class="j" d="M25.54874738,6.29179782c2.78287554-2.44925312,9.79499967.34874161,13.05361315,3.77870403,3.19713318,3.3634395,5.01945691,8.82739051,2.56314787,11.74734328-2.04306069,2.42909468-7.14516804,2.30411165-11.44395973-4.491305-2.76170925-4.3653146-6.03342814-9.39585931-4.1728013-11.0347423Z"/><path id="g" class="j" d="M41.56363852,25.32844323c2.4492536,2.78287554-.34974946,9.79499967-3.77870451,13.05361315-3.36343758,3.19713318-8.82739051,5.01945691-11.74835257,2.56314787-2.42909468-2.04306069-2.30310428-7.14516804,4.49231237-11.44395973,4.36430531-2.76170925,9.39585835-6.03342814,11.03474471-4.1728013Z"/><path id="h" class="j" d="M22.44232744,41.70820206c-2.78287554,2.4492536-9.79499775-.34874209-13.05361315-3.77870451-3.19713222-3.36343758-5.01945739-8.82739051-2.56314884-11.74734328,2.04305973-2.42909468,7.14516708-2.30411165,11.44396069,4.491305,2.76170925,4.3653146,6.03342814,9.39586027,4.1728013,11.03474278Z"/><path id="i" class="j" d="M42.5,28.31189488v12.12733305c0,.91116187-.73376871,1.64493058-1.64392321,1.64493058h-11.47621478"/></svg>
Copied!