Meta Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Meta 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/310420.svg" alt="Meta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310420.svg" alt="Meta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310420.svg" alt="Meta icon" :width="24" :height="24" />
CSS background
.icon-meta {
background-image: url('https://proicons.com/icon/310420.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2.03521 13.4201C2.29456 7.36176 7.43998 1.82213 12.2638 8.15017C16.5897 1.84288 21.7144 7.50699 21.9426 13.1089C22.1227 14.5045 21.8768 15.922 21.2372 17.1754C20.7683 17.8752 20.0517 18.3713 19.2317 18.5638C18.4117 18.7563 17.5492 18.6309 16.8179 18.2128C15.3863 17.3725 14.5668 15.8268 13.7058 14.4575C13.1352 13.5134 12.5647 12.5798 12.0045 11.6254C10.7492 13.6276 9.18279 17.3518 7.0354 18.358C6.30384 18.6713 5.48708 18.7249 4.72088 18.5097C3.95468 18.2946 3.28517 17.8237 2.82362 17.1754C2.1719 16.0379 1.89598 14.7237 2.03521 13.4201ZM20.0546 14.0425C19.9716 11.4802 19.3077 7.62111 16.2992 7.08167C14.8884 7.08167 14.0274 8.39914 13.3012 9.42615C13.3012 9.50914 13.3012 9.51952 13.3012 9.59213C14.0896 10.754 14.7743 11.9885 15.5108 13.1815C16.1125 14.0529 17.098 15.9928 18.042 16.3663C19.6189 16.8642 20.1064 15.3081 20.0546 14.0633V14.0425ZM4.17222 13.7935V14.333C4.14042 14.9501 4.3402 15.5568 4.73241 16.0343C4.95018 16.2512 5.23075 16.394 5.53428 16.4424C5.83782 16.4909 6.1489 16.4424 6.42334 16.304C7.07592 15.8554 7.62432 15.2716 8.03129 14.5923C9.06867 13.1192 9.95045 11.5839 10.9463 10.0901C10.9463 9.98634 10.77 9.80999 10.7285 9.70625C9.87783 8.56513 8.65372 7.07129 7.0354 7.63148C4.96063 8.87634 4.24484 11.5632 4.17222 13.7935Z" fill="black"/> </svg>
Copied!