Tagspaces Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tagspaces 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/348181.svg" alt="Tagspaces icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348181.svg" alt="Tagspaces icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348181.svg" alt="Tagspaces icon" :width="24" :height="24" />
CSS background
.icon-tagspaces {
background-image: url('https://proicons.com/icon/348181.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M26.7688,5.5853,5.5,26.85,21.0651,42.4147,42.5,20.9805V5.5854Z"/><rect class="a" x="21.1585" y="31.5352" width="4.8941" height="6.9085" transform="translate(-17.8275 26.9402) rotate(-45.0005)"/><rect class="a" x="25.6569" y="23.0561" width="4.8941" height="10.2061" transform="translate(-11.6801 28.1205) rotate(-45.0005)"/><rect class="a" x="29.6862" y="13.4442" width="4.8941" height="14.8308" transform="translate(-5.3383 28.8316) rotate(-45.0005)"/><circle class="a" cx="34.3801" cy="11.9738" r="3.1189" transform="translate(21.949 46.1912) rotate(-89.2361)"/></svg>
Copied!