Exteragram Space Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Exteragram 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/325641.svg" alt="Exteragram Space icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325641.svg" alt="Exteragram Space icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325641.svg" alt="Exteragram Space icon" :width="24" :height="24" />
CSS background
.icon-exteragram-space {
background-image: url('https://proicons.com/icon/325641.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M9.8038,15.1898c1.4951-.8788,3.4196-.3792,4.2984,1.1159-.8788-1.4951-.3792-3.4196,1.1159-4.2984-1.4951.8788-3.4196.3792-4.2984-1.1159.8788,1.4951.3792,3.4196-1.1159,4.2984Z"/><path class="b" d="M26.0609,9.2602c1.2164,0,2.2026.9861,2.2026,2.2026,0-1.2164.9861-2.2026,2.2026-2.2026-1.2164,0-2.2026-.9861-2.2026-2.2026,0,1.2164-.9861,2.2026-2.2026,2.2026Z"/><path class="b" d="M37.652,18.9555c1.4412.5495,2.1641,2.1634,1.6146,3.6046.5495-1.4412,2.1634-2.1641,3.6046-1.6146-1.4412-.5495-2.1641-2.1634-1.6146-3.6046-.5495,1.4412-2.1634,2.1641-3.6046,1.6146Z"/><path class="b" d="M16.517,38.6933c1.4412.5495,2.1641,2.1634,1.6146,3.6046.5495-1.4412,2.1634-2.1641,3.6046-1.6146-1.4412-.5495-2.1641-2.1634-1.6146-3.6046-.5495,1.4412-2.1634,2.1641-3.6046,1.6146Z"/><path class="b" d="M41.55,36.41c-1.61-.78-2.72-2.44-2.72-4.35,0,2.68-2.17,4.85-4.85,4.85,2.02,0,3.75,1.23,4.48,2.99"/><path class="b" d="M2.7,21.14c.76,1.69,2.45,2.86,4.42,2.86-1.97,0-3.66,1.17-4.42,2.86"/><path class="b" d="M20.345,27.7779c1.7772,1.7799,3.0153,4.2173,3.8393,6.3589.548,1.4242,2.5696,1.3959,3.0691-.046l5.8651-16.9277c.4598-1.327-.8117-2.6003-2.1393-2.1426l-16.9366,5.8392c-1.4427.4974-1.474,2.5189-.0507,3.0691,2.1403.8273,4.5758,2.0691,6.3531,3.849"/><line class="b" x1="10.8376" y1="30.4739" x2="10.238" y2="32.4733"/><line class="b" x1="11.5375" y1="31.7734" x2="9.5381" y2="31.1738"/><line class="b" x1="20.3171" y1="7.0144" x2="20.3938" y2="9.1003"/><line class="b" x1="21.3984" y1="8.019" x2="19.3125" y2="8.0957"/></svg>
Copied!