Her Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Her 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/326986.svg" alt="Her icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326986.svg" alt="Her icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326986.svg" alt="Her icon" :width="24" :height="24" />
CSS background
.icon-her {
background-image: url('https://proicons.com/icon/326986.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="m" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><line id="c" class="m" x1="11.65" y1="19.3187" x2="11.65" y2="29.6813"/><line id="d" class="m" x1="18.1687" y1="19" x2="18.1687" y2="30"/><line id="e" class="m" x1="10.8812" y1="24.5" x2="18.1687" y2="24.5"/><line id="f" class="m" x1="21.8812" y1="30" x2="27.3812" y2="30"/><line id="g" class="m" x1="21.8812" y1="19" x2="27.3812" y2="19"/><line id="h" class="m" x1="21.8812" y1="22.7812" x2="25.4562" y2="22.7812"/><line id="i" class="m" x1="21.8812" y1="26.2188" x2="25.4562" y2="26.2188"/><line id="j" class="m" x1="21.8812" y1="19" x2="21.8812" y2="30"/><path id="k" class="m" d="M30.1312,30v-11h3.575c2.0625,0,3.7125,1.65,3.7125,3.7125s-1.65,3.7125-3.7125,3.7125h-3.575"/><line id="l" class="m" x1="33.9696" y1="26.4134" x2="37.4188" y2="30"/></svg>
Copied!