Torrdroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Torrdroid 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/334123.svg" alt="Torrdroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334123.svg" alt="Torrdroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334123.svg" alt="Torrdroid icon" :width="24" :height="24" />
CSS background
.icon-torrdroid {
background-image: url('https://proicons.com/icon/334123.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="17.7532" y1="9.1486" x2="12.8674" y2="4.6059"/><line class="c" x1="19.4264" y1="11.3792" x2="20.8425" y2="13.0934"/><path class="c" d="m20.3106,43.3941c0-2.0582-1.6685-3.7267-3.7267-3.7267s-3.7267,1.6685-3.7267,3.7267h7.4534Z"/><ellipse class="c" cx="24" cy="30.2761" rx="5.8882" ry="10.882"/><path class="c" d="m16.3789,22.0401c1.2268,1.2268-.0745,5.1429-2.0124,8.7019s-4.6584,7.882-6.354,6.3727-1.472-8.087.6335-11.4969,6.2609-5.0497,7.7329-3.5776Z"/><path class="c" d="m27.2152,7.653h0c-.3522-.1092-1.4613-.485-3.2152-.485-1.5636,0-2.8215.363-3.2152.485h0c-4.4194,1.3701-7.6294,5.4898-7.6294,10.3597,0,.3931.0234.7805.0642,1.1628.7249.1398,1.4717.2187,2.2375.2187,3.3694,0,6.3992-1.425,8.5428-3.6959,2.1437,2.2708,5.1735,3.6959,8.5428,3.6959.7659,0,1.5127-.0789,2.2375-.2187.0408-.3823.0642-.7697.0642-1.1628,0-4.8699-3.21-8.9896-7.6294-10.3597Z"/><line class="c" x1="30.2468" y1="9.1486" x2="35.1326" y2="4.6059"/><line class="c" x1="28.5736" y1="11.3792" x2="27.1575" y2="13.0934"/><path class="c" d="m27.6894,43.3941c0-2.0582,1.6685-3.7267,3.7267-3.7267s3.7267,1.6685,3.7267,3.7267h-7.4534Z"/><path class="c" d="m31.6211,22.0401c-1.2268,1.2268.0745,5.1429,2.0124,8.7019s4.6584,7.882,6.354,6.3727,1.472-8.087-.6335-11.4969-6.2609-5.0497-7.7329-3.5776Z"/><line class="c" x1="24" y1="19.3941" x2="24" y2="41.1581"/><line class="c" x1="24" y1="15.6983" x2="24" y2="7.1769"/></svg>
Copied!