Piccoma Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Piccoma 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/331243.svg" alt="Piccoma icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331243.svg" alt="Piccoma icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331243.svg" alt="Piccoma icon" :width="24" :height="24" />
CSS background
.icon-piccoma {
background-image: url('https://proicons.com/icon/331243.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M27.2652,6.5154L4.5,17.9767l8.8074,19.8065,17.3806-3.4647-.3615,7.1661,4.7794-7.9367,3.9779-.7729,4.4161-15.9493L27.2652,6.5154Z"/><path class="b" d="M15.9402,31.9103c10.8536-4.0586,12.213-13.1202,12.6738-17.3854"/><path class="b" d="M19.5075,16.9143l1.6388,3.9314"/><path class="b" d="M11.4599,20.9213l3.5683.202-2.4675,2.7916"/></svg>
Copied!