Esea Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Esea 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/314245.svg" alt="Esea icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314245.svg" alt="Esea icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314245.svg" alt="Esea icon" :width="24" :height="24" />
CSS background
.icon-esea {
background-image: url('https://proicons.com/icon/314245.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>ESEA</title><path d="M14.054 2.767L8.95 9.511 0 9.65l5.832 4.47L1.042 21l8.491-4.088 5.711 4.322V14.12L24 9.796l-17.255 4.02a12.575 12.575 0 001.589-1.955 5.475 5.475 0 00.617-1.786l5.593-.15z"/></svg>
Copied!