Incognitowallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Incognitowallet 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/341943.svg" alt="Incognitowallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341943.svg" alt="Incognitowallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341943.svg" alt="Incognitowallet icon" :width="24" :height="24" />
CSS background
.icon-incognitowallet {
background-image: url('https://proicons.com/icon/341943.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,.b,.c,.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-dasharray:2.8966 4.8276;}.c{stroke-dasharray:2.9189 4.8649;}.d{stroke-dasharray:2.0675 2.0675;}.e{fill:#fff;}</style></defs><path class="a" d="M42,39.5h0A1.5,1.5,0,0,0,43.5,38h0"/><line class="b" x1="43.5" y1="33.1724" x2="43.5" y2="12.4138"/><path class="a" d="M43.5,10h0A1.5,1.5,0,0,0,42,8.5h0"/><line class="c" x1="37.1351" y1="8.5" x2="8.4324" y2="8.5"/><path class="a" d="M6,8.5H6A1.5,1.5,0,0,0,4.5,10h0"/><line class="b" x1="4.5" y1="14.8276" x2="4.5" y2="35.5862"/><path class="a" d="M4.5,38h0A1.5,1.5,0,0,0,6,39.5H6"/><line class="c" x1="10.8649" y1="39.5" x2="39.5676" y2="39.5"/><line class="a" x1="43.5" y1="20.4" x2="42.5" y2="20.4"/><path class="d" d="M40.4326,20.4H36.3481A2.8481,2.8481,0,0,0,33.5,23.2482v1.5036A2.8481,2.8481,0,0,0,36.3481,27.6h5.1181"/><line class="a" x1="42.5" y1="27.6" x2="43.5" y2="27.6"/><circle class="e" cx="36.472" cy="24" r="0.795"/></svg>
Copied!