Essential Space Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Essential Space 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/325531.svg" alt="Essential Space icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325531.svg" alt="Essential Space icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325531.svg" alt="Essential Space icon" :width="24" :height="24" />
CSS background
.icon-essential-space {
background-image: url('https://proicons.com/icon/325531.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="24" cy="24" r="3"/><path class="e" d="M21,3.3047l-13.424,7.75c-1.8561,1.0717-2.9996,3.052-3,5.1953v15.5c.0004,2.1433,1.1439,4.1236,3,5.1953l13.424,7.75c1.8564,1.0717,4.1436,1.0717,6,0l13.424-7.75c1.8561-1.0717,2.9996-3.052,3-5.1953v-15.5c-.0004-2.1433-1.1439-4.1236-3-5.1953l-13.424-7.75c-1.8564-1.0717-4.1436-1.0717-6,0Z"/><path class="e" d="M24,15.428v-6.9277"/><path class="e" d="M24,39.5v-6.9277"/><path class="e" d="M31.424,19.715l5.9996-3.4639"/><path class="e" d="M10.577,31.751l5.9996-3.4639"/><path class="e" d="M16.576,19.716l-5.9996-3.4639"/><path class="e" d="M37.423,31.752l-5.9996-3.4639"/></svg>
Copied!