Mepom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mepom 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/329077.svg" alt="Mepom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329077.svg" alt="Mepom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329077.svg" alt="Mepom icon" :width="24" :height="24" />
CSS background
.icon-mepom {
background-image: url('https://proicons.com/icon/329077.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M13.3323,38.09c1.8444,1.6781,4.2557,3.1294,7.3323,3.1106,3.0765-.0189,3.4885-1.0054,6.1568-2.1165,2.6683-1.1074,3.6435-1.0356,5.4765-.9751M36.5688,37.1375c-1.5874,1.0923-3.205,2.1165-5.0872,2.6457M39.0784,33.8758c-1.3304,1.5534-2.9178,2.4567-4.698,2.8649M11.5143,33.9212c2.0825,3.5339,7.1169,5.5068,10.1669,4.7055,3.0463-.8013,2.9291-1.1905,4.6035-1.663,1.6743-.4649,4.029-.7068,6.0094-.1928M22.8907,37.0053c-7.8614-.8731-13.9691-7.302-13.9691-15.103s6.1077-14.2261,13.9691-15.103M23.2384,32.7382v-8.6929c-1.954-2.8006-4.3162-4.8416-7.2491-5.8016l-.1134,5.9792c-.1096,5.4463,3.3449,6.3118,7.3625,8.5153ZM24.5537,35.69v-7.5628c2.2072-5.7676,7.423-6.5499,10.7112-9.0142-.3402,4.8227.8466,9.0217-8.417,12.7975l-.3553,3.6094M25.8879,18.6254l-.4309,2.948M24.3307,17.4349c-.446,1.7386.7181,2.5814,1.1339,4.1613.3855,1.4627.1323,2.9631-.514,3.7757M25.4041,23.4292c-4.3616-2.7477-2.4265-7.4835-.1247-10.4769,3.583,3.2126,3.1332,7.8009.1247,10.4769Z"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!