Thor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thor 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/348486.svg" alt="Thor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348486.svg" alt="Thor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348486.svg" alt="Thor icon" :width="24" :height="24" />
CSS background
.icon-thor {
background-image: url('https://proicons.com/icon/348486.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="M7.5,22.1904v-1.3838h6.3867v1.3838"/><path class="b" d="M10.6934,20.8066v6.0674"/><path class="b" d="M9.416,27.1934h2.5547"/><path class="b" d="M16.2285,20.8066h1.3838v6.0674h-1.3838"/><path class="b" d="M17.6123,24h4.6836"/><path class="b" d="M23.6797,20.8066h-1.3838v6.0674h1.3838"/><ellipse class="b" cx="28.7358" cy="24" rx="3.2998" ry="2.9805"/><path class="b" d="M35.0236,27.1934v-6.0674M33.7463,21.126h4.6542c2.0951,0,2.0055,2.9805,0,2.9805h-3.3769"/><path class="b" d="M37.8389,24.1064l1.5967,3.0869h1.0645"/><path class="b" d="M33.9592,27.1934h2.5547"/><path class="b" d="M43.5,35.5V12.5c0-2.2091-1.7909-4-4-4H8.5c-2.2091,0-4,1.7909-4,4v23c0,2.2091,1.7909,4,4,4h31c2.2091,0,4-1.7909,4-4Z"/></svg>
Copied!