Argenta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Argenta 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/336591.svg" alt="Argenta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336591.svg" alt="Argenta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336591.svg" alt="Argenta icon" :width="24" :height="24" />
CSS background
.icon-argenta {
background-image: url('https://proicons.com/icon/336591.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="25.797 16.203 13.321 16.203 4.5 23.182 4.5 35.831 13.321 42.811 25.797 42.811 34.618 35.831 34.618 23.182 25.797 16.203"/><line class="a" x1="34.6184" y1="28.67" x2="16.746" y2="42.8106"/><line class="a" x1="29.9095" y1="19.4566" x2="6.8569" y2="37.6958"/><line class="a" x1="17.6684" y1="16.2028" x2="4.5" y2="26.6216"/><polygon class="a" points="35.887 13.999 43.5 7.976 28.067 7.976 20.454 13.999 35.887 13.999"/><line class="a" x1="20.4538" y1="13.999" x2="20.4538" y2="5.1894"/></svg>
Copied!