Tagmo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tagmo 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/333621.svg" alt="Tagmo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333621.svg" alt="Tagmo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333621.svg" alt="Tagmo icon" :width="24" :height="24" />
CSS background
.icon-tagmo {
background-image: url('https://proicons.com/icon/333621.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m26.9693,18.9419c.8007,1.3961,1.3037,3.3877,1.3037,5.5948s-.503,4.1986-1.3037,5.5948"/><path class="c" d="m30.5828,17.4123c1.0266,1.8683,1.6425,4.3731,1.6425,7.1243s-.6159,5.256-1.6425,7.1243"/><path class="c" d="m16.4265,27.4828c-.2977-.5441-.4825-1.6528-.4825-2.9462,0-.9136.0924-1.7246.2464-2.32l.0034-.0017,7.174,5.5967-.0018-.0002c.4106-.8007.6673-1.971.6673-3.2747,0-1.7041-.4312-3.1721-1.0779-3.8907"/><circle class="c" cx="6.9595" cy="23.9794" r="2.4595"/><circle class="c" cx="9.0163" cy="16.4412" r="2.3445"/><circle class="c" cx="9.0163" cy="31.5176" r="2.4438"/><circle class="c" cx="41.1276" cy="23.9794" r="2.3724"/><circle class="c" cx="38.6785" cy="16.4412" r="2.4027"/><circle class="c" cx="38.6785" cy="31.5176" r="2.4148"/></svg>
Copied!