Kookaburra Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Kookaburra 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/320270.svg" alt="Kookaburra icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320270.svg" alt="Kookaburra icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320270.svg" alt="Kookaburra icon" :width="24" :height="24" />
CSS background
.icon-kookaburra {
background-image: url('https://proicons.com/icon/320270.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="kookaburra_00000064316788180174602360000016205686262634255765_" d="M8.073,28.361c-0.36,0-0.75-0.062-1.172-0.183 c-0.189-0.054-0.299-0.249-0.249-0.438l4.141-15.456c0.238-0.953,0.79-1.719,1.553-2.151c0.746-0.422,1.66-0.501,2.574-0.221 c1.825,0.558,2.82,2.285,2.366,4.106l-0.52,1.938c-0.367,1.37-1.13,4.221-3.257,5.424c-0.495,0.28-1.032,0.453-1.609,0.52 l0.156,0.041l-0.776,2.898C10.591,27.249,9.602,28.361,8.073,28.361z M7.442,27.573c1.353,0.285,2.364-0.199,3.145-2.926 l0.728-2.719c-0.518-0.005-1.064-0.089-1.636-0.253l-0.613-0.164L7.442,27.573z M9.252,20.816l0.619,0.166 c1.271,0.364,2.375,0.285,3.284-0.229c1.864-1.056,2.575-3.709,2.917-4.984l0.518-1.932c0.363-1.454-0.409-2.788-1.879-3.237 c-0.733-0.224-1.428-0.168-2.009,0.16c-0.59,0.333-1.02,0.939-1.211,1.704l-1.448,5.403c1.417,0.323,2.466-0.12,3.246-2.85 l0.622-2.125l0.691,0.202l-0.621,2.123c-0.79,2.763-2.069,3.81-4.124,3.345L9.252,20.816z M17.114,21.342l-0.228-0.684 c1.205-0.401,2.299-1.759,2.857-3.542c0.763-2.443,0.377-5.022-1.031-6.9c-0.107-0.143-0.093-0.344,0.033-0.47 c0.008-0.008,0.896-0.937,0.906-2.765c0.005-0.709-0.263-1.37-0.752-1.863c-0.486-0.488-1.14-0.758-1.841-0.758H12V3.64h5.059 c0.895,0,1.729,0.344,2.352,0.97c0.298,0.3,0.532,0.649,0.694,1.03H26c0.135,0,0.259,0.076,0.32,0.196 c0.062,0.121,0.051,0.265-0.028,0.375c-0.031,0.043-0.767,1.057-1.502,1.563C24.289,8.119,23.553,8.36,23,8.36h-2.794 c-0.2,0.814-0.537,1.366-0.752,1.655c1.411,2.039,1.777,4.751,0.976,7.316C19.796,19.361,18.556,20.86,17.114,21.342z M20.334,7.64 H23c0.407,0,1.001-0.198,1.382-0.459c0.304-0.209,0.62-0.536,0.867-0.821h-4.931c0.037,0.204,0.055,0.413,0.054,0.625 C20.37,7.215,20.356,7.434,20.334,7.64z M15,6.36h-4V5.64h4V6.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!