Pge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pge 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/345722.svg" alt="Pge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345722.svg" alt="Pge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345722.svg" alt="Pge icon" :width="24" :height="24" />
CSS background
.icon-pge {
background-image: url('https://proicons.com/icon/345722.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>.n{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><g id="g"><path id="h" class="n" d="M24,4.5004c-.2851.0004-.5702.1091-.789.3279l-1.3475,1.3475,14.4202,10.1473-11.4968-11.4969c-.2181-.2181-.5018-.3262-.7869-.3258ZM16.3319,11.7074l-11.5032,11.5032c-.4376.4376-.4383,1.1397-.0021,1.5759l1.3517,1.3517,10.1536-14.4308ZM41.8217,21.861l-10.1536,14.4308,11.5032-11.5032c.4376-.4376.4383-1.1397.0021-1.5759l-1.3517-1.3517ZM11.7162,31.6761l11.4968,11.4969c.4362.4362,1.1384.4354,1.5759-.0021l1.3475-1.3475-14.4202-10.1473Z"/><path id="i" class="n" d="M15.6494,27.3904v-6.7814h2.2678c1.2821,0,2.3214,1.0197,2.3214,2.2775s-1.0393,2.2775-2.3214,2.2775h-2.2678"/><g id="j"><line id="k" class="n" x1="28.8874" y1="23.9997" x2="31.1456" y2="23.9997"/><polyline id="l" class="n" points="32.3509 27.3904 28.8874 27.3904 28.8874 20.609 32.3509 20.609"/></g><path id="m" class="n" d="M26.8574,22.8554c0-1.2406-1.0273-2.2463-2.2946-2.2463h0c-1.2673,0-2.2946,1.0057-2.2946,2.2463v2.2887c0,1.2406,1.0273,2.2463,2.2946,2.2463h0c1.2673,0,2.2946-1.0057,2.2946-2.2463h-2.2946"/></g></g></svg>
Copied!