The Verge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The Verge 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/333896.svg" alt="The Verge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333896.svg" alt="The Verge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333896.svg" alt="The Verge icon" :width="24" :height="24" />
CSS background
.icon-the-verge {
background-image: url('https://proicons.com/icon/333896.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="42.5 7.2017 35.33 7.2017 21.6046 40.7983 28.7746 40.7983 42.5 7.2017"/><polygon class="b" points="22.3782 30.965 15.2299 13.4536 24.6797 13.4536 24.6797 7.2065 12.6726 7.2065 5.5 7.2065 15.2177 30.965 22.3782 30.965"/></svg>
Copied!