Pixverse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixverse 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/331332.svg" alt="Pixverse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331332.svg" alt="Pixverse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331332.svg" alt="Pixverse icon" :width="24" :height="24" />
CSS background
.icon-pixverse {
background-image: url('https://proicons.com/icon/331332.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M10.7507,39.8882l24.2116-14.7752c2.8012-1.7095,2.8791-5.4555,1.0485-7.4431l-12.5869-13.667c-1.5672-1.7016-4.6319-1.3995-6.1164.0526l-4.8389,4.7332c-1.5386,1.505-1.7179,2.5304-1.7179,4.8066v26.2929Z"/><path class="f" d="M10.7507,39.8882l10.7593,5.0342c2.045.9568,4.4523-1.1776,3.7799-3.3771L14.695,6.8867"/></svg>
Copied!