Castro Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Castro 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/313810.svg" alt="Castro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313810.svg" alt="Castro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313810.svg" alt="Castro icon" :width="24" :height="24" />
CSS background
.icon-castro {
background-image: url('https://proicons.com/icon/313810.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>Castro</title><path d="M12 0C5.372 0 0 5.373 0 12s5.372 12 12 12c6.627 0 12-5.373 12-12S18.627 0 12 0zm-.002 13.991a2.052 2.052 0 1 1 0-4.105 2.052 2.052 0 0 1 0 4.105zm4.995 4.853l-2.012-2.791a5.084 5.084 0 1 0-5.982.012l-2.014 2.793A8.526 8.526 0 0 1 11.979 3.42a8.526 8.526 0 0 1 8.526 8.526 8.511 8.511 0 0 1-3.512 6.898z"/></svg>
Copied!