Facebook Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Facebook 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/314276.svg" alt="Facebook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314276.svg" alt="Facebook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314276.svg" alt="Facebook icon" :width="24" :height="24" />
CSS background
.icon-facebook {
background-image: url('https://proicons.com/icon/314276.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>
Facebook in other icon packs
Copied!