My Friend Pedro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Friend Pedro 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/329748.svg" alt="My Friend Pedro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329748.svg" alt="My Friend Pedro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329748.svg" alt="My Friend Pedro icon" :width="24" :height="24" />
CSS background
.icon-my-friend-pedro {
background-image: url('https://proicons.com/icon/329748.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><circle class="b" cx="29.0867" cy="25.9517" r="1.065"/><path class="b" d="M13.2033,42.2966c.7853-1.3974,1.5707-2.7949,2.05-4.118s.6528-2.5717.8176-4.0719.3208-3.2517.3208-4.7085-.1561-2.6187-.3815-3.9195c-.2255-1.3007-.5203-2.7401-.582-4.2757-.0617-1.5356.1096-3.1673.5141-4.3388.4045-1.1715,1.0422-1.8827,1.2691-2.6032.2269-.7205.0429-1.4501-.1993-2.0357-.2422-.5856-.5426-1.0271-.8676-1.3244-.325-.2974-.6745-.4507-.9811-.886-.3066-.4353-.5702-1.1527-.6959-1.6709-.1257-.5181-.1134-.837-.0215-1.0822.092-.2453.2637-.4169.9872-.512s1.9988-.1134,2.7592-.092c.7603.0215,1.0056.0828,1.1803.1778.1747.095.279.2238.6193.8002s.9167,1.6003,1.4317,2.2809c.5151.6806.9687,1.0178,2.0571,1.49,1.0884.4721,2.8113,1.0792,4.3013,1.9069,1.49.8278,2.7469,1.8763,3.8567,3.3233s2.0724,3.2926,2.7193,5.5031c.6469,2.2104.978,4.7856,1.2876,7.5602.3096,2.7745.5978,5.7483.5886,7.7993-.0092,2.051-.3158,3.1792-.6223,4.3074"/><path class="b" d="M18.6883,29.3359c.7603.2453,1.5206.4905,2.6917.5948s2.7531.0674,4.3718-.2085c1.6188-.2759,3.2742-.791,4.9297-1.306"/><circle class="b" cx="19.6087" cy="26.8525" r="1.065"/></svg>
Copied!