Hmrc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hmrc 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/341627.svg" alt="Hmrc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341627.svg" alt="Hmrc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341627.svg" alt="Hmrc icon" :width="24" :height="24" />
CSS background
.icon-hmrc {
background-image: url('https://proicons.com/icon/341627.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m14.2398,38.4825c2.1368-1.8315,17.2312-1.8942,19.4411,0m-9.7202-26.5858c-3.3382,1.8505-3.7548,5.0117-4.0134,7.4,0,0-5.4106-3.9587-9.9089-1.2543-2.6966,1.2543-4.4127,4.2691-3.8881,6.7728.6777,3.2345,3.3624,5.3942,5.644,7.5881.0948,5.3065.1314,7.0154.439,7.4,3.2272,2.5214,7.7773,2.6689,11.7275,2.6966,3.8466-.1219,8.679.0016,11.7275-2.6966.5496-2.3613.4143-4.9523.5017-7.4,2.3701-2.1887,4.8791-4.3672,5.644-7.5881.5884-2.4777-1.2543-5.5187-3.8881-6.7728-5.2258-2.4993-9.9717,1.2543-9.9717,1.2543.1604-2.6427-1.1133-5.7177-4.0134-7.4h0Zm.0002,9.783c1.4323-1.4319,1.7254-5.9267.0606-5.9267-1.7149,0-1.5524,4.4351-.0606,5.9267Zm-10.4101-1.7559c-2.9418.0919-5.9579,2.5078-4.3898,5.6441.9169,1.9866,4.7284,5.0797,4.8289,5.0797.3631,0,6.4354-1.1915,7.8389-1.1915.2967,0-.4833-9.5322-8.2779-9.5322h-.0002Zm12.6053,9.5322c1.402,0,7.8262,1.2543,7.8389,1.2543,1.7148-1.568,3.6024-3.0793,4.8289-5.0797,1.4068-3.1652-1.3687-5.6133-4.4525-5.7068-4.7558-.07-8.7508,5.0286-8.2153,9.5322Zm-11.9148,5.895c2.1478-1.8409,17.2385-1.8874,19.4411,0"/><line class="b" x1="20.0728" y1="9.4014" x2="27.9115" y2="9.4014"/><line class="b" x1="23.9619" y1="5.5" x2="23.9619" y2="11.8967"/></svg>
Copied!