Psiphon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Psiphon 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/331683.svg" alt="Psiphon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331683.svg" alt="Psiphon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331683.svg" alt="Psiphon icon" :width="24" :height="24" />
CSS background
.icon-psiphon {
background-image: url('https://proicons.com/icon/331683.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M20.5912,32.866l13.68-.065,3.6968-3.483L40.4885,9.2663,37.3,5.8991,10.9677,5.5784A10.5863,10.5863,0,0,0,7.5114,9.7473l10.0562.0977L13.6045,40.8538a13.3063,13.3063,0,0,0,5.8435,1.5678Z"/><path class="a" d="M23.7951,11.7427,21.6216,26.3873l9.9768-.1069,2.1379-14.5377Z"/></svg>
Copied!