We Grow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The We Grow 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/349588.svg" alt="We Grow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349588.svg" alt="We Grow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349588.svg" alt="We Grow icon" :width="24" :height="24" />
CSS background
.icon-we-grow {
background-image: url('https://proicons.com/icon/349588.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"><path id="e" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="f" d="M42.4263,31.5911c-.0522,0-.1034.0004-.1537.0011" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><g id="g"><g id="h"><path id="i" d="M42.2726,31.5922c-1.9159.0282-2.4485.5879-3.1341,1.2743l-11.4451,2.8988c-1.1696-2.4324-1.8675-2.6091-4.046-2.5604l-.9872.0234c-1.4936-3.2305-.4204-7.4773,2.1638-8.3066,3.1281-1.0038,8.0142-1.7917,12.7436-5.2935,2.5423-1.8824,4.0775-4.3392,4.7161-6.9988" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="j" d="M5.7261,29.1488c4.3065-.6189,6.1363-.0203,7.4681,2.1412.6702,1.0877,1.3098,2.0582,4.051,2.0582l.6021.0052c.2368-1.8423.5307-4.3755-1.4249-4.8033-3.9973-.8744-11.3435-3.0738-9.1236-13.5792,2.5715.2669,6.3955,1.2332,9.2912,2.898-.1104-5.2553,2.8947-9.6987,8.3576-12.1544" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="k" d="M42.2871,35.9291c-3.986,2.8382-9.2791,5.1906-13.1903,6.3705" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></g><g id="l"><path id="m" d="M18.0771,25.322c-1.4075-2.6561-3.5039-3.8718-5.7419-5.7745" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path id="n" d="M34.7147,7.4871c-9.0903,5.7586-15.9551,12.053-14.9036,25.6919" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></g></g></svg>
Copied!