Ttl Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ttl Manager 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/348887.svg" alt="Ttl Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348887.svg" alt="Ttl Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348887.svg" alt="Ttl Manager icon" :width="24" :height="24" />
CSS background
.icon-ttl-manager {
background-image: url('https://proicons.com/icon/348887.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="m13.2147,21.7379h23.504c1.5032,0,2.7218,1.2186,2.7218,2.7218v16.3185c0,1.5032-1.2186,2.7218-2.7218,2.7218H13.2147c-1.5032,0-2.7218-1.2186-2.7218-2.7218v-16.3185c0-1.5032,1.2186-2.7218,2.7218-2.7218Z"/><path id="c" class="i" d="m22.5534,38.6734l3.629-12.0968"/><path id="d" class="i" d="m20.134,27.7863l-4.8387,4.8387,4.8387,4.8387"/><path id="e" class="i" d="m28.6018,37.4637l6.0484-4.8387-6.0484-4.8387"/><path id="f" class="i" d="m10.3961,29.7218c-.932.079-1.7515-.6125-1.8305-1.5445s.6125-1.7515,1.5445-1.8305c.0952-.0081.1908-.0081.286,0"/><path id="g" class="i" d="m17.7147,21.7379v-3.629"/><path id="h" class="i" d="m32.2308,21.6895v-10.8387c0-8.4677-14.5161-8.4677-14.5161,0v2.4194"/></svg>
Copied!