a11y project logo
a11y-project from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- a11y-project
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
Use the a11y project logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64C178.6 64 64 178.6 64 320s114.6 256 256 256s256-114.6 256-256S461.4 64 320 64m-3.7 117c-18.3 0-33.1-14.8-33.1-33c-.1-18.3 14.7-33.2 33-33.2s33.1 14.8 33.2 33.1c0 18.2-14.8 33.1-33.1 33.1m143.3 40.8l-98.5 12.4l.1 98.6l47.7 159.3c.6 2.4.7 4.8.4 7.3s-1.2 4.7-2.4 6.8s-2.9 3.9-4.9 5.4s-4.2 2.5-6.6 3.1c-9.9 2.5-20.1-3-22.6-13l-48.9-145h-15l-45 148c-3.8 9.7-14.5 14.1-24.2 10.3c-9.6-3.7-15.4-14.6-11.6-24.3l41.3-156.3V234.2l-90.8-12.3c-9.3-.8-15.6-8.9-14.9-18.3s9.2-16.3 18.5-15.6l110.3 9.5h48.3l117.4-9.7c2.2-.1 4.4.3 6.5 1s4 1.9 5.6 3.5s3 3.3 3.9 5.4s1.4 4.2 1.5 6.4c.4 9.3-6.8 17.2-16.1 17.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsA11yProject(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="M320 64C178.6 64 64 178.6 64 320s114.6 256 256 256s256-114.6 256-256S461.4 64 320 64m-3.7 117c-18.3 0-33.1-14.8-33.1-33c-.1-18.3 14.7-33.2 33-33.2s33.1 14.8 33.2 33.1c0 18.2-14.8 33.1-33.1 33.1m143.3 40.8l-98.5 12.4l.1 98.6l47.7 159.3c.6 2.4.7 4.8.4 7.3s-1.2 4.7-2.4 6.8s-2.9 3.9-4.9 5.4s-4.2 2.5-6.6 3.1c-9.9 2.5-20.1-3-22.6-13l-48.9-145h-15l-45 148c-3.8 9.7-14.5 14.1-24.2 10.3c-9.6-3.7-15.4-14.6-11.6-24.3l41.3-156.3V234.2l-90.8-12.3c-9.3-.8-15.6-8.9-14.9-18.3s9.2-16.3 18.5-15.6l110.3 9.5h48.3l117.4-9.7c2.2-.1 4.4.3 6.5 1s4 1.9 5.6 3.5s3 3.3 3.9 5.4s1.4 4.2 1.5 6.4c.4 9.3-6.8 17.2-16.1 17.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64C178.6 64 64 178.6 64 320s114.6 256 256 256s256-114.6 256-256S461.4 64 320 64m-3.7 117c-18.3 0-33.1-14.8-33.1-33c-.1-18.3 14.7-33.2 33-33.2s33.1 14.8 33.2 33.1c0 18.2-14.8 33.1-33.1 33.1m143.3 40.8l-98.5 12.4l.1 98.6l47.7 159.3c.6 2.4.7 4.8.4 7.3s-1.2 4.7-2.4 6.8s-2.9 3.9-4.9 5.4s-4.2 2.5-6.6 3.1c-9.9 2.5-20.1-3-22.6-13l-48.9-145h-15l-45 148c-3.8 9.7-14.5 14.1-24.2 10.3c-9.6-3.7-15.4-14.6-11.6-24.3l41.3-156.3V234.2l-90.8-12.3c-9.3-.8-15.6-8.9-14.9-18.3s9.2-16.3 18.5-15.6l110.3 9.5h48.3l117.4-9.7c2.2-.1 4.4.3 6.5 1s4 1.9 5.6 3.5s3 3.3 3.9 5.4s1.4 4.2 1.5 6.4c.4 9.3-6.8 17.2-16.1 17.6z"/></svg> </template>
CSS
.icon-a11y-project {
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%22M320%2064C178.6%2064%2064%20178.6%2064%20320s114.6%20256%20256%20256s256-114.6%20256-256S461.4%2064%20320%2064m-3.7%20117c-18.3%200-33.1-14.8-33.1-33c-.1-18.3%2014.7-33.2%2033-33.2s33.1%2014.8%2033.2%2033.1c0%2018.2-14.8%2033.1-33.1%2033.1m143.3%2040.8l-98.5%2012.4l.1%2098.6l47.7%20159.3c.6%202.4.7%204.8.4%207.3s-1.2%204.7-2.4%206.8s-2.9%203.9-4.9%205.4s-4.2%202.5-6.6%203.1c-9.9%202.5-20.1-3-22.6-13l-48.9-145h-15l-45%20148c-3.8%209.7-14.5%2014.1-24.2%2010.3c-9.6-3.7-15.4-14.6-11.6-24.3l41.3-156.3V234.2l-90.8-12.3c-9.3-.8-15.6-8.9-14.9-18.3s9.2-16.3%2018.5-15.6l110.3%209.5h48.3l117.4-9.7c2.2-.1%204.4.3%206.5%201s4%201.9%205.6%203.5s3%203.3%203.9%205.4s1.4%204.2%201.5%206.4c.4%209.3-6.8%2017.2-16.1%2017.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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064C178.6%2064%2064%20178.6%2064%20320s114.6%20256%20256%20256s256-114.6%20256-256S461.4%2064%20320%2064m-3.7%20117c-18.3%200-33.1-14.8-33.1-33c-.1-18.3%2014.7-33.2%2033-33.2s33.1%2014.8%2033.2%2033.1c0%2018.2-14.8%2033.1-33.1%2033.1m143.3%2040.8l-98.5%2012.4l.1%2098.6l47.7%20159.3c.6%202.4.7%204.8.4%207.3s-1.2%204.7-2.4%206.8s-2.9%203.9-4.9%205.4s-4.2%202.5-6.6%203.1c-9.9%202.5-20.1-3-22.6-13l-48.9-145h-15l-45%20148c-3.8%209.7-14.5%2014.1-24.2%2010.3c-9.6-3.7-15.4-14.6-11.6-24.3l41.3-156.3V234.2l-90.8-12.3c-9.3-.8-15.6-8.9-14.9-18.3s9.2-16.3%2018.5-15.6l110.3%209.5h48.3l117.4-9.7c2.2-.1%204.4.3%206.5%201s4%201.9%205.6%203.5s3%203.3%203.9%205.4s1.4%204.2%201.5%206.4c.4%209.3-6.8%2017.2-16.1%2017.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/a11y-project.svg?color=%231a73e8&size=48