Embark Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Embark 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/314224.svg" alt="Embark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314224.svg" alt="Embark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314224.svg" alt="Embark icon" :width="24" :height="24" />
CSS background
.icon-embark {
background-image: url('https://proicons.com/icon/314224.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Embark</title><path d="M3.658 16.662v-6.644C9.197 10.017 13.687 5.533 13.69 0h6.653c-.003 9.202-7.472 16.662-16.685 16.662ZM3.656 24v-6.672h16.689V24H3.657"/></svg>
Copied!