Exteragram Beta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Exteragram Beta 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/340197.svg" alt="Exteragram Beta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340197.svg" alt="Exteragram Beta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340197.svg" alt="Exteragram Beta icon" :width="24" :height="24" />
CSS background
.icon-exteragram-beta {
background-image: url('https://proicons.com/icon/340197.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,.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{stroke-dasharray:4.8734 2.9241;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M20.345,27.778c.5837.5846,1.1093,1.2401,1.5811,1.9328"/><path class="c" d="M23.3742,32.252c.3057.6376.5748,1.2733.8101,1.8848.548,1.4242,2.5696,1.3959,3.0692-.046l5.8651-16.9277c.4598-1.327-.8116-2.6003-2.1393-2.1426l-16.9366,5.8392c-1.4427.4974-1.474,2.5189-.0507,3.0691,1.028.3973,2.124.8903,3.1826,1.4926"/><path class="b" d="M18.4146,26.1939c.692.4729,1.3467.9994,1.9304,1.584"/></svg>
Copied!