Fossify Draw Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fossify Draw 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/340744.svg" alt="Fossify Draw icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340744.svg" alt="Fossify Draw icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340744.svg" alt="Fossify Draw icon" :width="24" :height="24" />
CSS background
.icon-fossify-draw {
background-image: url('https://proicons.com/icon/340744.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M12.12023269,15.07552425c3.28344933.42349197,6.03594204,1.41547553,6.03551807,4.2956818-.00022652,1.53885244-1.48652608,3.33472796-5.95467062,3.77220389-5.78301862.56621522-6.69862553,3.2226718-6.7010766,5.0277614-.00308466,2.27169169,2.00834074,3.89313268,5.32611366,5.22374609"/><path class="f" d="M28.86515131,9.72478547h4.40797998c1.58468768,0,2.87125302,1.28656534,2.87125302,2.87125302v22.67349391h-10.15048601V12.59603848c0-1.58468768,1.28656534-2.87125302,2.87125302-2.87125302Z" transform="translate(25.00783444 -15.37993521) rotate(45)"/><path class="f" d="M25.62644816,35.11732957l-7.17747749-7.17747749-1.75635611,6.7376599c-.34683992,1.33053279.86564091,2.54301363,2.19617371,2.19617371l6.7376599-1.75635611Z"/></svg>
Copied!