Happyshort Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Happyshort 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/326902.svg" alt="Happyshort icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326902.svg" alt="Happyshort icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326902.svg" alt="Happyshort icon" :width="24" :height="24" />
CSS background
.icon-happyshort {
background-image: url('https://proicons.com/icon/326902.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M18.2102,29.1333v12.6953s-8.4304.0004-8.4304.0004h0c-1.0959,0-1.9781-.8822-1.9781-1.9781V5.8749s8.4302.0004,8.4302.0004c1.0959,0,1.9781.8822,1.9781,1.9781v8.3322"/><path id="d" class="g" d="M29.7897,16.0352V6.171s8.4303.0004,8.4303.0004c1.0959,0,1.9781.8822,1.9781,1.9781l.0003,33.9752-8.4305.0004c-1.0959,0-1.9781-.8822-1.9781-1.9781v-10.9021"/><path id="e" class="g" d="M32.7262,22.6615c0,4.7827-3.8771,8.6598-8.6598,8.6598-4.7827,0-8.6598-3.8771-8.6598-8.6598,0-4.7827,3.8771-8.6598,8.6598-8.6598s8.6598,3.8771,8.6598,8.6598Z"/><path id="f" class="g" d="M21.3246,25.2951c0,.6901.7949,1.2733,1.587.8051l4.5534-2.6915c.7144-.4223.7122-1.2364,0-1.6574l-4.5534-2.6915c-.7921-.4682-1.587.115-1.587.8051v5.4301Z"/></svg>
Copied!