css logo
css from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- css
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
The same logo in other sets
Use the css logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M376.3 32H0v376.3c0 19 7.6 37.2 21 50.7s31.7 21 50.7 21h304.6c19 0 37.2-7.6 50.7-21s21-31.7 21-50.7V103.7c0-19-7.6-37.2-21-50.7s-31.7-21-50.7-21m-43.9 399.4q-11.55-12.75-12-36.6h31.3c.2 14.1 5.1 21.1 14.8 21.1c4.9 0 8.4-1.6 10.5-4.7c2-3.1 3-8 3-14.8c0-5.4-1.3-9.9-4-13.4c-3.5-4.2-8.1-7.5-13.2-9.5l-11.6-5.5c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6 4-24.6 11.8-33.1c8.1-8.5 19.1-12.7 33.2-12.7c13.6 0 24.1 4.2 31.5 12.5c7.5 8.4 11.5 20.3 11.8 35.9h-30.1c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8 0-13.2 5.2-13.2 15.7c0 5.3 1.1 9.4 3.2 12.6c3.1 3.5 7 6.2 11.4 7.8l11.1 4.9c11.5 5.3 19.7 11.7 24.8 19.4s7.6 18 7.6 31c0 15.5-4 27.4-12.3 35.7c-8.2 8.3-19.5 12.5-34.1 12.5s-25.6-4.2-33.4-12.7zm-101 0q-11.55-12.75-12-36.6h31.3c.2 14.1 5.1 21.1 14.8 21.1c4.9 0 8.4-1.6 10.4-4.7s3-8 3-14.8c0-5.4-1.3-9.9-3.9-13.4c-3.5-4.2-8.1-7.5-13.2-9.5l-11.6-5.5c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6 4-24.6 11.8-33.1c8.1-8.5 19.1-12.7 33.2-12.7c13.6 0 24.1 4.2 31.4 12.5c7.6 8.4 11.5 20.3 11.9 35.9h-30.1c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8 0-13.2 5.2-13.2 15.7c0 5.3 1.1 9.4 3.2 12.6c3.1 3.5 7 6.2 11.4 7.8l11.1 4.9c11.5 5.3 19.7 11.7 24.8 19.4s7.6 18 7.6 31q0 23.25-12.3 35.7c-12.3 12.45-19.5 12.5-34.1 12.5s-25.6-4.2-33.4-12.7zm-105.6 1.1c-8.4-7.7-12.5-19.2-12.5-34.5v-75.4c0-15.2 4.4-26.7 13.2-34.6c8.9-7.8 20.7-11.8 35.2-11.8c14.1 0 25.2 4 33.4 12c8.3 8 12.5 20 12.5 35.9v6h-33.1v-5.8c0-6.1-1.3-10.7-4-13.6c-1.1-1.5-2.6-2.7-4.3-3.5s-3.5-1.2-5.4-1.1c-5.4 0-9.2 1.8-11.4 5.6c-2.3 5.2-3.3 10.8-3 16.4v65.5c0 13.7 4.8 20.6 14.4 20.8q6.75 0 10.2-4.8c2.5-4.1 3.7-8.8 3.5-13.6v-4.9h33.1v5.1c0 10.6-2.1 19.5-6.2 26.6c-4 6.9-9.9 12.5-17.1 16c-7.7 3.7-16.1 5.5-24.6 5.3c-14.2 0-25.5-3.9-33.8-11.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsCss(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M376.3 32H0v376.3c0 19 7.6 37.2 21 50.7s31.7 21 50.7 21h304.6c19 0 37.2-7.6 50.7-21s21-31.7 21-50.7V103.7c0-19-7.6-37.2-21-50.7s-31.7-21-50.7-21m-43.9 399.4q-11.55-12.75-12-36.6h31.3c.2 14.1 5.1 21.1 14.8 21.1c4.9 0 8.4-1.6 10.5-4.7c2-3.1 3-8 3-14.8c0-5.4-1.3-9.9-4-13.4c-3.5-4.2-8.1-7.5-13.2-9.5l-11.6-5.5c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6 4-24.6 11.8-33.1c8.1-8.5 19.1-12.7 33.2-12.7c13.6 0 24.1 4.2 31.5 12.5c7.5 8.4 11.5 20.3 11.8 35.9h-30.1c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8 0-13.2 5.2-13.2 15.7c0 5.3 1.1 9.4 3.2 12.6c3.1 3.5 7 6.2 11.4 7.8l11.1 4.9c11.5 5.3 19.7 11.7 24.8 19.4s7.6 18 7.6 31c0 15.5-4 27.4-12.3 35.7c-8.2 8.3-19.5 12.5-34.1 12.5s-25.6-4.2-33.4-12.7zm-101 0q-11.55-12.75-12-36.6h31.3c.2 14.1 5.1 21.1 14.8 21.1c4.9 0 8.4-1.6 10.4-4.7s3-8 3-14.8c0-5.4-1.3-9.9-3.9-13.4c-3.5-4.2-8.1-7.5-13.2-9.5l-11.6-5.5c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6 4-24.6 11.8-33.1c8.1-8.5 19.1-12.7 33.2-12.7c13.6 0 24.1 4.2 31.4 12.5c7.6 8.4 11.5 20.3 11.9 35.9h-30.1c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8 0-13.2 5.2-13.2 15.7c0 5.3 1.1 9.4 3.2 12.6c3.1 3.5 7 6.2 11.4 7.8l11.1 4.9c11.5 5.3 19.7 11.7 24.8 19.4s7.6 18 7.6 31q0 23.25-12.3 35.7c-12.3 12.45-19.5 12.5-34.1 12.5s-25.6-4.2-33.4-12.7zm-105.6 1.1c-8.4-7.7-12.5-19.2-12.5-34.5v-75.4c0-15.2 4.4-26.7 13.2-34.6c8.9-7.8 20.7-11.8 35.2-11.8c14.1 0 25.2 4 33.4 12c8.3 8 12.5 20 12.5 35.9v6h-33.1v-5.8c0-6.1-1.3-10.7-4-13.6c-1.1-1.5-2.6-2.7-4.3-3.5s-3.5-1.2-5.4-1.1c-5.4 0-9.2 1.8-11.4 5.6c-2.3 5.2-3.3 10.8-3 16.4v65.5c0 13.7 4.8 20.6 14.4 20.8q6.75 0 10.2-4.8c2.5-4.1 3.7-8.8 3.5-13.6v-4.9h33.1v5.1c0 10.6-2.1 19.5-6.2 26.6c-4 6.9-9.9 12.5-17.1 16c-7.7 3.7-16.1 5.5-24.6 5.3c-14.2 0-25.5-3.9-33.8-11.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M376.3 32H0v376.3c0 19 7.6 37.2 21 50.7s31.7 21 50.7 21h304.6c19 0 37.2-7.6 50.7-21s21-31.7 21-50.7V103.7c0-19-7.6-37.2-21-50.7s-31.7-21-50.7-21m-43.9 399.4q-11.55-12.75-12-36.6h31.3c.2 14.1 5.1 21.1 14.8 21.1c4.9 0 8.4-1.6 10.5-4.7c2-3.1 3-8 3-14.8c0-5.4-1.3-9.9-4-13.4c-3.5-4.2-8.1-7.5-13.2-9.5l-11.6-5.5c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6 4-24.6 11.8-33.1c8.1-8.5 19.1-12.7 33.2-12.7c13.6 0 24.1 4.2 31.5 12.5c7.5 8.4 11.5 20.3 11.8 35.9h-30.1c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8 0-13.2 5.2-13.2 15.7c0 5.3 1.1 9.4 3.2 12.6c3.1 3.5 7 6.2 11.4 7.8l11.1 4.9c11.5 5.3 19.7 11.7 24.8 19.4s7.6 18 7.6 31c0 15.5-4 27.4-12.3 35.7c-8.2 8.3-19.5 12.5-34.1 12.5s-25.6-4.2-33.4-12.7zm-101 0q-11.55-12.75-12-36.6h31.3c.2 14.1 5.1 21.1 14.8 21.1c4.9 0 8.4-1.6 10.4-4.7s3-8 3-14.8c0-5.4-1.3-9.9-3.9-13.4c-3.5-4.2-8.1-7.5-13.2-9.5l-11.6-5.5c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6 4-24.6 11.8-33.1c8.1-8.5 19.1-12.7 33.2-12.7c13.6 0 24.1 4.2 31.4 12.5c7.6 8.4 11.5 20.3 11.9 35.9h-30.1c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8 0-13.2 5.2-13.2 15.7c0 5.3 1.1 9.4 3.2 12.6c3.1 3.5 7 6.2 11.4 7.8l11.1 4.9c11.5 5.3 19.7 11.7 24.8 19.4s7.6 18 7.6 31q0 23.25-12.3 35.7c-12.3 12.45-19.5 12.5-34.1 12.5s-25.6-4.2-33.4-12.7zm-105.6 1.1c-8.4-7.7-12.5-19.2-12.5-34.5v-75.4c0-15.2 4.4-26.7 13.2-34.6c8.9-7.8 20.7-11.8 35.2-11.8c14.1 0 25.2 4 33.4 12c8.3 8 12.5 20 12.5 35.9v6h-33.1v-5.8c0-6.1-1.3-10.7-4-13.6c-1.1-1.5-2.6-2.7-4.3-3.5s-3.5-1.2-5.4-1.1c-5.4 0-9.2 1.8-11.4 5.6c-2.3 5.2-3.3 10.8-3 16.4v65.5c0 13.7 4.8 20.6 14.4 20.8q6.75 0 10.2-4.8c2.5-4.1 3.7-8.8 3.5-13.6v-4.9h33.1v5.1c0 10.6-2.1 19.5-6.2 26.6c-4 6.9-9.9 12.5-17.1 16c-7.7 3.7-16.1 5.5-24.6 5.3c-14.2 0-25.5-3.9-33.8-11.6z"/></svg> </template>
CSS
.icon-css {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M376.3%2032H0v376.3c0%2019%207.6%2037.2%2021%2050.7s31.7%2021%2050.7%2021h304.6c19%200%2037.2-7.6%2050.7-21s21-31.7%2021-50.7V103.7c0-19-7.6-37.2-21-50.7s-31.7-21-50.7-21m-43.9%20399.4q-11.55-12.75-12-36.6h31.3c.2%2014.1%205.1%2021.1%2014.8%2021.1c4.9%200%208.4-1.6%2010.5-4.7c2-3.1%203-8%203-14.8c0-5.4-1.3-9.9-4-13.4c-3.5-4.2-8.1-7.5-13.2-9.5l-11.6-5.5c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6%204-24.6%2011.8-33.1c8.1-8.5%2019.1-12.7%2033.2-12.7c13.6%200%2024.1%204.2%2031.5%2012.5c7.5%208.4%2011.5%2020.3%2011.8%2035.9h-30.1c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8%200-13.2%205.2-13.2%2015.7c0%205.3%201.1%209.4%203.2%2012.6c3.1%203.5%207%206.2%2011.4%207.8l11.1%204.9c11.5%205.3%2019.7%2011.7%2024.8%2019.4s7.6%2018%207.6%2031c0%2015.5-4%2027.4-12.3%2035.7c-8.2%208.3-19.5%2012.5-34.1%2012.5s-25.6-4.2-33.4-12.7zm-101%200q-11.55-12.75-12-36.6h31.3c.2%2014.1%205.1%2021.1%2014.8%2021.1c4.9%200%208.4-1.6%2010.4-4.7s3-8%203-14.8c0-5.4-1.3-9.9-3.9-13.4c-3.5-4.2-8.1-7.5-13.2-9.5l-11.6-5.5c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6%204-24.6%2011.8-33.1c8.1-8.5%2019.1-12.7%2033.2-12.7c13.6%200%2024.1%204.2%2031.4%2012.5c7.6%208.4%2011.5%2020.3%2011.9%2035.9h-30.1c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8%200-13.2%205.2-13.2%2015.7c0%205.3%201.1%209.4%203.2%2012.6c3.1%203.5%207%206.2%2011.4%207.8l11.1%204.9c11.5%205.3%2019.7%2011.7%2024.8%2019.4s7.6%2018%207.6%2031q0%2023.25-12.3%2035.7c-12.3%2012.45-19.5%2012.5-34.1%2012.5s-25.6-4.2-33.4-12.7zm-105.6%201.1c-8.4-7.7-12.5-19.2-12.5-34.5v-75.4c0-15.2%204.4-26.7%2013.2-34.6c8.9-7.8%2020.7-11.8%2035.2-11.8c14.1%200%2025.2%204%2033.4%2012c8.3%208%2012.5%2020%2012.5%2035.9v6h-33.1v-5.8c0-6.1-1.3-10.7-4-13.6c-1.1-1.5-2.6-2.7-4.3-3.5s-3.5-1.2-5.4-1.1c-5.4%200-9.2%201.8-11.4%205.6c-2.3%205.2-3.3%2010.8-3%2016.4v65.5c0%2013.7%204.8%2020.6%2014.4%2020.8q6.75%200%2010.2-4.8c2.5-4.1%203.7-8.8%203.5-13.6v-4.9h33.1v5.1c0%2010.6-2.1%2019.5-6.2%2026.6c-4%206.9-9.9%2012.5-17.1%2016c-7.7%203.7-16.1%205.5-24.6%205.3c-14.2%200-25.5-3.9-33.8-11.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M376.3%2032H0v376.3c0%2019%207.6%2037.2%2021%2050.7s31.7%2021%2050.7%2021h304.6c19%200%2037.2-7.6%2050.7-21s21-31.7%2021-50.7V103.7c0-19-7.6-37.2-21-50.7s-31.7-21-50.7-21m-43.9%20399.4q-11.55-12.75-12-36.6h31.3c.2%2014.1%205.1%2021.1%2014.8%2021.1c4.9%200%208.4-1.6%2010.5-4.7c2-3.1%203-8%203-14.8c0-5.4-1.3-9.9-4-13.4c-3.5-4.2-8.1-7.5-13.2-9.5l-11.6-5.5c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6%204-24.6%2011.8-33.1c8.1-8.5%2019.1-12.7%2033.2-12.7c13.6%200%2024.1%204.2%2031.5%2012.5c7.5%208.4%2011.5%2020.3%2011.8%2035.9h-30.1c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8%200-13.2%205.2-13.2%2015.7c0%205.3%201.1%209.4%203.2%2012.6c3.1%203.5%207%206.2%2011.4%207.8l11.1%204.9c11.5%205.3%2019.7%2011.7%2024.8%2019.4s7.6%2018%207.6%2031c0%2015.5-4%2027.4-12.3%2035.7c-8.2%208.3-19.5%2012.5-34.1%2012.5s-25.6-4.2-33.4-12.7zm-101%200q-11.55-12.75-12-36.6h31.3c.2%2014.1%205.1%2021.1%2014.8%2021.1c4.9%200%208.4-1.6%2010.4-4.7s3-8%203-14.8c0-5.4-1.3-9.9-3.9-13.4c-3.5-4.2-8.1-7.5-13.2-9.5l-11.6-5.5c-10.3-4.9-17.8-10.8-22.5-17.6c-4.5-6.8-6.7-16.3-6.7-28.4c0-13.6%204-24.6%2011.8-33.1c8.1-8.5%2019.1-12.7%2033.2-12.7c13.6%200%2024.1%204.2%2031.4%2012.5c7.6%208.4%2011.5%2020.3%2011.9%2035.9h-30.1c.2-5.1-.9-10.2-3-14.8c-1.7-3.4-5-5.1-10-5.1c-8.8%200-13.2%205.2-13.2%2015.7c0%205.3%201.1%209.4%203.2%2012.6c3.1%203.5%207%206.2%2011.4%207.8l11.1%204.9c11.5%205.3%2019.7%2011.7%2024.8%2019.4s7.6%2018%207.6%2031q0%2023.25-12.3%2035.7c-12.3%2012.45-19.5%2012.5-34.1%2012.5s-25.6-4.2-33.4-12.7zm-105.6%201.1c-8.4-7.7-12.5-19.2-12.5-34.5v-75.4c0-15.2%204.4-26.7%2013.2-34.6c8.9-7.8%2020.7-11.8%2035.2-11.8c14.1%200%2025.2%204%2033.4%2012c8.3%208%2012.5%2020%2012.5%2035.9v6h-33.1v-5.8c0-6.1-1.3-10.7-4-13.6c-1.1-1.5-2.6-2.7-4.3-3.5s-3.5-1.2-5.4-1.1c-5.4%200-9.2%201.8-11.4%205.6c-2.3%205.2-3.3%2010.8-3%2016.4v65.5c0%2013.7%204.8%2020.6%2014.4%2020.8q6.75%200%2010.2-4.8c2.5-4.1%203.7-8.8%203.5-13.6v-4.9h33.1v5.1c0%2010.6-2.1%2019.5-6.2%2026.6c-4%206.9-9.9%2012.5-17.1%2016c-7.7%203.7-16.1%205.5-24.6%205.3c-14.2%200-25.5-3.9-33.8-11.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/css.svg?color=%231a73e8&size=48