Thor App Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thor App 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/348487.svg" alt="Thor App Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348487.svg" alt="Thor App Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348487.svg" alt="Thor App Manager icon" :width="24" :height="24" />
CSS background
.icon-thor-app-manager {
background-image: url('https://proicons.com/icon/348487.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M14.08,27.0205l-3.361-3.257v-2.548M13.023,23.2005l-3.298-2.914v-2.538M12.166,19.9485l-3.164-2.886v-3.57"/><path class="c" d="M15.49,29.3035l-1.266-10.108-5.609-6.572-.762-6.772,8.432,10.7c.288.365.318.892.318,1.356v11.09c0,2.876,2.148,5.081,3.065,5.258-.438,1.463,1.06,6.477,2.184,7.893-2.296-.853-6.664-2.565-6.713-8.05-.015-1.659-.541-2.35-1.362-4.614l-2.413-2.889v-2.072M15.634,15.5955c2.142-1.964,6.46-2.129,7.685-4.457.224-.25.194-.747.681-.747s.457.498.681.747c1.226,2.328,5.543,2.493,7.685,4.457M19.689,19.8255c1.924-.079,3.687.706,4.311,2.633.624-1.927,2.387-2.712,4.311-2.633M18.753,22.7405c2.337-.098,4.478.883,5.247,3.29.769-2.407,2.91-3.388,5.247-3.29M33.92,27.0205l3.361-3.257v-2.548M34.977,23.2005l3.298-2.914v-2.538M35.834,19.9485l3.164-2.886v-3.57"/><path class="c" d="M32.51,29.3035l1.266-10.108,5.609-6.572.762-6.772-8.432,10.7c-.288.365-.318.892-.318,1.356v11.09c0,2.876-2.148,5.081-3.065,5.258.438,1.463-1.06,6.477-2.184,7.893,2.296-.853,6.664-2.565,6.713-8.05.015-1.659.542-2.35,1.362-4.614l2.413-2.889v-2.072"/><path class="c" d="M31.147,26.5175c-2.043-.078-4.488.788-5.036,2.146-.296.733-.912,1.602-2.111,1.602s-1.815-.87-2.11-1.602c-.549-1.358-2.994-2.224-5.037-2.146"/></svg>
Copied!