Romeo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Romeo 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/332217.svg" alt="Romeo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332217.svg" alt="Romeo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332217.svg" alt="Romeo icon" :width="24" :height="24" />
CSS background
.icon-romeo {
background-image: url('https://proicons.com/icon/332217.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><circle class="a" cx="9.42" cy="26.15" r="3.92"/><path class="a" d="M22.87,20.46c2.48-2.14,3.06-5.52,1.31-7.54S19,11,16.52,13.15s-3.42,5.68-1.66,7.7S20.4,22.61,22.87,20.46Z"/><path class="a" d="M8.85,16.81c0-5.52,6.71-11.41,15.29-11.41,6.47,0,10.71,4.44,10.71,10.7S27.83,32,17.33,32V27c3.22,0,12.14-2.15,12.14-11.26,0-6-4.17-7.33-7.37-7.33-5,0-10.76,4-10.76,8.36Z"/><path class="a" d="M13.34,36.53c7.66,0,24.92-6.07,24.92-20.24a11.42,11.42,0,0,0-1.39-6.07l2.47-1.71S42.5,11,42.5,17.81C42.5,27.74,33,42.6,13.34,42.6Z"/></svg>
Copied!