Trale Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trale 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/348770.svg" alt="Trale icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348770.svg" alt="Trale icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348770.svg" alt="Trale icon" :width="24" :height="24" />
CSS background
.icon-trale {
background-image: url('https://proicons.com/icon/348770.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="M33.8811,32.3054c3.0598-1.6219,4.6061-.3138,4.6065-.3136,1.0664-1.5458.5265-3.2736.1594-4.7421l1.4713.4257c.1196-3.8019-1.7548-6.5161-.2773-10.5362.2653-.7218,2.3838-3.3872,1.7179-3.9735,0,0-.6298.399-1.1801.6947.7807-2.225-.96-3.0875-.96-3.0875,0,0-1.873,2.9016-2.2538,2.842-1.283-.1967-2.1943,1.0376-2.1943,1.0376,0,0-2.5372.2553-2.8494.7083-.1389.2021.8446.8273.8446.8273,0,0-1.4385.4468-1.4709.9975-.0185.3148,1.2815.8412,1.2815.8412-.59,1.4761-1.8027,2.2772-3.0929,3.1434l1.6615.1021s-2.3193,3.1301-6.1309,5.5975"/><path class="b" d="M11.1862,14.2944c-3.7714.3945-3.7156,5.5344-2.9938,7.3799l-1.7565-.3743c-.0223,1.9005.1152,3.3402,1.4218,5.57"/><path class="b" d="M16.1062,20.6547c1.9198.2136,4.6202,1.4222,5.2292,3.5518.6441-2.1965-.0301-3.6686-.4567-5.0655-.0786-.2626.9887-.4115.9887-.4115.0251-.6474-2.1982-2.6365-2.9091-2.8272-.199-.0519.8398-.6173.8398-.6173-.3496-.2309-1.4516-1.4109-3.6918-1.4109"/><path class="b" d="M6.3123,31.5633v-4.6932h4.8739V5h4.6934v21.87h5.9169v4.6932h-5.9169s-.0521,3.5741.0885,4.3627c.3295,1.8483,1.4888,2.1453,2.8294,2.281.7164.0725,1.7016.0758,3.0532.0734v4.6961c-2.7302.0162-5.0489.0686-6.8643-.2634-2.4759-.4528-3.1853-1.6791-3.4917-3.3188-.3264-1.7474-.3085-7.8307-.3085-7.8311h-4.8739ZM29.9076,43h-4.6935v-16.13h4.6935v2.1403c.0024-.0011,1.8825-1.3394,3.9572-1.5306l.0163,4.8257c-.6871.2767-3.9734,1.9001-3.9734,4.7824v5.9122Z"/></svg>
Copied!