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

Name
ravelry
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the ravelry logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M562.6 298.2c-1.2-10.3-1.7-20.8-3.7-31q-3.75-18.6-9.6-36.6c-6.8-20.9-17.2-40.3-30.9-57.5c-5.9-7.6-12.1-14.8-18.8-21.7c-14.1-14-30-26.1-47.1-36.1c-17.8-10.6-36.8-18.9-56.7-24.7c-11-3.1-22.3-5.4-33.5-7.6c-6.8-1.3-13.7-1.7-20.6-2.5c-.3 0-.6-.4-.9-.6h-32.3c-2.4.4-4.8.9-7.2 1.2c-11.6 1.2-23.1 3.6-34.3 7.1c-13.8 4.1-27.1 9.6-39.8 16.4c-13.3 7-26.1 15.1-38.1 24.2c-6.2 4.6-12.3 9.4-18 14.5c-10.2 9.2-20.4 18.4-29.9 28.3c-12.8 13.3-24.1 28.1-33.6 44c-8.6 14-15.5 29-20.5 44.6c-7.2 22.7-10.3 46.6-9.2 70.3c.6 13.5 2 26.9 4.4 40.2c3.4 18.4 9 36.3 16.7 53.3c13.6 29.2 32.1 51.5 50.4 67.9c12.8 11.6 26.8 21.9 41.8 30.6c17.7 10.4 36.4 18.9 55.9 25.3c13.3 4.3 26.9 7.6 40.6 9.8c6.1 1 12.3 1.3 18.4 1.9q.6.15 1.2.6h32.3c2.5-.4 5-.9 7.5-1.1c16.3-1.3 32.1-5.3 47.5-10.7c17.2-5.9 33.7-13.9 49-23.8c9.7-6.4 19.4-13.1 28.7-20.1c5.8-4.3 11-9.5 16.3-14.5c4-3.7 7.8-7.6 11.5-11.5c12-12.7 22.6-26.6 31.4-41.6c9.5-16 17.4-32.9 22.3-50.9c2.9-10.4 4.9-21 7-31.7c1-5.3 1.3-10.7 1.9-16.1c0-.3.4-.6.6-.9v-37.1l-.6-1.8zM401.5 297s-16.6-3-28.5-3c-27.2 0-33.6 14.9-33.6 37v93.7h-73.5V234h73.5v31.9c8.9-26.8 26.8-36.2 62-36.2V297z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsRavelry(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="M562.6 298.2c-1.2-10.3-1.7-20.8-3.7-31q-3.75-18.6-9.6-36.6c-6.8-20.9-17.2-40.3-30.9-57.5c-5.9-7.6-12.1-14.8-18.8-21.7c-14.1-14-30-26.1-47.1-36.1c-17.8-10.6-36.8-18.9-56.7-24.7c-11-3.1-22.3-5.4-33.5-7.6c-6.8-1.3-13.7-1.7-20.6-2.5c-.3 0-.6-.4-.9-.6h-32.3c-2.4.4-4.8.9-7.2 1.2c-11.6 1.2-23.1 3.6-34.3 7.1c-13.8 4.1-27.1 9.6-39.8 16.4c-13.3 7-26.1 15.1-38.1 24.2c-6.2 4.6-12.3 9.4-18 14.5c-10.2 9.2-20.4 18.4-29.9 28.3c-12.8 13.3-24.1 28.1-33.6 44c-8.6 14-15.5 29-20.5 44.6c-7.2 22.7-10.3 46.6-9.2 70.3c.6 13.5 2 26.9 4.4 40.2c3.4 18.4 9 36.3 16.7 53.3c13.6 29.2 32.1 51.5 50.4 67.9c12.8 11.6 26.8 21.9 41.8 30.6c17.7 10.4 36.4 18.9 55.9 25.3c13.3 4.3 26.9 7.6 40.6 9.8c6.1 1 12.3 1.3 18.4 1.9q.6.15 1.2.6h32.3c2.5-.4 5-.9 7.5-1.1c16.3-1.3 32.1-5.3 47.5-10.7c17.2-5.9 33.7-13.9 49-23.8c9.7-6.4 19.4-13.1 28.7-20.1c5.8-4.3 11-9.5 16.3-14.5c4-3.7 7.8-7.6 11.5-11.5c12-12.7 22.6-26.6 31.4-41.6c9.5-16 17.4-32.9 22.3-50.9c2.9-10.4 4.9-21 7-31.7c1-5.3 1.3-10.7 1.9-16.1c0-.3.4-.6.6-.9v-37.1l-.6-1.8zM401.5 297s-16.6-3-28.5-3c-27.2 0-33.6 14.9-33.6 37v93.7h-73.5V234h73.5v31.9c8.9-26.8 26.8-36.2 62-36.2V297z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M562.6 298.2c-1.2-10.3-1.7-20.8-3.7-31q-3.75-18.6-9.6-36.6c-6.8-20.9-17.2-40.3-30.9-57.5c-5.9-7.6-12.1-14.8-18.8-21.7c-14.1-14-30-26.1-47.1-36.1c-17.8-10.6-36.8-18.9-56.7-24.7c-11-3.1-22.3-5.4-33.5-7.6c-6.8-1.3-13.7-1.7-20.6-2.5c-.3 0-.6-.4-.9-.6h-32.3c-2.4.4-4.8.9-7.2 1.2c-11.6 1.2-23.1 3.6-34.3 7.1c-13.8 4.1-27.1 9.6-39.8 16.4c-13.3 7-26.1 15.1-38.1 24.2c-6.2 4.6-12.3 9.4-18 14.5c-10.2 9.2-20.4 18.4-29.9 28.3c-12.8 13.3-24.1 28.1-33.6 44c-8.6 14-15.5 29-20.5 44.6c-7.2 22.7-10.3 46.6-9.2 70.3c.6 13.5 2 26.9 4.4 40.2c3.4 18.4 9 36.3 16.7 53.3c13.6 29.2 32.1 51.5 50.4 67.9c12.8 11.6 26.8 21.9 41.8 30.6c17.7 10.4 36.4 18.9 55.9 25.3c13.3 4.3 26.9 7.6 40.6 9.8c6.1 1 12.3 1.3 18.4 1.9q.6.15 1.2.6h32.3c2.5-.4 5-.9 7.5-1.1c16.3-1.3 32.1-5.3 47.5-10.7c17.2-5.9 33.7-13.9 49-23.8c9.7-6.4 19.4-13.1 28.7-20.1c5.8-4.3 11-9.5 16.3-14.5c4-3.7 7.8-7.6 11.5-11.5c12-12.7 22.6-26.6 31.4-41.6c9.5-16 17.4-32.9 22.3-50.9c2.9-10.4 4.9-21 7-31.7c1-5.3 1.3-10.7 1.9-16.1c0-.3.4-.6.6-.9v-37.1l-.6-1.8zM401.5 297s-16.6-3-28.5-3c-27.2 0-33.6 14.9-33.6 37v93.7h-73.5V234h73.5v31.9c8.9-26.8 26.8-36.2 62-36.2V297z"/></svg>
</template>

CSS

.icon-ravelry {
  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%22M562.6%20298.2c-1.2-10.3-1.7-20.8-3.7-31q-3.75-18.6-9.6-36.6c-6.8-20.9-17.2-40.3-30.9-57.5c-5.9-7.6-12.1-14.8-18.8-21.7c-14.1-14-30-26.1-47.1-36.1c-17.8-10.6-36.8-18.9-56.7-24.7c-11-3.1-22.3-5.4-33.5-7.6c-6.8-1.3-13.7-1.7-20.6-2.5c-.3%200-.6-.4-.9-.6h-32.3c-2.4.4-4.8.9-7.2%201.2c-11.6%201.2-23.1%203.6-34.3%207.1c-13.8%204.1-27.1%209.6-39.8%2016.4c-13.3%207-26.1%2015.1-38.1%2024.2c-6.2%204.6-12.3%209.4-18%2014.5c-10.2%209.2-20.4%2018.4-29.9%2028.3c-12.8%2013.3-24.1%2028.1-33.6%2044c-8.6%2014-15.5%2029-20.5%2044.6c-7.2%2022.7-10.3%2046.6-9.2%2070.3c.6%2013.5%202%2026.9%204.4%2040.2c3.4%2018.4%209%2036.3%2016.7%2053.3c13.6%2029.2%2032.1%2051.5%2050.4%2067.9c12.8%2011.6%2026.8%2021.9%2041.8%2030.6c17.7%2010.4%2036.4%2018.9%2055.9%2025.3c13.3%204.3%2026.9%207.6%2040.6%209.8c6.1%201%2012.3%201.3%2018.4%201.9q.6.15%201.2.6h32.3c2.5-.4%205-.9%207.5-1.1c16.3-1.3%2032.1-5.3%2047.5-10.7c17.2-5.9%2033.7-13.9%2049-23.8c9.7-6.4%2019.4-13.1%2028.7-20.1c5.8-4.3%2011-9.5%2016.3-14.5c4-3.7%207.8-7.6%2011.5-11.5c12-12.7%2022.6-26.6%2031.4-41.6c9.5-16%2017.4-32.9%2022.3-50.9c2.9-10.4%204.9-21%207-31.7c1-5.3%201.3-10.7%201.9-16.1c0-.3.4-.6.6-.9v-37.1l-.6-1.8zM401.5%20297s-16.6-3-28.5-3c-27.2%200-33.6%2014.9-33.6%2037v93.7h-73.5V234h73.5v31.9c8.9-26.8%2026.8-36.2%2062-36.2V297z%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%22M562.6%20298.2c-1.2-10.3-1.7-20.8-3.7-31q-3.75-18.6-9.6-36.6c-6.8-20.9-17.2-40.3-30.9-57.5c-5.9-7.6-12.1-14.8-18.8-21.7c-14.1-14-30-26.1-47.1-36.1c-17.8-10.6-36.8-18.9-56.7-24.7c-11-3.1-22.3-5.4-33.5-7.6c-6.8-1.3-13.7-1.7-20.6-2.5c-.3%200-.6-.4-.9-.6h-32.3c-2.4.4-4.8.9-7.2%201.2c-11.6%201.2-23.1%203.6-34.3%207.1c-13.8%204.1-27.1%209.6-39.8%2016.4c-13.3%207-26.1%2015.1-38.1%2024.2c-6.2%204.6-12.3%209.4-18%2014.5c-10.2%209.2-20.4%2018.4-29.9%2028.3c-12.8%2013.3-24.1%2028.1-33.6%2044c-8.6%2014-15.5%2029-20.5%2044.6c-7.2%2022.7-10.3%2046.6-9.2%2070.3c.6%2013.5%202%2026.9%204.4%2040.2c3.4%2018.4%209%2036.3%2016.7%2053.3c13.6%2029.2%2032.1%2051.5%2050.4%2067.9c12.8%2011.6%2026.8%2021.9%2041.8%2030.6c17.7%2010.4%2036.4%2018.9%2055.9%2025.3c13.3%204.3%2026.9%207.6%2040.6%209.8c6.1%201%2012.3%201.3%2018.4%201.9q.6.15%201.2.6h32.3c2.5-.4%205-.9%207.5-1.1c16.3-1.3%2032.1-5.3%2047.5-10.7c17.2-5.9%2033.7-13.9%2049-23.8c9.7-6.4%2019.4-13.1%2028.7-20.1c5.8-4.3%2011-9.5%2016.3-14.5c4-3.7%207.8-7.6%2011.5-11.5c12-12.7%2022.6-26.6%2031.4-41.6c9.5-16%2017.4-32.9%2022.3-50.9c2.9-10.4%204.9-21%207-31.7c1-5.3%201.3-10.7%201.9-16.1c0-.3.4-.6.6-.9v-37.1l-.6-1.8zM401.5%20297s-16.6-3-28.5-3c-27.2%200-33.6%2014.9-33.6%2037v93.7h-73.5V234h73.5v31.9c8.9-26.8%2026.8-36.2%2062-36.2V297z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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