Sailsdotjs Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Sailsdotjs 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/315937.svg" alt="Sailsdotjs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315937.svg" alt="Sailsdotjs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315937.svg" alt="Sailsdotjs icon" :width="24" :height="24" />
CSS background
.icon-sailsdotjs {
background-image: url('https://proicons.com/icon/315937.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>Sails.js</title><path d="M2.23828 24S-6.9375 9.39844 11.9375 0v24H2.23828M14.85938 24V9.125s3.01171 4.91406 9.1328 14.875h-9.1328"/></svg>
Copied!