rebel logo
rebel from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- rebel
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same logo in other sets
Use the rebel logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256.5 504C117.2 504 9 387.8 13.2 249.9C16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8c-5.8 5.5-111.3 129.8-14.1 226.4c49.8 49.5 90 2.5 90 2.5c38.5-50.1-.6-125.9-.6-125.9c-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7c.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6c13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9c-15.8 28.5-27.1 89.4.6 127.3c32.4 44.6 87.7-2.8 87.7-2.8c102.7-91.9-10.5-225-10.5-225c-6.1-5.5.8-2.8.8-2.8c50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsRebel(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="M256.5 504C117.2 504 9 387.8 13.2 249.9C16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8c-5.8 5.5-111.3 129.8-14.1 226.4c49.8 49.5 90 2.5 90 2.5c38.5-50.1-.6-125.9-.6-125.9c-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7c.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6c13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9c-15.8 28.5-27.1 89.4.6 127.3c32.4 44.6 87.7-2.8 87.7-2.8c102.7-91.9-10.5-225-10.5-225c-6.1-5.5.8-2.8.8-2.8c50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256.5 504C117.2 504 9 387.8 13.2 249.9C16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8c-5.8 5.5-111.3 129.8-14.1 226.4c49.8 49.5 90 2.5 90 2.5c38.5-50.1-.6-125.9-.6-125.9c-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7c.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6c13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9c-15.8 28.5-27.1 89.4.6 127.3c32.4 44.6 87.7-2.8 87.7-2.8c102.7-91.9-10.5-225-10.5-225c-6.1-5.5.8-2.8.8-2.8c50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504"/></svg> </template>
CSS
.icon-rebel {
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%22M256.5%20504C117.2%20504%209%20387.8%2013.2%20249.9C16%20170.7%2056.4%2097.7%20129.7%2049.5c.3%200%201.9-.6%201.1.8c-5.8%205.5-111.3%20129.8-14.1%20226.4c49.8%2049.5%2090%202.5%2090%202.5c38.5-50.1-.6-125.9-.6-125.9c-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4%2010.5%2043.2%2038.7%2043.2%2038.7c.8-29.6-21.9-61.4-21.9-61.4L255.1%208l44.3%2050.1c-20.5%2028.8-21.9%2062.6-21.9%2062.6c13.8-23%2043.5-39.3%2043.5-39.3l28.5%2031.8c-27.4%208.9-45.4%2039.9-45.4%2039.9c-15.8%2028.5-27.1%2089.4.6%20127.3c32.4%2044.6%2087.7-2.8%2087.7-2.8c102.7-91.9-10.5-225-10.5-225c-6.1-5.5.8-2.8.8-2.8c50.1%2036.5%20114.6%2084.4%20116.2%20204.8C500.9%20400.2%20399%20504%20256.5%20504%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%22M256.5%20504C117.2%20504%209%20387.8%2013.2%20249.9C16%20170.7%2056.4%2097.7%20129.7%2049.5c.3%200%201.9-.6%201.1.8c-5.8%205.5-111.3%20129.8-14.1%20226.4c49.8%2049.5%2090%202.5%2090%202.5c38.5-50.1-.6-125.9-.6-125.9c-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4%2010.5%2043.2%2038.7%2043.2%2038.7c.8-29.6-21.9-61.4-21.9-61.4L255.1%208l44.3%2050.1c-20.5%2028.8-21.9%2062.6-21.9%2062.6c13.8-23%2043.5-39.3%2043.5-39.3l28.5%2031.8c-27.4%208.9-45.4%2039.9-45.4%2039.9c-15.8%2028.5-27.1%2089.4.6%20127.3c32.4%2044.6%2087.7-2.8%2087.7-2.8c102.7-91.9-10.5-225-10.5-225c-6.1-5.5.8-2.8.8-2.8c50.1%2036.5%20114.6%2084.4%20116.2%20204.8C500.9%20400.2%20399%20504%20256.5%20504%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/rebel.svg?color=%231a73e8&size=48