Mykid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mykid 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/329866.svg" alt="Mykid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329866.svg" alt="Mykid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329866.svg" alt="Mykid icon" :width="24" :height="24" />
CSS background
.icon-mykid {
background-image: url('https://proicons.com/icon/329866.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><line class="c" x1="24.8481" y1="30.9709" x2="24.8481" y2="40.9017"/><path class="c" d="m28.6489,40.8576v-9.9308h2.2344c2.3586,0,4.3447,1.9862,4.3447,4.3447v1.2413c0,2.3586-1.9862,4.3447-4.3447,4.3447h-2.2344Z"/><line class="c" x1="16.455" y1="30.9274" x2="16.455" y2="40.8576"/><line class="c" x1="16.455" y1="37.382" x2="21.674" y2="30.9274"/><line class="c" x1="21.674" y1="40.8576" x2="17.6976" y2="35.8925"/><path class="c" d="m42.8105,14.5668c1.8559.8415-.2058,6.8841-4.1353,4.9453l-.9325,2.341c.2803,2.3426,1.9474,4.8943.1679,6.9757-2.5895,3.0288-5.0549.7719-2.7016-3.8311l-2.6101-3.711c-3.4234,5.8491-8.321,9.9583-8.6831-3.6991l-1.8403,4.1581c-.2427,1.9213.5884,4.0611-.9294,5.8619-1.0795,1.2808-6.53,2.5971-2.942-3.5949l-2.0653-4.691c-3.8609,27.8426-18.444,7.5366-7.8503,6.0019.1406,9.1169,4.3222,4.1188,5.53-7.0252.2384-2.1992-.1687-3.3281-.5855-4.4854-1.3769-4.557,3.0166-7.4296,5.2075-5.4644.3868.3469.8007.2374-.913,4.0344l3.5359,6.929,2.5347-6.3326c.3042-5.8499,3.5439-6.4084,4.7867-5.5734,1.4214.955-.698,3.2405-1.5223,5.006,1.4142,7.7404.583,14.1561,4.6794,6.4671-2.3313-3.7244-.9859-5.6122.9102-6.6867,1.6287-.9229,2.6482-.0649,2.2725.9638-.9168,2.5103.1551,3.9377,1.1096,5.5635.7058,1.2022,1.2042-.0611,1.1656-1.4632-.6741-3.1781-1.0027-5.9294.6936-6.1793,3.9087,1.5426,1.6564,4.567,1.8892,5.7911.4442,2.3363,2.2751-.5089,3.2279-2.3016Z"/></svg>
Copied!