Projectm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Projectm 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/331644.svg" alt="Projectm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331644.svg" alt="Projectm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331644.svg" alt="Projectm icon" :width="24" :height="24" />
CSS background
.icon-projectm {
background-image: url('https://proicons.com/icon/331644.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><line class="c" x1="8.6309" y1="13.6883" x2="8.6309" y2="20.9104"/><path class="c" d="M8.6309,16.6674c0,.993.8125,1.8055,1.8055,1.8055h0c.993,0,1.8055-.8125,1.8055-1.8055v-1.1736c0-.993-.8125-1.8055-1.8055-1.8055h0c-.993,0-1.8055.8125-1.8055,1.8055"/><path class="c" d="M35.5904,17.5702c-.2708.5417-.9028.9028-1.5347.9028h0c-.993,0-1.8055-.8125-1.8055-1.8055v-1.1736c0-.993.8125-1.8055,1.8055-1.8055h0c.6319,0,1.2639.3611,1.5347.9028"/><path class="c" d="M29.7568,17.5702c-.2708.5417-.9028.9028-1.5347.9028h0c-.993,0-1.8055-.8125-1.8055-1.8055v-1.1736c0-.993.8125-1.8055,1.8055-1.8055h0c.993,0,1.8055.8125,1.8055,1.8055v.6319h-3.6111"/><path class="d" d="M24.9311,11.5217c0,.4142-.3358.75-.75.75h0c-.4142,0-.75-.3358-.75-.75h0c0-.4142.3358-.75.75-.75h0c.4142,0,.75.3358.75.75h0Z"/><path class="c" d="M24.1811,13.6883v5.4166c0,.993-.8125,1.8055-1.8055,1.8055h0c-.4514,0-.9028-.1806-1.2639-.5417"/><line class="c" x1="37.4733" y1="13.6883" x2="39.3691" y2="13.6883"/><line class="c" x1="38.4663" y1="12.1536" x2="38.4663" y2="18.473"/><line class="c" x1="14.6856" y1="13.6883" x2="14.6856" y2="18.473"/><path class="c" d="M14.6856,15.4938c0-.993.8125-1.8055,1.8055-1.8055h0"/><path class="c" d="M20.2025,18.473h0c-.993,0-1.8055-.8125-1.8055-1.8055v-1.1736c0-.993.8125-1.8055,1.8055-1.8055h0c.993,0,1.8055.8125,1.8055,1.8055v1.1736c0,.993-.8125,1.8055-1.8055,1.8055Z"/><polyline class="c" points="17.7445 37.2283 17.7445 24.7174 24 37.2283 30.2555 24.7174 30.2555 37.2283"/><path class="c" d="M38.5,5.5001H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5001c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!