Mytherapy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mytherapy 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/329930.svg" alt="Mytherapy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329930.svg" alt="Mytherapy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329930.svg" alt="Mytherapy icon" :width="24" :height="24" />
CSS background
.icon-mytherapy {
background-image: url('https://proicons.com/icon/329930.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;}</style></defs><rect class="c" x="18.1965" y="11.8187" width="11.607" height="24.6784" rx="5.8035" ry="5.8035"/><line class="c" x1="18.1965" y1="24.1579" x2="29.8035" y2="24.1579"/><g><line class="c" x1="34.251" y1="18.4358" x2="38.4274" y2="18.4358"/><line class="c" x1="13.749" y1="18.4358" x2="9.5726" y2="18.4358"/></g><line class="c" x1="32.3972" y1="12.556" x2="35.8182" y2="10.1606"/><line class="c" x1="27.5061" y1="8.803" x2="28.9345" y2="4.8785"/><line class="c" x1="21.3468" y1="8.534" x2="20.2659" y2="4.5"/><line class="c" x1="16.1473" y1="11.8465" x2="12.948" y2="9.162"/><g><path class="c" d="m26.1132,41.0864c-.6539.4651-1.4486.7447-2.3121.7447s-1.6582-.2796-2.3121-.7447"/><path class="c" d="m24.5491,43.2591c-.2116.1505-.4686.2409-.748.2409s-.5365-.0905-.748-.2409"/><path class="c" d="m26.1132,37.8428c-.6539.4651-1.4486.7447-2.3121.7447s-1.6582-.2796-2.3121-.7447"/><path class="c" d="m21.489,39.4647c.6539.4651,1.4486.7447,2.3121.7447s1.6582-.2796,2.3121-.7447"/></g></svg>
Copied!