Flamingo Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Flamingo 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/320039.svg" alt="Flamingo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320039.svg" alt="Flamingo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320039.svg" alt="Flamingo icon" :width="24" :height="24" />
CSS background
.icon-flamingo {
background-image: url('https://proicons.com/icon/320039.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="flamingo_00000101075837756275791200000012948596411683563914_" d="M17,31.36h-2c-0.199,0-0.36-0.161-0.36-0.36v-7.64H10 c-0.146,0-0.277-0.088-0.333-0.223s-0.025-0.289,0.078-0.393l5-5C14.811,17.681,14.9,17.64,15,17.64h4c2.007,0,3.64-1.632,3.64-3.64 c0-2.94-1.735-4.05-3.573-5.226C17.382,7.696,15.64,6.582,15.64,4c0-1.853,1.507-3.36,3.36-3.36c0.954,0,1.887,0.364,2.582,1.002 l0.439-0.002c1.842,0,3.339,1.507,3.339,3.36c0,0.146-0.088,0.277-0.223,0.333c-0.136,0.055-0.289,0.025-0.393-0.078 c-0.699-0.699-1.61-1.099-2.579-1.134C21.318,4.91,20.174,5.36,19,5.36V4.64c1.037,0,2.046-0.415,2.769-1.137 c0.067-0.068,0.159-0.105,0.255-0.105c0.887,0,1.737,0.255,2.47,0.731c-0.357-1.029-1.33-1.769-2.47-1.769L21.44,2.363 c-0.081-0.002-0.188-0.037-0.257-0.105C20.613,1.688,19.816,1.36,19,1.36c-1.456,0-2.64,1.185-2.64,2.64 c0,2.188,1.434,3.105,3.094,4.167C21.285,9.339,23.36,10.666,23.36,14c0,2.404-1.956,4.36-4.36,4.36h-3.64v4.279H20 c0.096,0,0.188,0.038,0.255,0.105l1,1l-0.51,0.51l-0.895-0.895h-4.49v7.279H17V31.36z M10.869,22.64h3.771v-3.771L10.869,22.64z M7.71,21.36c-0.096,0-0.187-0.038-0.254-0.105c-0.469-0.469-0.727-1.069-0.727-1.69c0-0.512,0.175-1.009,0.498-1.43 c-0.857-1.025-0.781-2.13,0.229-3.139l4.367-4.328C12.537,9.952,13.346,9.14,15,9.14c1.733,0,3.205,0.555,4.255,1.605l-0.51,0.509 C17.834,10.342,16.539,9.86,15,9.86c-1.355,0-1.993,0.639-2.667,1.316l-4.37,4.33c-0.715,0.715-0.796,1.389-0.242,2.096l3.38-3.459 l0.515,0.503l-3.649,3.736c-0.001,0.001-0.002,0.002-0.004,0.004c-0.332,0.332-0.515,0.751-0.515,1.18 c0,0.316,0.1,0.627,0.285,0.901l6.085-6.126l0.511,0.508l-6.364,6.407C7.898,21.321,7.806,21.359,7.71,21.36L7.71,21.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!