Man Utd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Man Utd 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/343388.svg" alt="Man Utd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343388.svg" alt="Man Utd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343388.svg" alt="Man Utd icon" :width="24" :height="24" />
CSS background
.icon-man-utd {
background-image: url('https://proicons.com/icon/343388.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M33.6588,24.9719c-1.1809-.865-2.5959-1.6078-3.9603-2.0907-.3506.4179-2.6989,3.393-1.0136,3.0127.656-.2372,1.9153-1.3679,2.1816-.1045-1.3193,4.1299,1.7541,1.116,1.7407,3.7571-.0226,4.4701.1889,6.9892-.2438,7.3304-.4596.3624-1.6774-1.7126-5.7855-5.8349-2.2383-2.5889-2.4267-2.2799-1.5221.1413.6076,1.6278,3.4291,3.5706.7158,4.731-.5171.3656-.8286.3802-.8356.9166-.0256,1.7568,2.5325,3.0698,2.0536,4.7684-.87,1.2829-2.9337,1.9293-4.4156,1.8997h.0002c-1.5647-.5275-.0703-2.7564-.8503-3.8439-2.8076-3.2445-1.2037-5.7691-1.2979-9.5507-1.5378.1417-3.5788.1689-3.842-1.7507-.5409-3.0603-.0905-8.6382-.5863-11.686-.1526-.6987-1.5122-.4888-1.38-1.1984.9787-.6143,2.9515-2.6081.4804-2.6699-1.6557-.115-3.0391,1.4602-4.1764,2.3371-.2322-.5434-.2448-2.2398-.5357-2.8706-.0676-.2526-.7-1.4673-.6658-1.6491.7644-.0174,2.0901,1.0221,2.7509.1831.2839-.1715,1.1921-2.767,1.6301-2.7885.8702-.2157,1.333,1.007,2.612-.0847.7645-.6526.5451.2851.6719.8211.2831,1.1931.0627,2.0169.7302,3.0332,1.6328,2.3324,2.5196.6013.7273,3.8006-1.2034,2.1747.112,5.5819.4537,7.9144,1.1539,1.5539,2.3403-2.3014,2.5177-3.0378-.0791-.5944-.9989-1.6531-1.2615-2.185-1.3651-5.8652,5.3507-1.1768-1.6058-11.2302l2.0553-.0266c1.6167-3.2174.9606-3.4907,2.8017.0014h1.5669c1.8816-3.1089,1.2545-3.4623,2.7997-.0001h2.0197c-1.6828,1.4834-1.669,4.1974-1.8256,6.2447-.7595.7924,2.0052,1.8424,2.0732,2.4548-.1163.6599-1.6674.9416-1.7843,1.5912.0708,1.3446,3.7025-1.4542,5.0054-.9734,1.6049.5922,2.9481,2.3581,3.1319,3.0875.3905,1.0202-.352,1.4806-.413,2.2498.2433,1.121-.4861,4.9351-2.7189,3.2995h0ZM33.6585,20.3544c-.1281-1.8832-2.1635-1.2743-3.1346-.7018-.443.716,1.2405,1.5667,2.1776,2.098.7025.3984,1.0141-.5577.957-1.3962Z"/><line class="cls-1" x1="31.4621" y1="13.4409" x2="37.7718" y2="13.4409"/><line class="cls-1" x1="34.6181" y1="37.0894" x2="34.6181" y2="25.3649"/><line class="cls-1" x1="34.6181" y1="16.8352" x2="34.6181" y2="13.4395"/><line class="cls-1" x1="31.4621" y1="13.4409" x2="31.4621" y2="6.6523"/><line class="cls-1" x1="34.617" y1="13.4409" x2="34.617" y2="6.6523"/><line class="cls-1" x1="37.7718" y1="13.4409" x2="37.7718" y2="6.6523"/><line class="cls-1" x1="30.9551" y1="7.8776" x2="31.9691" y2="7.8776"/><line class="cls-1" x1="34.111" y1="7.8776" x2="35.1251" y2="7.8776"/><line class="cls-1" x1="37.267" y1="7.8776" x2="38.2811" y2="7.8776"/></svg>
Copied!