Bulbapedia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bulbapedia 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/323023.svg" alt="Bulbapedia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323023.svg" alt="Bulbapedia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323023.svg" alt="Bulbapedia icon" :width="24" :height="24" />
CSS background
.icon-bulbapedia {
background-image: url('https://proicons.com/icon/323023.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m34.219,6.546c.9399,2.2951,2.827,2.905,4.144,3.596"/><circle class="c" cx="24.2222" cy="23.9446" r="7.2633"/><path class="c" d="m5.2649,20.4055c-2.5811-6.5526,1.7904-10.2436,6.8386-10.7882,5.1632-.9627,9.7267.8715,13.9994-.4277,1.9292-.5692,3.3594-1.7458,4.9855-2.7027.7983.5388,1.7771.7983,2.6277.9256-.0418.2404-1.914,1.8503-3.177,2.6676-1.5253.9864-2.4481,1.2155-5.7999,1.4398-4.3867.0171-9.2572,1.4645-11.8069,5.6592-3.0807,5.0682.6851,12.7494.6852,12.7497-3.062-2.6571-6.7056-5.8208-8.3525-9.5233Z"/><path class="c" d="m22.6579,36.7094c-3.3762-.8572-7.3329-2.9955-9.0405-6.7806"/><path class="c" d="m22.6579,36.7094s13.5899,3.9788,17.1041-6.7407c.7745-3.3053-.9608-6.4623-2.4053-9.3152-1.3419-2.3065-1.6051-5.1366-.7935-7.6663.192-.6633.8895-2.2608,1.091-2.1573-.3668,2.3682.1036,4.7849,1.1471,6.9279,1.5405,3.4668,3.5476,6.7977,4.3164,10.5516,1.1081,5.0045-.0808,10.4575-5.0377,12.3591-1.8455.8981-3.9581,1.052-5.9462.594-3.426-.8943-6.888-2.8862-9.4758-4.5531Z"/><line class="c" x1="16.9588" y1="23.9446" x2="11.828" y2="23.9446"/><line class="c" x1="31.4855" y1="23.9446" x2="38.9394" y2="23.9446"/></svg>
Copied!