ravelry from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
ravelry
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.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 24 24"><path fill="currentColor" d="M23.972 10.924c-.06-.511-.084-1.03-.185-1.532c-.123-.61-.28-1.218-.476-1.809a9.1 9.1 0 0 0-1.526-2.841c-.295-.37-.594-.74-.93-1.072a11.7 11.7 0 0 0-2.328-1.785a12 12 0 0 0-2.803-1.22c-.544-.152-1.1-.268-1.656-.376c-.335-.064-.68-.082-1.02-.122c-.015-.002-.03-.018-.044-.028h-1.596c-.119.02-.237.046-.357.058a9 9 0 0 0-1.693.35c-.683.202-1.335.48-1.965.809c-.66.345-1.286.748-1.882 1.193a12 12 0 0 0-.889.718c-.502.455-1.006.911-1.479 1.397a12 12 0 0 0-1.662 2.172a9.8 9.8 0 0 0-1.393 3.922a10 10 0 0 0-.077 1.755c.033.666.095 1.33.219 1.989c.17.913.439 1.79.826 2.634a10.4 10.4 0 0 0 2.49 3.357a12.4 12.4 0 0 0 2.064 1.512c.877.517 1.798.93 2.763 1.25a13 13 0 0 0 2.008.485c.3.05.607.062.91.093c.02.002.04.018.059.028h1.595c.124-.02.248-.047.372-.057c.808-.066 1.587-.264 2.347-.53a11 11 0 0 0 2.42-1.177c.481-.318.958-.646 1.42-.993c.286-.215.543-.47.805-.714q.293-.276.57-.569a11.5 11.5 0 0 0 1.552-2.057c.472-.793.858-1.626 1.103-2.517c.14-.515.244-1.04.346-1.564c.051-.261.062-.53.093-.795c.002-.016.017-.03.027-.045v-1.831c-.01-.03-.025-.058-.028-.088m-7.962-.057s-.82-.147-1.407-.147c-1.344 0-1.66.736-1.66 1.83v4.629H9.312V7.753h3.633v1.578c.44-1.325 1.323-1.788 3.066-1.788z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsRavelry(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.972 10.924c-.06-.511-.084-1.03-.185-1.532c-.123-.61-.28-1.218-.476-1.809a9.1 9.1 0 0 0-1.526-2.841c-.295-.37-.594-.74-.93-1.072a11.7 11.7 0 0 0-2.328-1.785a12 12 0 0 0-2.803-1.22c-.544-.152-1.1-.268-1.656-.376c-.335-.064-.68-.082-1.02-.122c-.015-.002-.03-.018-.044-.028h-1.596c-.119.02-.237.046-.357.058a9 9 0 0 0-1.693.35c-.683.202-1.335.48-1.965.809c-.66.345-1.286.748-1.882 1.193a12 12 0 0 0-.889.718c-.502.455-1.006.911-1.479 1.397a12 12 0 0 0-1.662 2.172a9.8 9.8 0 0 0-1.393 3.922a10 10 0 0 0-.077 1.755c.033.666.095 1.33.219 1.989c.17.913.439 1.79.826 2.634a10.4 10.4 0 0 0 2.49 3.357a12.4 12.4 0 0 0 2.064 1.512c.877.517 1.798.93 2.763 1.25a13 13 0 0 0 2.008.485c.3.05.607.062.91.093c.02.002.04.018.059.028h1.595c.124-.02.248-.047.372-.057c.808-.066 1.587-.264 2.347-.53a11 11 0 0 0 2.42-1.177c.481-.318.958-.646 1.42-.993c.286-.215.543-.47.805-.714q.293-.276.57-.569a11.5 11.5 0 0 0 1.552-2.057c.472-.793.858-1.626 1.103-2.517c.14-.515.244-1.04.346-1.564c.051-.261.062-.53.093-.795c.002-.016.017-.03.027-.045v-1.831c-.01-.03-.025-.058-.028-.088m-7.962-.057s-.82-.147-1.407-.147c-1.344 0-1.66.736-1.66 1.83v4.629H9.312V7.753h3.633v1.578c.44-1.325 1.323-1.788 3.066-1.788z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.972 10.924c-.06-.511-.084-1.03-.185-1.532c-.123-.61-.28-1.218-.476-1.809a9.1 9.1 0 0 0-1.526-2.841c-.295-.37-.594-.74-.93-1.072a11.7 11.7 0 0 0-2.328-1.785a12 12 0 0 0-2.803-1.22c-.544-.152-1.1-.268-1.656-.376c-.335-.064-.68-.082-1.02-.122c-.015-.002-.03-.018-.044-.028h-1.596c-.119.02-.237.046-.357.058a9 9 0 0 0-1.693.35c-.683.202-1.335.48-1.965.809c-.66.345-1.286.748-1.882 1.193a12 12 0 0 0-.889.718c-.502.455-1.006.911-1.479 1.397a12 12 0 0 0-1.662 2.172a9.8 9.8 0 0 0-1.393 3.922a10 10 0 0 0-.077 1.755c.033.666.095 1.33.219 1.989c.17.913.439 1.79.826 2.634a10.4 10.4 0 0 0 2.49 3.357a12.4 12.4 0 0 0 2.064 1.512c.877.517 1.798.93 2.763 1.25a13 13 0 0 0 2.008.485c.3.05.607.062.91.093c.02.002.04.018.059.028h1.595c.124-.02.248-.047.372-.057c.808-.066 1.587-.264 2.347-.53a11 11 0 0 0 2.42-1.177c.481-.318.958-.646 1.42-.993c.286-.215.543-.47.805-.714q.293-.276.57-.569a11.5 11.5 0 0 0 1.552-2.057c.472-.793.858-1.626 1.103-2.517c.14-.515.244-1.04.346-1.564c.051-.261.062-.53.093-.795c.002-.016.017-.03.027-.045v-1.831c-.01-.03-.025-.058-.028-.088m-7.962-.057s-.82-.147-1.407-.147c-1.344 0-1.66.736-1.66 1.83v4.629H9.312V7.753h3.633v1.578c.44-1.325 1.323-1.788 3.066-1.788z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.972%2010.924c-.06-.511-.084-1.03-.185-1.532c-.123-.61-.28-1.218-.476-1.809a9.1%209.1%200%200%200-1.526-2.841c-.295-.37-.594-.74-.93-1.072a11.7%2011.7%200%200%200-2.328-1.785a12%2012%200%200%200-2.803-1.22c-.544-.152-1.1-.268-1.656-.376c-.335-.064-.68-.082-1.02-.122c-.015-.002-.03-.018-.044-.028h-1.596c-.119.02-.237.046-.357.058a9%209%200%200%200-1.693.35c-.683.202-1.335.48-1.965.809c-.66.345-1.286.748-1.882%201.193a12%2012%200%200%200-.889.718c-.502.455-1.006.911-1.479%201.397a12%2012%200%200%200-1.662%202.172a9.8%209.8%200%200%200-1.393%203.922a10%2010%200%200%200-.077%201.755c.033.666.095%201.33.219%201.989c.17.913.439%201.79.826%202.634a10.4%2010.4%200%200%200%202.49%203.357a12.4%2012.4%200%200%200%202.064%201.512c.877.517%201.798.93%202.763%201.25a13%2013%200%200%200%202.008.485c.3.05.607.062.91.093c.02.002.04.018.059.028h1.595c.124-.02.248-.047.372-.057c.808-.066%201.587-.264%202.347-.53a11%2011%200%200%200%202.42-1.177c.481-.318.958-.646%201.42-.993c.286-.215.543-.47.805-.714q.293-.276.57-.569a11.5%2011.5%200%200%200%201.552-2.057c.472-.793.858-1.626%201.103-2.517c.14-.515.244-1.04.346-1.564c.051-.261.062-.53.093-.795c.002-.016.017-.03.027-.045v-1.831c-.01-.03-.025-.058-.028-.088m-7.962-.057s-.82-.147-1.407-.147c-1.344%200-1.66.736-1.66%201.83v4.629H9.312V7.753h3.633v1.578c.44-1.325%201.323-1.788%203.066-1.788z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.972%2010.924c-.06-.511-.084-1.03-.185-1.532c-.123-.61-.28-1.218-.476-1.809a9.1%209.1%200%200%200-1.526-2.841c-.295-.37-.594-.74-.93-1.072a11.7%2011.7%200%200%200-2.328-1.785a12%2012%200%200%200-2.803-1.22c-.544-.152-1.1-.268-1.656-.376c-.335-.064-.68-.082-1.02-.122c-.015-.002-.03-.018-.044-.028h-1.596c-.119.02-.237.046-.357.058a9%209%200%200%200-1.693.35c-.683.202-1.335.48-1.965.809c-.66.345-1.286.748-1.882%201.193a12%2012%200%200%200-.889.718c-.502.455-1.006.911-1.479%201.397a12%2012%200%200%200-1.662%202.172a9.8%209.8%200%200%200-1.393%203.922a10%2010%200%200%200-.077%201.755c.033.666.095%201.33.219%201.989c.17.913.439%201.79.826%202.634a10.4%2010.4%200%200%200%202.49%203.357a12.4%2012.4%200%200%200%202.064%201.512c.877.517%201.798.93%202.763%201.25a13%2013%200%200%200%202.008.485c.3.05.607.062.91.093c.02.002.04.018.059.028h1.595c.124-.02.248-.047.372-.057c.808-.066%201.587-.264%202.347-.53a11%2011%200%200%200%202.42-1.177c.481-.318.958-.646%201.42-.993c.286-.215.543-.47.805-.714q.293-.276.57-.569a11.5%2011.5%200%200%200%201.552-2.057c.472-.793.858-1.626%201.103-2.517c.14-.515.244-1.04.346-1.564c.051-.261.062-.53.093-.795c.002-.016.017-.03.027-.045v-1.831c-.01-.03-.025-.058-.028-.088m-7.962-.057s-.82-.147-1.407-.147c-1.344%200-1.66.736-1.66%201.83v4.629H9.312V7.753h3.633v1.578c.44-1.325%201.323-1.788%203.066-1.788z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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