Practice Bird Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Practice Bird 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/346117.svg" alt="Practice Bird icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346117.svg" alt="Practice Bird icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346117.svg" alt="Practice Bird icon" :width="24" :height="24" />
CSS background
.icon-practice-bird {
background-image: url('https://proicons.com/icon/346117.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M12.9294,12.4981c1.5858,9.3711,13.776,14.2188,21.6965,9.0161,4.0225-2.6426,7.9203-7.9955,5.4223-12.6647-2.7279-5.0995-10.6049-3.9335-13.5552.5254-2.6743,4.0418-3.2429,9.027-4.1794,13.6854-1.2046,5.9911-1.5551,12.6486-5.3384,17.6023-2.969,3.8872-11.4172,1.2149-9.5414-4.3497"/></svg>
Copied!