Workflowy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Workflowy 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/349817.svg" alt="Workflowy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349817.svg" alt="Workflowy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349817.svg" alt="Workflowy icon" :width="24" :height="24" />
CSS background
.icon-workflowy {
background-image: url('https://proicons.com/icon/349817.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="10.6933" cy="11.1064" r="5.1937"/><path class="a" d="M15.2414,8.5071h24.37c3.0317,0,3.3855,5.7447.3335,5.7447H14.9719"/><circle class="a" cx="11.1265" cy="36.8936" r="5.1937"/><path class="a" d="M15.6746,34.2943h24.37c3.0317,0,3.3855,5.7448.3335,5.7448H15.4051"/><circle class="a" cx="20.3546" cy="24.3059" r="4.9853"/><path class="a" d="M24.6107,21.28H40.1721c3.0244,0,3.0369,6.0916-.0008,6.0916H24.6128"/></svg>
Copied!