Albatross Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Albatross 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/319513.svg" alt="Albatross icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319513.svg" alt="Albatross icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319513.svg" alt="Albatross icon" :width="24" :height="24" />
CSS background
.icon-albatross {
background-image: url('https://proicons.com/icon/319513.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="albatross_00000070821516295473513480000005912699725925588615_" d="M20.36,30h-0.72v-4.29 c-0.413,0.152-0.841,0.281-1.279,0.383V30H17.64v-3.768c-0.531,0.083-1.079,0.128-1.64,0.128c-0.085,0-2.108-0.012-4.161-1.038 l0.005-0.011c-1.1,0.126-2.228,0-3.254-0.362l-0.636,0.605c-0.517,0.518-1.212,0.806-1.952,0.806H6.001 c-0.74-0.001-1.437-0.29-1.959-0.814l-0.294-0.29c-0.068-0.067-0.107-0.159-0.107-0.255c0-0.096,0.038-0.188,0.105-0.256 l11.978-11.973c0.756-0.756,1.792-1.147,2.831-1.129c1.069,0.028,2.053,0.482,2.771,1.28c1.35,1.498,1.223,3.943-0.282,5.449 l-4.787,4.821c-0.881,0.885-1.987,1.526-3.187,1.873c1.555,0.564,2.914,0.574,2.93,0.574c5.972,0,9.639-5.032,9.639-8.64 c0-2.127-1.217-4.002-2.291-5.657C22.432,9.93,21.64,8.71,21.64,7.5c0-1.471,1.054-1.86,1.61-1.86h3.336 c0.358,0,0.708,0.145,0.962,0.398L27.64,6.13V5.5c0-0.353-0.274-0.702-0.575-0.731l-4.27-0.41c-0.14-0.014-0.259-0.106-0.306-0.239 c-0.455-1.292-1.853-2.026-3.171-1.669c-1.406,0.376-2.244,1.827-1.868,3.233l1.132,4.223l-0.695,0.187l-1.132-4.223 c-0.479-1.79,0.587-3.636,2.377-4.115c1.604-0.432,3.299,0.4,3.951,1.907l4.051,0.389C27.811,4.119,28.36,4.769,28.36,5.5V7 c0,0.146-0.088,0.277-0.223,0.333c-0.136,0.055-0.289,0.025-0.393-0.078l-0.707-0.707c-0.119-0.119-0.284-0.188-0.452-0.188H23.25 c-0.146,0.003-0.89,0.072-0.89,1.14c0,0.997,0.737,2.134,1.593,3.451C25.081,12.689,26.36,14.66,26.36,17 c0,3.242-2.387,6.767-6,8.413V30z M4.511,24.998l0.038,0.038c0.389,0.39,0.904,0.604,1.452,0.604h0.001 c0.548,0,1.062-0.213,1.45-0.601l0.412-0.392c-0.644-0.31-1.246-0.717-1.788-1.213L4.511,24.998z M6.585,22.925 C7.807,24.033,9.361,24.64,11,24.64c1.778,0,3.507-0.712,4.745-1.954l4.786-4.822c1.24-1.24,1.355-3.24,0.258-4.459 c-0.584-0.648-1.385-1.019-2.254-1.042c-0.868-0.012-1.688,0.304-2.303,0.918l-7.538,7.536c1.429,1.173,3.548,1.094,4.882-0.241 l4.169-4.169l0.51,0.509l-4.17,4.17c-1.613,1.614-4.191,1.696-5.902,0.242L6.585,22.925z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!