Warframe Companion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Warframe Companion 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/349545.svg" alt="Warframe Companion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349545.svg" alt="Warframe Companion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349545.svg" alt="Warframe Companion icon" :width="24" :height="24" />
CSS background
.icon-warframe-companion {
background-image: url('https://proicons.com/icon/349545.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m9.5389,23.8102c-2.3124,1.5876-5.0389,2.0363-5.0389,2.0363,1.346,1.9673,3.831,8.2832,3.831,8.2832l2.1398.8283"/><path class="c" d="m11.023,27.6066s-.9319.6212-1.5531.6212c.8283,1.5186,1.7602,3.1752,2.2434,4.4867"/><path class="c" d="m32.4212,31.4031c2.7265-4.0035,4.1416-5.9363,2.8991-10.5611,0,0-7.9726-3.831-11.3204-7.8-3.3478,3.969-11.3204,7.8-11.3204,7.8-1.2425,4.6248.1726,6.5575,2.8991,10.5611"/><path class="c" d="m38.4611,23.8102c2.3124,1.5876,5.0389,2.0363,5.0389,2.0363-1.346,1.9673-3.831,8.2832-3.831,8.2832l-2.1398.8283"/><path class="c" d="m36.977,27.6066s.9319.6212,1.5531.6212c-.8283,1.5186-1.7602,3.1752-2.2434,4.4867"/><path class="c" d="m29.6429,32.4558c2.2434-2.4504,2.3642-4.2796,1.7774-6.5748-1.6394-.5695-5.0389-2.623-7.4204-4.5903-2.3814,1.9673-5.781,4.0208-7.4204,4.5903-.5867,2.2951-.4659,4.1243,1.7774,6.5748"/><path class="c" d="m27.4257,33.6119c1.3644-2.019,1.1818-4.2279,1.1818-4.2279,0,0-2.8128-.9319-4.6075-2.8819-1.7947,1.95-4.6075,2.8819-4.6075,2.8819,0,0-.1825,2.2088,1.1818,4.2279"/></svg>
Copied!