Facebook Circle Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Facebook Circle 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/310457.svg" alt="Facebook Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310457.svg" alt="Facebook Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310457.svg" alt="Facebook Circle icon" :width="24" :height="24" />
CSS background
.icon-facebook-circle {
background-image: url('https://proicons.com/icon/310457.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="M21.9999 12.0794C21.9885 14.5348 21.0741 16.9002 19.431 18.7249C17.7878 20.5495 15.5308 21.7058 13.0899 21.9734V14.7989H15.4391C15.5428 14.7997 15.6431 14.7625 15.7212 14.6942C15.7992 14.6259 15.8494 14.5314 15.8624 14.4285L16.1163 12.2275C16.1256 12.1696 16.1221 12.1105 16.1061 12.0541C16.0901 11.9977 16.0619 11.9455 16.0236 11.9012C15.9853 11.8568 15.9378 11.8214 15.8843 11.7973C15.8309 11.7733 15.7728 11.7612 15.7142 11.7619H13.0899V9.963C13.0899 9.12703 13.3227 8.55561 14.5185 8.55561H15.6296C15.74 8.55285 15.845 8.50704 15.9221 8.42796C15.9992 8.34887 16.0423 8.24279 16.0423 8.13234V6.23818C16.0395 6.12777 15.9937 6.0228 15.9146 5.9457C15.8355 5.86859 15.7294 5.82546 15.619 5.82549H13.8201C13.3148 5.78923 12.8076 5.8637 12.334 6.04369C11.8605 6.22369 11.4319 6.50487 11.0782 6.86761C10.7246 7.23035 10.4543 7.66591 10.2864 8.14388C10.1184 8.62185 10.0568 9.13072 10.1058 9.63496V11.7513H8.33867C8.28358 11.7513 8.22903 11.7623 8.17826 11.7837C8.12749 11.8051 8.08152 11.8365 8.04305 11.8759C8.00459 11.9154 7.97441 11.9621 7.95431 12.0134C7.9342 12.0647 7.92457 12.1195 7.92598 12.1746V14.3756C7.92598 14.4851 7.96946 14.5901 8.04686 14.6675C8.12425 14.7448 8.22922 14.7883 8.33867 14.7883H10.1058V21.8253C7.83671 21.3876 5.78921 20.1775 4.31148 18.4007C2.83374 16.624 2.01701 14.3903 2.00014 12.0794C1.99315 10.759 2.24769 9.45041 2.74909 8.22898C3.25049 7.00755 3.98881 5.8975 4.92144 4.9629C5.85408 4.02829 6.96257 3.28763 8.18294 2.78366C9.40332 2.27969 10.7114 2.02239 12.0317 2.0266C13.3467 2.03076 14.648 2.29423 15.861 2.80195C17.0741 3.30966 18.175 4.05164 19.1009 4.9854C20.0268 5.91917 20.7595 7.02639 21.2569 8.24367C21.7544 9.46095 22.0068 10.7644 21.9999 12.0794Z" fill="#1778F2"/> </svg>
Copied!