Cat Bird Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cat 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/323502.svg" alt="Cat Bird icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323502.svg" alt="Cat Bird icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323502.svg" alt="Cat Bird icon" :width="24" :height="24" />
CSS background
.icon-cat-bird {
background-image: url('https://proicons.com/icon/323502.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="m13.4426,38.0556c-3.0135.2232-6.2129,1.2277-6.2129,3.5343s3.3855,2.2694,6.4733,1.2277,2.9732-2.6786,2.9732-2.6786"/><line class="c" x1="19.5067" y1="32.3635" x2="19.5067" y2="35.4513"/><path class="c" d="m12.8759,23.648s-2.8188-1.999-1.1074-3.6732c-1.9718-1.8602-1.6369-4.0551,1.7858-6.1757-.7069-2.6414,1.1161-4.4644,2.6414-4.3156,0,0,.0744-2.0462,2.381-2.4926.5208-2.6786,3.2367-3.0879,5.0596-1.7485,2.5298-.6697,5.8037.7813,6.4733,2.6414,1.8974.5953,4.6504,3.0135,4.1668,6.6222,2.567.7441,2.8646,3.8691,1.9346,5.6921,1.0045,2.195-2.0217,2.7859-2.0217,2.7859"/><path class="c" d="m35.7944,38.1923s.2884-3.2246-.6417-5.68c0,0,1.8974-.558,1.8974-3.5715s-1.0032-5.6177-4.3156-6.5478c-2.8274.8557-3.9621,5.3387-5.5991,5.3387-2.5567,0-.5725-2.7468-4.6153-3.1251.9301,1.3765-.0186,3.1251-1.6555,3.1251s-2.7716-4.483-5.5991-5.3387c-3.3123.9301-4.3156,3.5343-4.3156,6.5478s1.8974,3.5715,1.8974,3.5715c-.9301,2.4554-.6417,5.68-.6417,5.68"/><path class="c" d="m34.5574,38.0556c3.0135.2232,6.2129,1.2277,6.2129,3.5343s-3.3855,2.2694-6.4733,1.2277-2.9732-2.6786-2.9732-2.6786"/><path class="c" d="m31.8352,41.33c-2.2757.7818-3.2675.8179-7.8352.8179s-5.5595-.0361-7.8352-.8179"/><line class="c" x1="28.4933" y1="32.3635" x2="28.4933" y2="35.4513"/><path class="c" d="m16.918,23.4066c1.9004,1.0326,4.6349-1.2926,4.6349-1.2926.8557.6325,5.1196,1.5997,6.9405.093.3886.7999,2.6021,1.1868,2.6021,1.1868"/><path class="c" d="m26.0895,22.9918c-.7047,1.6148-.2508,4.2231-.2508,4.2231"/><path class="c" d="m21.3102,22.305c1.3215,1.343,1.3587,2.3203,1.3587,2.3203"/><line class="c" x1="15.4515" y1="35.5754" x2="17.3365" y2="35.4513"/><path class="c" d="m26.1412,36.8031c-.7193,1.1161-1.7113,1.0169-2.2942-.2852-.5828,1.3021-1.5749,1.4013-2.2942.2852"/><polyline class="c" points="24.9942 34.1244 23.8471 35.1413 22.7 34.1244"/><line class="c" x1="32.2426" y1="35.5754" x2="30.3576" y2="35.4513"/><path class="c" d="m17.5349,27.4899c-.5022,1.0789-2.0834,2.66-3.9621,1.2091s1.7113-4.6132,1.7113-4.6132c1.8416,1.2091,2.2508,3.4041,2.2508,3.4041Z"/><path class="c" d="m30.4703,27.4899c.5022,1.0789,2.0834,2.66,3.9621,1.2091s-1.7113-4.6132-1.7113-4.6132c-1.8416,1.2091-2.2508,3.4041-2.2508,3.4041Z"/></svg>
Copied!