Piwigo Ng Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Piwigo Ng 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/331286.svg" alt="Piwigo Ng icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331286.svg" alt="Piwigo Ng icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331286.svg" alt="Piwigo Ng icon" :width="24" :height="24" />
CSS background
.icon-piwigo-ng {
background-image: url('https://proicons.com/icon/331286.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="35.9551" cy="9.7456" r="1.9453"/><path class="c" d="m36.1224,3.2029c-1.239-.031-2.4011.2835-3.3991.8533-1.8024,1.029-3.8914,1.4439-5.9668,1.4439h-12.6973c-4.7271,0-8.5591,3.8321-8.5591,8.5591v19.8816c0,4.7271,3.8321,8.5591,8.5591,8.5591h19.8817c4.7271,0,8.5591-3.8321,8.5591-8.5591V9.979c0-3.5894-2.7893-6.6863-6.3776-6.7761Z"/><g><circle class="c" cx="24" cy="24" r="6.5"/><circle class="c" cx="24" cy="24" r="10.5"/></g></svg>
Copied!