V2ex Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The V2ex 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/316492.svg" alt="V2ex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316492.svg" alt="V2ex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316492.svg" alt="V2ex icon" :width="24" :height="24" />
CSS background
.icon-v2ex {
background-image: url('https://proicons.com/icon/316492.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>V2EX</title><path d="M.671 1.933h13.821a1.342 1.342 0 0 1 .98.425l8.166 8.725a1.342 1.342 0 0 1 0 1.834l-8.166 8.724a1.342 1.342 0 0 1-.98.426H.673A.671.671 0 0 1 0 21.395v-6.878h13.19l2.276-2.28a.336.336 0 0 0 0-.474l-2.276-2.28H0V2.604a.671.671 0 0 1 .671-.671Z"/></svg>
Copied!