Loon Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Loon 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/320306.svg" alt="Loon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320306.svg" alt="Loon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320306.svg" alt="Loon icon" :width="24" :height="24" />
CSS background
.icon-loon {
background-image: url('https://proicons.com/icon/320306.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="loon_00000054980398923449760450000017497921582999800982_" d="M21.168,26.318l-0.336-0.637 c3.203-1.694,6.552-5.198,6.809-9.205c-0.001-0.056-0.062-0.117-0.141-0.117h-6.031c0.245,0.315,0.392,0.711,0.392,1.14 c0,1.025-0.835,1.86-1.86,1.86h-8V18.64h2c0.628,0,1.14-0.511,1.14-1.14c0-0.628-0.512-1.14-1.14-1.14h-0.5 c-1.731,0-3.14,1.409-3.14,3.14s1.409,3.14,3.14,3.14H18v0.721h-4.5c-2.128,0-3.86-1.732-3.86-3.86c0-1.293,0.639-2.439,1.617-3.14 H9c-0.199,0-0.36-0.161-0.36-0.36v-1.343c0-2.365,1.381-4.017,3.36-4.017h3.475l-2.636-1.318c-0.083-0.042-0.147-0.114-0.178-0.202 C12.561,8.837,11.61,6.36,9,6.36c-2.656,0-4.64,2.978-4.64,5.64v0.64H7v0.72H4.36v2.28H6v0.72H4.365 c0.118,4.027,2.219,7.411,5.804,9.323L9.83,26.318C5.954,24.251,3.64,20.394,3.64,16v-4c0-3.008,2.201-6.36,5.36-6.36 c2.838,0,4.015,2.429,4.286,3.101l3.875,1.938c0.149,0.074,0.228,0.242,0.189,0.404c-0.038,0.162-0.183,0.277-0.35,0.277h-5 c-1.824,0-2.64,1.656-2.64,3.297v0.983H27.5c0.475,0,0.86,0.386,0.86,0.86C28.084,20.808,24.55,24.529,21.168,26.318z M18.469,18.64 H20c0.629,0,1.14-0.511,1.14-1.14c0-0.628-0.511-1.14-1.14-1.14h-1.531c0.245,0.315,0.392,0.711,0.392,1.14 S18.714,18.325,18.469,18.64z M15.469,18.64H17c0.629,0,1.14-0.511,1.14-1.14c0-0.628-0.511-1.14-1.14-1.14h-1.531 c0.245,0.315,0.391,0.711,0.391,1.14S15.714,18.325,15.469,18.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!