Ariane2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ariane2 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/322038.svg" alt="Ariane2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322038.svg" alt="Ariane2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322038.svg" alt="Ariane2 icon" :width="24" :height="24" />
CSS background
.icon-ariane2 {
background-image: url('https://proicons.com/icon/322038.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path id="b" class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="c" d="M16.7324,24.925c0-1.1046.8954-2,2-2h0"/><line class="c" x1="16.7324" y1="22.925" x2="16.7324" y2="28.225"/><circle class="d" cx="20.5374" cy="20.475" r=".7"/><line class="c" x1="20.5374" y1="22.925" x2="20.5374" y2="28.225"/><path class="c" d="M38.0373,27.2157c-.3445.6029-.9937,1.0093-1.7378,1.0093h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2h0c1.1046,0,2,.8954,2,2v.65s-4,0-4,0"/><path class="c" d="M26.38,26.225c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2h0c1.1046,0,2,.8954,2,2"/><line class="c" x1="26.38" y1="28.225" x2="26.38" y2="22.925"/><path class="c" d="M32.3609,28.225v-3.3c0-1.1046-.8954-2-2-2h0c-1.1046,0-2,.8954-2,2v3.3"/><line class="c" x1="28.3609" y1="24.925" x2="28.3609" y2="22.925"/><line class="c" x1="9.7005" y1="28.2012" x2="12.2991" y2="20.225"/><line class="c" x1="14.9005" y1="28.225" x2="12.2991" y2="20.225"/><line class="c" x1="14.0303" y1="25.5488" x2="10.5646" y2="25.5488"/></svg>
Copied!