Ning Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ning 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/344784.svg" alt="Ning icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344784.svg" alt="Ning icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344784.svg" alt="Ning icon" :width="24" :height="24" />
CSS background
.icon-ning {
background-image: url('https://proicons.com/icon/344784.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M30.1,12.25l-9.3,20.9c-1.5,3.4,5.8,6,6.6,1.9l4.3-22.5c.2-1.4-.9-1.8-1.6-.3Z"/><path class="a" d="M30.65,11.49a28.64,28.64,0,0,0-26.88,7.6"/><path class="a" d="M44.23,19.09a28.56,28.56,0,0,0-12.51-7.32"/><path class="a" d="M26.38,20.6A18.87,18.87,0,0,0,10.66,26"/><path class="a" d="M37.34,26A18.75,18.75,0,0,0,30,21.43"/></svg>
Copied!