Fiftheditioncharactersheet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fiftheditioncharactersheet 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/325817.svg" alt="Fiftheditioncharactersheet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325817.svg" alt="Fiftheditioncharactersheet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325817.svg" alt="Fiftheditioncharactersheet icon" :width="24" :height="24" />
CSS background
.icon-fiftheditioncharactersheet {
background-image: url('https://proicons.com/icon/325817.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="24 4.5 40.89 14.25 40.89 33.75 24 43.5 7.11 33.75 7.11 14.25 24 4.5"/><polygon class="a" points="24 13.17 13.74 30.93 34.26 30.93 24 13.17"/><polygon class="a" points="34.26 30.93 40.89 14.25 24 13.17 34.26 30.93"/><polygon class="a" points="24 13.17 7.11 14.25 13.74 30.93 24 13.17"/><polygon class="a" points="13.74 30.93 24 43.5 7.11 33.75 13.74 30.93"/><polygon class="a" points="34.26 30.93 24 43.5 40.89 33.75 34.26 30.93"/><line class="a" x1="24" y1="4.5" x2="24" y2="13.17"/></svg>
Copied!