Destination Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Destination 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/319887.svg" alt="Destination icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319887.svg" alt="Destination icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319887.svg" alt="Destination icon" :width="24" :height="24" />
CSS background
.icon-destination {
background-image: url('https://proicons.com/icon/319887.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="destination_00000088821514507887018550000011328372739362457256_" d="M29,30.36v-0.72c0.904,0,1.64-0.735,1.64-1.64h0.721 C31.36,29.302,30.302,30.36,29,30.36z M27,30.36h-2v-0.72h2V30.36z M23,30.36h-2v-0.72h2V30.36z M19,30.36h-2v-0.72h2V30.36z M15,30.36h-2v-0.72h2V30.36z M11,30.36H9v-0.72h2V30.36z M6,30.36c-0.094,0-0.185-0.037-0.252-0.104 C5.539,30.052,0.64,25.193,0.64,21c0-2.955,2.404-5.36,5.36-5.36s5.36,2.405,5.36,5.36c0,3.735-4.889,9.022-5.097,9.245 c-0.066,0.071-0.158,0.112-0.255,0.115C6.005,30.36,6.002,30.36,6,30.36z M6,16.36c-2.559,0-4.64,2.082-4.64,4.64 c0,3.361,3.614,7.403,4.63,8.473c1.004-1.139,4.65-5.48,4.65-8.473C10.64,18.441,8.559,16.36,6,16.36z M31.36,27h-0.72 c0-0.904-0.735-1.64-1.64-1.64v-0.72C30.302,24.64,31.36,25.698,31.36,27z M27,25.36h-2v-0.72h2V25.36z M23,25.36h-2v-0.72h2V25.36z M19,25.36c-1.302,0-2.36-1.059-2.36-2.36h0.72c0,0.904,0.735,1.64,1.64,1.64C19,24.64,19,25.36,19,25.36z M6,23.36 c-1.301,0-2.36-1.059-2.36-2.36S4.699,18.64,6,18.64S8.36,19.698,8.36,21S7.301,23.36,6,23.36z M6,19.36 c-0.904,0-1.64,0.735-1.64,1.64S5.096,22.64,6,22.64S7.64,21.904,7.64,21S6.904,19.36,6,19.36z M17.36,22h-0.72 c0-1.302,1.058-2.36,2.36-2.36v0.721C18.096,20.36,17.36,21.096,17.36,22z M25,20.36v-0.72c0.904,0,1.64-0.735,1.64-1.64h0.721 C27.36,19.302,26.302,20.36,25,20.36z M23,20.36h-2v-0.72h2V20.36z M27.36,17h-0.72c0-0.904-0.735-1.64-1.64-1.64v-0.72 C26.302,14.64,27.36,15.699,27.36,17z M23,15.36h-2v-0.72h2V15.36z M19,15.36h-2v-0.72h2V15.36z M15,15.36 c-1.301,0-2.36-1.059-2.36-2.36h0.72c0,0.904,0.736,1.64,1.64,1.64C15,14.64,15,15.36,15,15.36z M13.36,12h-0.72 c0-1.301,1.059-2.36,2.36-2.36v0.72C14.096,10.36,13.36,11.096,13.36,12z M27.5,10.36c-0.083,0-0.167-0.029-0.234-0.086 C27.117,10.146,23.64,7.135,23.64,4.5c0-2.128,1.732-3.86,3.86-3.86s3.86,1.731,3.86,3.86c0,2.635-3.478,5.646-3.626,5.773 C27.667,10.331,27.583,10.36,27.5,10.36z M27.5,1.36c-1.731,0-3.14,1.409-3.14,3.14c0,1.943,2.374,4.305,3.14,5.015 c0.766-0.71,3.14-3.072,3.14-5.015C30.64,2.769,29.231,1.36,27.5,1.36z M23,10.36h-2V9.64h2V10.36z M19,10.36h-2V9.64h2V10.36z M27.5,6.36c-1.025,0-1.86-0.834-1.86-1.86s0.835-1.86,1.86-1.86s1.86,0.834,1.86,1.86S28.525,6.36,27.5,6.36z M27.5,3.36 c-0.629,0-1.14,0.512-1.14,1.14s0.511,1.14,1.14,1.14s1.14-0.512,1.14-1.14S28.129,3.36,27.5,3.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!