adversal logo
adversal from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- adversal
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same logo in other sets
Use the adversal logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2M178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4c-4.3 11.1-9.3 9.5-17.5 8.3c-9.7-1.5-17.2-3.2-22.5-5.5c-28.8-11.4 8.6-55.3 24.9-64.3c41.1-21.4 83.4-22.2 125.3-4.8c40.9 16.8 34.5 59.2 34.5 128.5c2.7 25.8-4.3 58.3 9.3 88.8c1.9 4.4.4 7.9-2.7 10.7c-8.4 6.7-39.3 2.2-46.6-7.4c-1.9-2.2-1.8-3.6-3.9-6.2c-3.6-3.9-7.3-2.2-11.9 1c-57.4 36.4-140.3 21.4-147-43.3c-3.1-29.3 12.4-57.1 39.6-71c38.2-19.5 112.2-11.8 114-30.9c1.1-10.2-1.9-20.1-11.3-27.3m286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7c.4-13.9 10.5-9.1 17.1-9.1c132.3-.4 264.5-.4 396.8 0c6.8 0 16.6-4.4 16.6 9.9m3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9c-12.4-.4-27.5 7.1-36.1-5.6c-5.8-8.7-7.8-4-12.4-1.2c-53.4 29.7-128.1 7.1-144.4-85.2c-6.1-33.4-.7-67.1 15.7-100c11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2c3.1 0 6.6.4 9.7 0c10.1-.8 13.6 4.4 13.6 14.3c-.1.2-.1.3-.1.5m-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2c-15.1-33.3-15.5-68.2.4-101.5c16.3-34.1 59.7-35.7 81.5-4.8c20.6 28.8 14.9 84.6 8.1 101.1m-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8c-.4-13.9 7.8-23 19.8-25.8c24.4-5.9 49.3-9.9 73.7-14.7c8.9-2 7.4 4.4 7.8 9.5c1.4 33-26.1 59.2-67.6 58.8"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsAdversal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2M178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4c-4.3 11.1-9.3 9.5-17.5 8.3c-9.7-1.5-17.2-3.2-22.5-5.5c-28.8-11.4 8.6-55.3 24.9-64.3c41.1-21.4 83.4-22.2 125.3-4.8c40.9 16.8 34.5 59.2 34.5 128.5c2.7 25.8-4.3 58.3 9.3 88.8c1.9 4.4.4 7.9-2.7 10.7c-8.4 6.7-39.3 2.2-46.6-7.4c-1.9-2.2-1.8-3.6-3.9-6.2c-3.6-3.9-7.3-2.2-11.9 1c-57.4 36.4-140.3 21.4-147-43.3c-3.1-29.3 12.4-57.1 39.6-71c38.2-19.5 112.2-11.8 114-30.9c1.1-10.2-1.9-20.1-11.3-27.3m286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7c.4-13.9 10.5-9.1 17.1-9.1c132.3-.4 264.5-.4 396.8 0c6.8 0 16.6-4.4 16.6 9.9m3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9c-12.4-.4-27.5 7.1-36.1-5.6c-5.8-8.7-7.8-4-12.4-1.2c-53.4 29.7-128.1 7.1-144.4-85.2c-6.1-33.4-.7-67.1 15.7-100c11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2c3.1 0 6.6.4 9.7 0c10.1-.8 13.6 4.4 13.6 14.3c-.1.2-.1.3-.1.5m-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2c-15.1-33.3-15.5-68.2.4-101.5c16.3-34.1 59.7-35.7 81.5-4.8c20.6 28.8 14.9 84.6 8.1 101.1m-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8c-.4-13.9 7.8-23 19.8-25.8c24.4-5.9 49.3-9.9 73.7-14.7c8.9-2 7.4 4.4 7.8 9.5c1.4 33-26.1 59.2-67.6 58.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2M178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4c-4.3 11.1-9.3 9.5-17.5 8.3c-9.7-1.5-17.2-3.2-22.5-5.5c-28.8-11.4 8.6-55.3 24.9-64.3c41.1-21.4 83.4-22.2 125.3-4.8c40.9 16.8 34.5 59.2 34.5 128.5c2.7 25.8-4.3 58.3 9.3 88.8c1.9 4.4.4 7.9-2.7 10.7c-8.4 6.7-39.3 2.2-46.6-7.4c-1.9-2.2-1.8-3.6-3.9-6.2c-3.6-3.9-7.3-2.2-11.9 1c-57.4 36.4-140.3 21.4-147-43.3c-3.1-29.3 12.4-57.1 39.6-71c38.2-19.5 112.2-11.8 114-30.9c1.1-10.2-1.9-20.1-11.3-27.3m286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7c.4-13.9 10.5-9.1 17.1-9.1c132.3-.4 264.5-.4 396.8 0c6.8 0 16.6-4.4 16.6 9.9m3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9c-12.4-.4-27.5 7.1-36.1-5.6c-5.8-8.7-7.8-4-12.4-1.2c-53.4 29.7-128.1 7.1-144.4-85.2c-6.1-33.4-.7-67.1 15.7-100c11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2c3.1 0 6.6.4 9.7 0c10.1-.8 13.6 4.4 13.6 14.3c-.1.2-.1.3-.1.5m-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2c-15.1-33.3-15.5-68.2.4-101.5c16.3-34.1 59.7-35.7 81.5-4.8c20.6 28.8 14.9 84.6 8.1 101.1m-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8c-.4-13.9 7.8-23 19.8-25.8c24.4-5.9 49.3-9.9 73.7-14.7c8.9-2 7.4 4.4 7.8 9.5c1.4 33-26.1 59.2-67.6 58.8"/></svg> </template>
CSS
.icon-adversal {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M482.1%2032H28.7C5.8%2032%200%2037.9%200%2060.9v390.2C0%20474.4%205.8%20480%2028.7%20480h453.4c24.4%200%2029.9-5.2%2029.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2M178.4%20220.3c-27.5-20.2-72.1-8.7-84.2%2023.4c-4.3%2011.1-9.3%209.5-17.5%208.3c-9.7-1.5-17.2-3.2-22.5-5.5c-28.8-11.4%208.6-55.3%2024.9-64.3c41.1-21.4%2083.4-22.2%20125.3-4.8c40.9%2016.8%2034.5%2059.2%2034.5%20128.5c2.7%2025.8-4.3%2058.3%209.3%2088.8c1.9%204.4.4%207.9-2.7%2010.7c-8.4%206.7-39.3%202.2-46.6-7.4c-1.9-2.2-1.8-3.6-3.9-6.2c-3.6-3.9-7.3-2.2-11.9%201c-57.4%2036.4-140.3%2021.4-147-43.3c-3.1-29.3%2012.4-57.1%2039.6-71c38.2-19.5%20112.2-11.8%20114-30.9c1.1-10.2-1.9-20.1-11.3-27.3m286.7%20222c0%2015.1-11.1%209.9-17.8%209.9H52.4c-7.4%200-18.2%204.8-17.8-10.7c.4-13.9%2010.5-9.1%2017.1-9.1c132.3-.4%20264.5-.4%20396.8%200c6.8%200%2016.6-4.4%2016.6%209.9m3.8-340.5v291c0%205.7-.7%2013.9-8.1%2013.9c-12.4-.4-27.5%207.1-36.1-5.6c-5.8-8.7-7.8-4-12.4-1.2c-53.4%2029.7-128.1%207.1-144.4-85.2c-6.1-33.4-.7-67.1%2015.7-100c11.8-23.9%2056.9-76.1%20136.1-30.5v-71c0-26.2-.1-26.2%2026-26.2c3.1%200%206.6.4%209.7%200c10.1-.8%2013.6%204.4%2013.6%2014.3c-.1.2-.1.3-.1.5m-51.5%20232.3c-19.5%2047.6-72.9%2043.3-90%205.2c-15.1-33.3-15.5-68.2.4-101.5c16.3-34.1%2059.7-35.7%2081.5-4.8c20.6%2028.8%2014.9%2084.6%208.1%20101.1m-294.8%2035.3c-7.5-1.3-33-3.3-33.7-27.8c-.4-13.9%207.8-23%2019.8-25.8c24.4-5.9%2049.3-9.9%2073.7-14.7c8.9-2%207.4%204.4%207.8%209.5c1.4%2033-26.1%2059.2-67.6%2058.8%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M482.1%2032H28.7C5.8%2032%200%2037.9%200%2060.9v390.2C0%20474.4%205.8%20480%2028.7%20480h453.4c24.4%200%2029.9-5.2%2029.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2M178.4%20220.3c-27.5-20.2-72.1-8.7-84.2%2023.4c-4.3%2011.1-9.3%209.5-17.5%208.3c-9.7-1.5-17.2-3.2-22.5-5.5c-28.8-11.4%208.6-55.3%2024.9-64.3c41.1-21.4%2083.4-22.2%20125.3-4.8c40.9%2016.8%2034.5%2059.2%2034.5%20128.5c2.7%2025.8-4.3%2058.3%209.3%2088.8c1.9%204.4.4%207.9-2.7%2010.7c-8.4%206.7-39.3%202.2-46.6-7.4c-1.9-2.2-1.8-3.6-3.9-6.2c-3.6-3.9-7.3-2.2-11.9%201c-57.4%2036.4-140.3%2021.4-147-43.3c-3.1-29.3%2012.4-57.1%2039.6-71c38.2-19.5%20112.2-11.8%20114-30.9c1.1-10.2-1.9-20.1-11.3-27.3m286.7%20222c0%2015.1-11.1%209.9-17.8%209.9H52.4c-7.4%200-18.2%204.8-17.8-10.7c.4-13.9%2010.5-9.1%2017.1-9.1c132.3-.4%20264.5-.4%20396.8%200c6.8%200%2016.6-4.4%2016.6%209.9m3.8-340.5v291c0%205.7-.7%2013.9-8.1%2013.9c-12.4-.4-27.5%207.1-36.1-5.6c-5.8-8.7-7.8-4-12.4-1.2c-53.4%2029.7-128.1%207.1-144.4-85.2c-6.1-33.4-.7-67.1%2015.7-100c11.8-23.9%2056.9-76.1%20136.1-30.5v-71c0-26.2-.1-26.2%2026-26.2c3.1%200%206.6.4%209.7%200c10.1-.8%2013.6%204.4%2013.6%2014.3c-.1.2-.1.3-.1.5m-51.5%20232.3c-19.5%2047.6-72.9%2043.3-90%205.2c-15.1-33.3-15.5-68.2.4-101.5c16.3-34.1%2059.7-35.7%2081.5-4.8c20.6%2028.8%2014.9%2084.6%208.1%20101.1m-294.8%2035.3c-7.5-1.3-33-3.3-33.7-27.8c-.4-13.9%207.8-23%2019.8-25.8c24.4-5.9%2049.3-9.9%2073.7-14.7c8.9-2%207.4%204.4%207.8%209.5c1.4%2033-26.1%2059.2-67.6%2058.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/adversal.svg?color=%231a73e8&size=48