Torbrowser Alpha Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Torbrowser Alpha 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/348675.svg" alt="Torbrowser Alpha icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348675.svg" alt="Torbrowser Alpha icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348675.svg" alt="Torbrowser Alpha icon" :width="24" :height="24" />
CSS background
.icon-torbrowser-alpha {
background-image: url('https://proicons.com/icon/348675.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.3259,33.4323a21.4856,21.4856,0,1,0-9.8942,9.8939"/><path class="a" d="M24,19.01A4.99,4.99,0,0,1,24,28.99"/><path class="a" d="M24,13.7247a10.2753,10.2753,0,0,1,0,20.5506"/><path class="a" d="M31.5048,38.2719A16.0516,16.0516,0,0,1,24,40.1215"/><path class="a" d="M24,7.8785A16.1271,16.1271,0,0,1,38.2714,31.5057"/><circle class="a" cx="38.5" cy="38.5" r="7"/><line class="a" x1="35.9" y1="42.4762" x2="38.4987" y2="34.5"/><line class="a" x1="41.1" y1="42.5" x2="38.4987" y2="34.5"/><line class="a" x1="40.2298" y1="39.8239" x2="36.7641" y2="39.8239"/></svg>
Copied!