Mypractice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mypractice 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/344456.svg" alt="Mypractice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344456.svg" alt="Mypractice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344456.svg" alt="Mypractice icon" :width="24" :height="24" />
CSS background
.icon-mypractice {
background-image: url('https://proicons.com/icon/344456.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M23.992,42.4896h9.2363c2.4485,0,5.9024.2208,7.5001-1.3769,1.5977-1.5977,1.3393-5.0139,1.3393-7.4624v-9.8793c.2357-3.9072-.2316-5.2758-2.4228-7.3111l-10.5439-8.3697c-1.4475-1.149-3.2856-2.5857-5.1199-2.5903"/><path class="c" d="M24.008,42.4896h-9.2363c-2.4485,0-5.9024.2208-7.5001-1.3769-1.5977-1.5977-1.3393-5.0139-1.3393-7.4624v-9.8793c-.2357-3.9072.2316-5.2758,2.4228-7.3111l10.5439-8.3697c1.4475-1.149,3.2856-2.5857,5.1199-2.5903"/><line class="c" x1="17.394" y1="21.2468" x2="17.394" y2="42.4594"/><circle class="c" cx="24" cy="27.7815" r="6.606"/></svg>
Copied!