My Page Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Page 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/344332.svg" alt="My Page icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344332.svg" alt="My Page icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344332.svg" alt="My Page icon" :width="24" :height="24" />
CSS background
.icon-my-page {
background-image: url('https://proicons.com/icon/344332.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m14.5798,22.7439c0,2.3423,2.3423,2.159,2.3423,3.3811s-5.3364.9777-5.3364,5.4586,4.094,6.8233,9.8173,6.8233,15.0112-2.5053,15.0112-10.7339-9.5729-9.2063-12.7503-9.2063-9.0841,1.2017-9.0841,4.2773Z"/><circle class="b" cx="20.7921" cy="34.8628" r="1.6205"/><circle class="b" cx="26.8821" cy="34.2314" r="1.6205"/><circle class="b" cx="31.9129" cy="30.9318" r="1.6205"/><circle class="b" cx="32.1574" cy="25.2696" r="1.6205"/><ellipse class="b" cx="19.6766" cy="23.6056" rx="1.634" ry="1.2221" transform="translate(-1.645 1.4746) rotate(-4.1198)"/><path class="b" d="m38.9333,42.2667H9.0667c-1.3929-1.3929-2.1738-2.1738-3.5667-3.5667V13.6667h37v25.0333l-3.5667,3.5667Z"/><path class="b" d="m33.2279,13.6667v-4.3667c-1.3929-1.3929-2.1738-2.1738-3.5667-3.5667h-10.9002c-1.3929,1.3929-2.1738,2.1738-3.5667,3.5667v4.3667"/></svg>
Copied!