Paxum Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paxum 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/345591.svg" alt="Paxum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345591.svg" alt="Paxum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345591.svg" alt="Paxum icon" :width="24" :height="24" />
CSS background
.icon-paxum {
background-image: url('https://proicons.com/icon/345591.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>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="k" d="M8.5197,28.6611v-5.828h1.9025c1.0755,0,1.9475.8763,1.9475,1.9573s-.8719,1.9573-1.9475,1.9573h-1.9025"/><line id="d" class="k" x1="18.1673" y1="26.7305" x2="15.5927" y2="26.7305"/><polyline id="e" class="k" points="14.955 28.6611 16.88 22.833 18.8049 28.6611"/><line id="f" class="k" x1="22.2011" y1="22.8331" x2="26.051" y2="28.6611"/><line id="g" class="k" x1="26.051" y1="22.8331" x2="22.2011" y2="28.6611"/><path id="h" class="k" d="M30.0552,22.8331v3.8975c0,1.0662.8618,1.9305,1.925,1.9305s1.925-.8643,1.925-1.9305v-3.8975"/><polyline id="i" class="k" points="37.6888 28.6547 37.6888 22.833 40.5944 28.6611 43.5 22.8419 43.5 28.6611"/><path id="j" class="k" d="M4.5,23.5115c0-2.3045,1.8628-4.1726,4.1606-4.1726h0"/></svg>
Copied!