Matlog Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Matlog 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/343488.svg" alt="Matlog icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343488.svg" alt="Matlog icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343488.svg" alt="Matlog icon" :width="24" :height="24" />
CSS background
.icon-matlog {
background-image: url('https://proicons.com/icon/343488.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M10.06,4.26C3.63,10.37,1.11,18,3.62,23.58a11.77,11.77,0,0,0-1,4.6c0,8.59,9.55,15.56,21.33,15.56s21.34-7,21.34-15.56a11.8,11.8,0,0,0-1.1-4.87c2.31-5.56-.24-13-6.56-19-2.2,1.18-7.93,5-10.23,8.57A30.43,30.43,0,0,0,24,12.62a28.5,28.5,0,0,0-3.7.24c-2.29-3.59-8-7.41-10.24-8.6Zm1.56,17H16m3.28,0h17.1m-24.76,4H16m3.28,0h17.1m-24.76,4H16m3.28,0h17.1m-24.76,4H16m3.28,0h17.1"/></svg>
Copied!