Tucan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tucan 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/348901.svg" alt="Tucan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348901.svg" alt="Tucan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348901.svg" alt="Tucan icon" :width="24" :height="24" />
CSS background
.icon-tucan {
background-image: url('https://proicons.com/icon/348901.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M16.4778,25.4148c-.9577.1152-1.919.2575-2.8311.5716-.912.3141-1.7795.8113-2.4078,1.5432-.6681.7783-1.0316,1.7824-1.1813,2.7971-.1498,1.0147-.0986,2.0478-.019,3.0704.0712.9149.165,1.828.2811,2.7384-3.4705-3.8484-5.5565-8.92-5.7978-14.0968-.0525-1.1261-.02-2.2621.2012-3.3676.2212-1.1055.6367-2.1825,1.3016-3.0928.8621-1.1803,2.1147-2.0386,3.4675-2.5921,1.3528-.5535,2.8073-.818,4.2612-.9676,6.4021-.6588,12.8667.8609,18.8351,3.268,2.0326.8197,4.0379,1.7509,5.815,3.0338,1.7771,1.2829,3.3262,2.9406,4.2255,4.9394.8002,1.7785,1.0594,3.7962.7346,5.7192-8.4732-3.4174-17.8145-4.6558-26.8856-3.5644h-.0002Z"/><circle class="d" cx="11.1954" cy="18.8056" r="3.5242"/></svg>
Copied!