css3-alt from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
css3-alt
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the css3 alt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m128 96l34.9 395.8L320 544l157.1-52.2L512 96zm313.1 80l-4.8 47.3L321 272.6l-.3.1h111.5l-12.8 146.6l-98.2 28.7l-98.8-29.2l-6.4-73.9h48.9l3.2 38.3l52.6 13.3l54.7-15.4l3.7-61.6l-166.3-.5v-.1l-.2.1l-3.6-46.3L321.1 226l6.5-2.7H204.7l-5.8-47.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsCss3Alt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m128 96l34.9 395.8L320 544l157.1-52.2L512 96zm313.1 80l-4.8 47.3L321 272.6l-.3.1h111.5l-12.8 146.6l-98.2 28.7l-98.8-29.2l-6.4-73.9h48.9l3.2 38.3l52.6 13.3l54.7-15.4l3.7-61.6l-166.3-.5v-.1l-.2.1l-3.6-46.3L321.1 226l6.5-2.7H204.7l-5.8-47.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m128 96l34.9 395.8L320 544l157.1-52.2L512 96zm313.1 80l-4.8 47.3L321 272.6l-.3.1h111.5l-12.8 146.6l-98.2 28.7l-98.8-29.2l-6.4-73.9h48.9l3.2 38.3l52.6 13.3l54.7-15.4l3.7-61.6l-166.3-.5v-.1l-.2.1l-3.6-46.3L321.1 226l6.5-2.7H204.7l-5.8-47.3z"/></svg>
</template>

CSS

.icon-css3-alt {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m128%2096l34.9%20395.8L320%20544l157.1-52.2L512%2096zm313.1%2080l-4.8%2047.3L321%20272.6l-.3.1h111.5l-12.8%20146.6l-98.2%2028.7l-98.8-29.2l-6.4-73.9h48.9l3.2%2038.3l52.6%2013.3l54.7-15.4l3.7-61.6l-166.3-.5v-.1l-.2.1l-3.6-46.3L321.1%20226l6.5-2.7H204.7l-5.8-47.3z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m128%2096l34.9%20395.8L320%20544l157.1-52.2L512%2096zm313.1%2080l-4.8%2047.3L321%20272.6l-.3.1h111.5l-12.8%20146.6l-98.2%2028.7l-98.8-29.2l-6.4-73.9h48.9l3.2%2038.3l52.6%2013.3l54.7-15.4l3.7-61.6l-166.3-.5v-.1l-.2.1l-3.6-46.3L321.1%20226l6.5-2.7H204.7l-5.8-47.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/css3-alt.svg?color=%231a73e8&size=48