Tmshappinest Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tmshappinest 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/334047.svg" alt="Tmshappinest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334047.svg" alt="Tmshappinest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334047.svg" alt="Tmshappinest icon" :width="24" :height="24" />
CSS background
.icon-tmshappinest {
background-image: url('https://proicons.com/icon/334047.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.4999,42.4999H9.4999c-2.2,0-4-1.8-4-4V9.4999c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/><polyline class="c" points="19.3035 28.6862 19.3035 19.3035 24 28.6965 28.6965 19.3178 28.6965 28.6965"/><line class="c" x1="10.5" y1="19.3035" x2="16.7229" y2="19.3035"/><line class="c" x1="13.6114" y1="28.6965" x2="13.6114" y2="19.3035"/><path class="c" d="M31.4631,27.6673c.576.7499,1.2982,1.0292,2.3031,1.0292h1.3906c1.2941,0,2.3432-1.0513,2.3432-2.3483h0c0-1.2969-1.0491-2.3483-2.3432-2.3483h-1.5365c-1.2941,0-2.3432-1.0513-2.3432-2.3483h0c0-1.2969,1.0491-2.3483,2.3432-2.3483h1.3906c1.0048,0,1.7271.2793,2.3031,1.0292"/></svg>
Copied!