Pixiv Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Pixiv 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/315595.svg" alt="Pixiv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315595.svg" alt="Pixiv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315595.svg" alt="Pixiv icon" :width="24" :height="24" />
CSS background
.icon-pixiv {
background-image: url('https://proicons.com/icon/315595.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>pixiv</title><path d="M4.94 0A4.953 4.953 0 0 0 0 4.94v14.12A4.953 4.953 0 0 0 4.94 24h14.12A4.953 4.953 0 0 0 24 19.06c-.014 1.355 0-14.12 0-14.12A4.953 4.953 0 0 0 19.06 0Zm1.783 5.465h.904a.37.37 0 0 1 .31.17l.752 1.17a6.172 6.172 0 0 1 10.01 4.834 6.172 6.172 0 0 1-9.394 5.265v2.016a.37.37 0 0 1-.37.367H6.724a.37.37 0 0 1-.37-.367V5.834a.37.37 0 0 1 .37-.37m5.804 2.951a3.222 3.222 0 1 0-.002 6.443 3.222 3.222 0 0 0 .002-6.443"/></svg>
Copied!