Safe Space Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Safe 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/346879.svg" alt="Safe Space icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346879.svg" alt="Safe Space icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346879.svg" alt="Safe Space icon" :width="24" :height="24" />
CSS background
.icon-safe-space {
background-image: url('https://proicons.com/icon/346879.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><circle class="c" cx="24" cy="24" r="16.9574"/><circle class="d" cx="24" cy="4.7713" r=".75"/><circle class="d" cx="24" cy="43.2287" r=".75"/><circle class="d" cx="43.2287" cy="24" r=".75"/><circle class="d" cx="4.7713" cy="24" r=".75"/><circle class="d" cx="14.3856" cy="7.3474" r=".75"/><circle class="d" cx="33.6144" cy="40.6526" r=".75"/><circle class="d" cx="33.6144" cy="7.3474" r=".75"/><circle class="d" cx="14.3856" cy="40.6526" r=".75"/><circle class="d" cx="7.3474" cy="14.3856" r=".75"/><circle class="d" cx="40.6526" cy="33.6144" r=".75"/><circle class="d" cx="40.6526" cy="14.3856" r=".75"/><circle class="d" cx="7.3474" cy="33.6144" r=".75"/><circle class="c" cx="24" cy="24" r="6.5106"/><circle class="d" cx="24" cy="24" r=".75"/><line class="c" x1="24" y1="36.59" x2="24" y2="30.51"/><line class="c" x1="24" y1="17.49" x2="24" y2="11.41"/><line class="c" x1="34.9033" y1="30.295" x2="29.6378" y2="27.255"/><line class="c" x1="18.3622" y1="20.745" x2="13.0967" y2="17.705"/><line class="c" x1="13.0967" y1="30.295" x2="18.3622" y2="27.255"/><line class="c" x1="29.6378" y1="20.745" x2="34.9033" y2="17.705"/></svg>
Copied!