Mactivepro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mactivepro 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/343331.svg" alt="Mactivepro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343331.svg" alt="Mactivepro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343331.svg" alt="Mactivepro icon" :width="24" :height="24" />
CSS background
.icon-mactivepro {
background-image: url('https://proicons.com/icon/343331.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.9998,11.7458l-1.1947-1.1947c-3.9588-3.9588-10.377-3.9588-14.336,0-3.9588,3.9588-3.9588,10.377,0,14.336l15.531,15.531,8.6614-8.6615-3.584-3.584-5.0774,5.0774-11.947-11.947c-1.9794-1.9794-1.9794-5.1887,0-7.1681,1.9794-1.9794,5.1887-1.9794,7.1681,0l15.531,15.531,4.7787-4.7787c3.9588-3.9588,3.9588-10.377,0-14.336-3.9588-3.9588-10.377-3.9588-14.336,0l-1.1951,1.1946Z"/><path class="b" d="M34.7518,22.4977l-7.1681-7.1681,1.1947-1.1947c1.9794-1.9794,5.1887-1.9794,7.1681,0,1.9794,1.9794,1.9794,5.1887,0,7.1681l-1.1947,1.1947Z"/></svg>
Copied!