2050 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 2050 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/321166.svg" alt="2050 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321166.svg" alt="2050 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321166.svg" alt="2050 icon" :width="24" :height="24" />
CSS background
.icon-2050 {
background-image: url('https://proicons.com/icon/321166.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M41.29,10.84a6.34,6.34,0,1,0-12.67,0c0,.09,0,.19,0,.28a14.06,14.06,0,0,0-16.38,1.41,2.9,2.9,0,1,0-3.26,4A14.1,14.1,0,0,0,21.43,37.32a13.76,13.76,0,0,0,4.13-.62,4.89,4.89,0,1,0,5.18-2.91,14,14,0,0,0,3.38-16.68,5.69,5.69,0,0,0,.83.07A6.34,6.34,0,0,0,41.29,10.84Z"/></svg>
Copied!