Exteragram Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Exteragram 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/325637.svg" alt="Exteragram icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325637.svg" alt="Exteragram icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325637.svg" alt="Exteragram icon" :width="24" :height="24" />
CSS background
.icon-exteragram {
background-image: url('https://proicons.com/icon/325637.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="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"/></svg>
Copied!