Powerampache Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Powerampache 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/346103.svg" alt="Powerampache icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346103.svg" alt="Powerampache icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346103.svg" alt="Powerampache icon" :width="24" :height="24" />
CSS background
.icon-powerampache {
background-image: url('https://proicons.com/icon/346103.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="m32.787,15.407c.0025,1.6882-.4838,3.3411-1.4,4.759m-2.225,2.352c-1.4996,1.0915-3.3073,1.6781-5.162,1.675m8.787-8.786c.0025-1.6882-.4838-3.3411-1.4-4.759m-2.225-2.353c-1.4996-1.0915-3.3073-1.6781-5.162-1.675-1.8547-.0031-3.6624.5835-5.162,1.675m-2.225,2.352c-.9164,1.4182-1.4027,3.0714-1.4,4.76,0,1.753.514,3.387,1.4,4.759m2.225,2.352c1.4996,1.0915,3.3073,1.6781,5.162,1.675m-7.392-4.044c.2077-.0831.4293-.1259.653-.126.9715,0,1.759.7875,1.759,1.759v.001c0,.256-.0561.5089-.164.741m10.288,0c-.1081-.2324-.164-.4857-.164-.742,0-.9715.7875-1.759,1.759-1.759h0c.224,0,.446.0427.654.126m-12.537-11.859c.1081.2324.164.4857.164.742,0,.9715-.7875,1.759-1.759,1.759h0c-.224,0-.446-.0427-.654-.126m14.785,0c-.2077.0831-.4293.1259-.653.126-.9715,0-1.759-.7875-1.759-1.759v-.001c0-.256.0561-.5089.164-.741m-3.005,7.118c-.0011,1.1806-.9584,2.137-2.139,2.137m2.139-2.138c.0006-1.1813-.9567-2.1394-2.138-2.14s-2.1394.9567-2.14,2.138c-.0006,1.1813.9567,2.1394,2.138,2.14h.001m5.51-2.138c0,3.0431-2.4669,5.51-5.51,5.51h0m5.51-5.51c0-3.0431-2.4669-5.51-5.51-5.51s-5.51,2.4669-5.51,5.51,2.4669,5.51,5.51,5.51m1.445,15.616l-1.445-1.312-1.445,1.312m13.743-2.154l-1.311-1.098-1.658,1.147m1.578-8.037v-10.984m0,0c0,6.023-4.883,10.906-10.907,10.906m0,0c4.512,3.898,4.38,10.301,0,17.187m10.698-17.11l-3.326,4.136c-.005,4.06.958,8.436,3.43,11.302,2.473-2.866,3.436-7.242,3.43-11.302l-3.325-4.135v10.733m0-21.717c0-6.024-4.883-10.907-10.907-10.907s-10.907,4.883-10.907,10.907,4.883,10.906,10.907,10.906m0,0c-4.512,3.898-4.38,10.301,0,17.187m0-17.187v11.462m-10.907-11.385v-10.983m.21,10.984l3.325,4.135c.005,4.06-.958,8.436-3.43,11.302-2.473-2.866-3.436-7.242-3.43-11.302l3.325-4.135v10.733m9.473-4.06l1.434-1.144,1.434,1.144m-13.732,1.315l1.311-1.098,1.658,1.147"/></svg>
Copied!