My Boy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Boy 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/329728.svg" alt="My Boy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329728.svg" alt="My Boy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329728.svg" alt="My Boy icon" :width="24" :height="24" />
CSS background
.icon-my-boy {
background-image: url('https://proicons.com/icon/329728.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;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="m28.523,12.4925c2.6566-.5272,2.8779-.5218,3.724-.4458s3.9659,1.0219,4.5116,1.0598,3.0515-.0184,3.7577.3037c1.1173,2.5232,3.8097,12.0649,2.9918,13.6508-.8939,1.7346-3.3281,2.0383-5.7721,3.7327-1.1672.8092-4.1688,2.4831-11.618,3.9605s-10.863,1.0761-12.2504.7734c-2.9061-.6335-5.272.0152-6.7593-1.2464-1.3603-1.1542-2.5145-10.9996-2.4451-13.7593.5305-.5673,2.8682-1.471,3.3574-1.715s3.0124-2.3084,3.7653-2.7022.9546-.4827,3.6123-1.0099l13.1247-2.6024Zm2.994,2.687c.2886-.0033.5413.0781.6335.3309,1.2215,3.3455,2.4429,8.4548,2.9387,12.5498.1172.9709-.4166,1.4872-.7593,1.6326-1.7986.768-6.564,2.2184-8.6923,2.6403s-7.0858.9004-9.0416.8776c-.3721-.0043-1.0631-.2777-1.3245-1.2193-1.1054-3.9746-1.9266-9.162-2.0741-12.7212-.0108-.269.1909-.4404.4589-.5478,1.7226-.6921,4.8283-1.7563,8.778-2.5395s7.2268-.985,9.0828-1.0034Zm-22.8085,8.5415l.6758,3.404m-2.2129-1.3299l3.7512-.7442m3.9356-5.1549l1.9092,9.6263,15.9961-3.173-1.9092-9.6263-15.9961,3.173Z"/><circle class="d" cx="36.5991" cy="20.5719" r=".75"/><circle class="d" cx="39.285" cy="18.8297" r=".75"/></svg>
Copied!