Castlevania Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Castlevania 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/323498.svg" alt="Castlevania icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323498.svg" alt="Castlevania icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323498.svg" alt="Castlevania icon" :width="24" :height="24" />
CSS background
.icon-castlevania {
background-image: url('https://proicons.com/icon/323498.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><path class="a" d="M25.6238,5.842,24.0624,3.5,22.5012,5.842s1.5612-.0626,1.5612,1.811C24.0624,5.7794,25.6238,5.842,25.6238,5.842Z"/><path class="a" d="M30.1514,17.3642V12.1183L28.5589,9.589s-4.4965.8275-4.4965-1.936c0,2.7635-4.4964,1.936-4.4964,1.936l-1.7174,2.5293V34.2788l1.6861,2.3419s2.56-.5,3.414,1.3844a2.1537,2.1537,0,0,1-.4787,2.3627L24.0624,44.5l1.5925-4.1322a2.1537,2.1537,0,0,1-.4787-2.3627c.8535-1.884,3.414-1.3844,3.414-1.3844l1.5612-2.3419V28.5332l-3.6221,1.8736v2.872c0,.9485-1.1045,1.7174-2.4669,1.7174s-2.5917-.7689-2.5917-1.7174v-20.16c0-.9485,1.2294-1.7174,2.5917-1.7174s2.4669.7689,2.4669,1.7174v2.185Z"/></svg>
Copied!