Agc Toolkit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Agc Toolkit 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/336007.svg" alt="Agc Toolkit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336007.svg" alt="Agc Toolkit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336007.svg" alt="Agc Toolkit icon" :width="24" :height="24" />
CSS background
.icon-agc-toolkit {
background-image: url('https://proicons.com/icon/336007.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.1993,33.4357h17.936c1.864,0,3.3647-1.5006,3.3647-3.3647v-13.8102c0-1.864-1.5006-3.3647-3.3647-3.3647h-1.6696l-1.658-3.5383h-7.4356l-1.6603,3.5383h-14.9802c-1.864,0-3.3647,1.5006-3.3647,3.3647v7.2278"/><circle class="b" cx="33.5484" cy="23.1961" r="7.5012" transform="translate(10.3126 56.717) rotate(-89.9323)"/><path class="b" d="M20.6198,30.1751c.0399-.3039.0613-.6099.0641-.9163-.0029-.3065-.0242-.6125-.0641-.9163l1.9839-1.5532c.1855-.1417.2348-.4002.1145-.6002l-1.8785-3.2577c-.1126-.2022-.3583-.2887-.5727-.2016l-2.3412.9438c-.4872-.3718-1.0199-.6798-1.5853-.9163l-.3528-2.4879c-.0322-.2277-.2282-.3963-.4582-.394h-3.7662c-.23-.0022-.426.1663-.4582.394l-.3528,2.4879c-.5661.2351-1.099.5432-1.5853.9163l-2.3504-.9438c-.2144-.0871-.4601-.0006-.5727.2016l-1.8785,3.2577c-.1203.2-.071.4585.1145.6002l1.9793,1.5532c-.0398.3039-.0612.6099-.0641.9163.0028.3065.0242.6125.0641.9163l-1.9793,1.5532c-.1855.1417-.2348.4002-.1145.6002l1.8785,3.2576c.1126.2022.3583.2887.5727.2016l2.3412-.9438c.4872.3718,1.0199.6798,1.5853.9163l.3528,2.4879c.0322.2277.2282.3963.4582.394h3.7571c.23.0022.426-.1663.4582-.394l.3528-2.4879c.5661-.2351,1.099-.5432,1.5853-.9163l2.3412.9438c.2144.0871.4601.0006.5727-.2016l1.8785-3.2576c.1203-.2.0709-.4585-.1145-.6002l-1.9656-1.5532Z"/><circle class="b" cx="13.6419" cy="29.2587" r="2.7241"/></svg>
Copied!