Mercurygram Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mercurygram 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/329089.svg" alt="Mercurygram icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329089.svg" alt="Mercurygram icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329089.svg" alt="Mercurygram icon" :width="24" :height="24" />
CSS background
.icon-mercurygram {
background-image: url('https://proicons.com/icon/329089.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m25.3053,24.7622c6.5919-.2351,8.5141-3.0609,8.886-8.4605h-17.4269"/><path id="d" class="e" d="m34.1914,16.3007c5.9323-.1686,8.3613-4.0001,8.3078-8.9941l-31.5439.125c-3.9228.3164-5.4264,2.7018-5.3927,4.6369,0,0-.0625,28.6249-.0625,28.6249,7.3794-.1041,7.8029-4.024,7.8852-9.129,3.3634-.127,6.3419.3174,8.4506-.7072,2.1097-1.0246,3.4001-2.7216,3.4695-6.0949l-10.7487-.1835"/></svg>
Copied!