Tageditor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tageditor 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/333617.svg" alt="Tageditor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333617.svg" alt="Tageditor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333617.svg" alt="Tageditor icon" :width="24" :height="24" />
CSS background
.icon-tageditor {
background-image: url('https://proicons.com/icon/333617.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="j" d="M42.5,10.9052h-6.5218v21.6677"/><path id="e" class="j" d="M35.9782,32.5729c0,2.4973-2.0242,4.5219-4.5216,4.5219s-4.5218-2.0245-4.5218-4.5218,2.0245-4.5218,4.5218-4.5218,4.5216,2.0244,4.5216,4.5217Z"/></g><g id="f"><path id="g" class="j" d="M27.3296,10.9052H5.5"/><path id="h" class="j" d="M27.3296,19.5212H5.5"/><path id="i" class="j" d="M18.7479,28.1373H5.5"/></g></svg>
Copied!