Me Gold Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Me Gold 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/343539.svg" alt="Me Gold icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343539.svg" alt="Me Gold icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343539.svg" alt="Me Gold icon" :width="24" :height="24" />
CSS background
.icon-me-gold {
background-image: url('https://proicons.com/icon/343539.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M25.1571,2.5c-11.8853-.0026-21.5216,9.6249-21.5216,21.5,0,11.8751,9.6364,21.5049,21.5216,21.5,7.4127-.003,14.3001-3.8251,18.2288-10.1057h-2.2487v-12.1825c0-3.2029-2.9727-5.1246-6.1832-1.9165l.0196,14.0989h-6.8673v-12.1825c0-3.3206-3.1976-5.2691-6.54-1.5469v13.7294h-6.8673V14.0774h6.8673v2.7079c1.8706-1.5274,4.1637-2.4471,5.6758-2.7079.5944-.1025,1.2307-.1771,1.8821-.1701.6514.007,1.3198.0984,1.977.327,1.0616.3694,2.2955,1.039,3.0801,2.9042,1.9353-1.7412,4.4648-2.7853,6.0915-3.0611,1.3954-.2366,2.8511-.1775,4.0916.2453-3.6563-7.2469-11.0849-11.8209-19.2075-11.8227Z"/></svg>
Copied!