Praxis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Praxis 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/346120.svg" alt="Praxis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346120.svg" alt="Praxis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346120.svg" alt="Praxis icon" :width="24" :height="24" />
CSS background
.icon-praxis {
background-image: url('https://proicons.com/icon/346120.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="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 48 48">
<defs>
<style>
.cls-1 {
fill: none;
stroke:#fff;
stroke-linecap: round;
stroke-linejoin: round;
}
</style>
</defs>
<path class="cls-1" d="M9.5,28.2v-8.4h2.8c1.6,0,2.8,1.3,2.8,2.8,0,1.6-1.3,2.8-2.8,2.8h-2.8"/>
<line class="cls-1" x1="30.9" y1="22.6" x2="26.7" y2="28.2"/>
<line class="cls-1" x1="30.9" y1="28.2" x2="26.7" y2="22.6"/>
<path class="cls-1" d="M17.1,24.7c0-1.2.9-2.1,2.1-2.1h0"/>
<line class="cls-1" x1="17.1" y1="22.6" x2="17.1" y2="28.2"/>
<line class="cls-1" x1="32.9" y1="22.6" x2="32.9" y2="28.2"/>
<path class="cls-1" d="M34.9,27.7c.5.4,1.1.5,1.7.5h.5c.8,0,1.4-.6,1.4-1.4h0c0-.8-.6-1.4-1.4-1.4h-.9c-.8,0-1.4-.6-1.4-1.4h0c0-.8.6-1.4,1.4-1.4h.5c.6,0,1.2,0,1.7.5"/>
<path class="cls-1" d="M24.7,26.1c0,1.2-.9,2.1-2.1,2.1h0c-1.2,0-2.1-.9-2.1-2.1v-1.4c0-1.2.9-2.1,2.1-2.1h0c1.2,0,2.1.9,2.1,2.1"/>
<line class="cls-1" x1="24.7" y1="28.2" x2="24.7" y2="22.6"/>
<line class="cls-1" x1="34.3" y1="20.7" x2="31.5" y2="20.7"/>
<path class="cls-1" d="M38.5,5.5H9.5c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h29c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4Z"/>
</svg>
Copied!