Wikihow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wikihow 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/335174.svg" alt="Wikihow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335174.svg" alt="Wikihow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335174.svg" alt="Wikihow icon" :width="24" :height="24" />
CSS background
.icon-wikihow {
background-image: url('https://proicons.com/icon/335174.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;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h29c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4Z"/><line class="c" x1="12" y1="26.1" x2="12" y2="36"/><line class="c" x1="18.5" y1="26.1" x2="18.5" y2="36"/><line class="c" x1="12" y1="31" x2="18.5" y2="31"/><polyline class="c" points="19.8 15.9 17.8 22.5 15.7 15.9 13.7 22.5 11.6 15.9"/><path class="c" d="M23.8,36h0c-1.4,0-2.5-1.1-2.5-2.5v-1.6c0-1.4,1.1-2.5,2.5-2.5h0c1.4,0,2.5,1.1,2.5,2.5v1.6c0,1.4-1.1,2.5-2.5,2.5Z"/><line class="c" x1="26.8" y1="12.6" x2="26.8" y2="22.5"/><line class="c" x1="26.8" y1="20.4" x2="31.3" y2="15.9"/><line class="c" x1="28.3" y1="19" x2="31.8" y2="22.5"/><circle class="d" cx="23" cy="12.9" r=".75"/><line class="c" x1="23" y1="15.9" x2="23" y2="22.5"/><circle class="d" cx="34.9" cy="12.9" r=".75"/><line class="c" x1="34.9" y1="15.9" x2="34.9" y2="22.5"/><polyline class="c" points="36.4 29.4 34.4 36 32.3 29.4 30.3 36 28.3 29.4"/></svg>
Copied!