Youme App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Youme App 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/335491.svg" alt="Youme App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335491.svg" alt="Youme App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335491.svg" alt="Youme App icon" :width="24" :height="24" />
CSS background
.icon-youme-app {
background-image: url('https://proicons.com/icon/335491.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="e" d="M22.5,12.08199978c1.72509956,0,3.11400032,1.3888998,3.11400032,3.11419964v2.02420044c0,1.72529984-1.38879967,3.11420059-3.11400032,3.11420059s-3.11400032-1.38890076-3.11400032-3.11420059v-2.02420044c0-1.72529984,1.38879967-3.11420059,3.11400032-3.11419964Z"/><path class="e" d="M28.72800064,12.08199978v5.13840008c0,1.71999931,1.39410019,3.11420059,3.11400032,3.11420059s3.11400032-1.39419937,3.11400032-3.11420059v-5.13840008"/><line class="e" x1="34.95600128" y1="17.22100067" x2="34.95600128" y2="20.33499908"/><path class="e" d="M16.11100006,30.77899933c0-1.71999931,1.39410019-3.11420059,3.11400032-3.11420059s3.11400032,1.39419937,3.11400032,3.11420059v5.13840103"/><line class="e" x1="16.11100006" y1="27.66500092" x2="16.11100006" y2="35.91699982"/><path class="e" d="M22.3390007,30.77899933c0-1.71999931,1.39410019-3.11420059,3.11400032-3.11420059s3.11400032,1.39419937,3.11400032,3.11420059v5.13840103"/><path class="e" d="M37.54800034,34.34600067c-.53638077.93877029-1.54719925,1.57160187-2.70569992,1.57160187-1.71979904,0-3.11400032-1.39419937-3.11400032-3.11420059v-2.02420044c0-1.71999931,1.39409828-3.11420059,3.11400032-3.11420059s3.11399841,1.39419937,3.11399841,3.11420059v1.01210022h-6.22789955"/><path class="e" d="M16.27199936,17.22100067v4.20409966c0,1.71999931-1.39410019,3.11420059-3.11400032,3.11420059-.8599205,0-1.63840008-.34848022-2.20190048-.91213989"/><path class="e" d="M16.27199936,12.08199978v5.13840008c0,1.71999931-1.39410019,3.11420059-3.11400032,3.11420059s-3.11400032-1.39419937-3.11400032-3.11420059v-5.13840008"/></svg>
Copied!