Macave Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Macave 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/343323.svg" alt="Macave icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343323.svg" alt="Macave icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343323.svg" alt="Macave icon" :width="24" :height="24" />
CSS background
.icon-macave {
background-image: url('https://proicons.com/icon/343323.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="M24.8981,5.5759c9.7188,0,17.6019,7.8819,17.6019,17.6019,0,9.7331-7.8819,17.6151-17.6019,17.6151S7.2962,32.9109,7.2962,23.1777c0-9.7199,7.8819-17.6019,17.6019-17.6019ZM5.5,42.4241l6.8409-6.6485"/><path class="b" d="M19.7303,39.71v-12.2417c-.3023-4.2905,3.4672-4.2905,3.4672-8.1974v-7.6225h2.8384v7.6225c0,3.9069,3.7156,3.9069,3.7156,8.1974v12.2417M19.7303,29.004h10.0201M19.7303,35.1029h10.0201"/></svg>
Copied!