Reebee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reebee 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/332029.svg" alt="Reebee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332029.svg" alt="Reebee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332029.svg" alt="Reebee icon" :width="24" :height="24" />
CSS background
.icon-reebee {
background-image: url('https://proicons.com/icon/332029.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M6.6963,33.1159h5.2358v-12.8608c0-.9477.1118-1.8978.9081-2.6942.7975-.7964,1.5555-.886,2.4124-.886h3.1122v-5.2358h-4.4651c-1.4204,0-3.4661.6357-5.1497,2.3193s-2.0527,3.6931-2.0527,5.5327v13.8248h-.0012Z"/><path id="d" class="g" d="M20.9484,5.5v19.5753c0,2.4799,1.2726,5.5339,2.9666,7.009s4.4453,2.7815,6.9916,2.8374c2.5463.0559,5.7574-1.4693,7.8473-3.6361,2.0899-2.1656,2.5882-5.6818,2.5475-8.8009-.0408-3.1168-1.1201-6.0776-2.7314-7.9242-1.6114-1.8477-3.3648-2.8525-5.6457-2.856-2.2797-.0047-6.5748,3.295-6.5748,3.295v-6.8076c0-.8965.064-1.4414-.5286-2.0352-.5938-.5938-1.0362-.6555-1.8175-.6555h-3.0551v-.0012Z"/><path id="e" class="g" d="M35.5801,23.5792c0,3.9346-1.9715,7.1243-4.4034,7.1243s-4.4034-3.1897-4.4034-7.1243,1.9715-7.1243,4.4034-7.1243,4.4034,3.1897,4.4034,7.1243Z"/><path id="f" class="g" d="M12.0136,38.1398c7.4235,5.8913,14.6212,5.7353,21.6093,0-9.1758,3.4719-15.7261,2.282-21.6093,0Z"/></svg>
Copied!