ravelry from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
ravelry
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the ravelry icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.115 4.012c-2.03.091-4.054.69-6.094 1.642c-.615.283-.844.577-1.084 1.035a12 12 0 0 0-1.083 2.87a11.16 11.16 0 0 0-2.36 4.896c-.577.98-1.138 2.255-1.258 3.889c0 0-.036.413-.025.43c-1.923-.252-4.15-1.167-4.15-1.167c.496.79 3.338 1.455 4.154 1.76c0 0 .094 5.337 3.514 7.145c-.615-.937-.725-1.1-.725-1.1s-1.782-3.258-1.477-5.67c.038 0 .083.012.121.012C7.95 24.514 12.268 28 17.371 28c.338 0 .66-.01.98-.037c.763.082 1.503.026 2.184-.213c.376-.12.754-.349 1.102-.588c3.823-2.129 5.494-4.467 6.703-8.045c.294-.87.44-1.932.533-2.842c.474-4.483-1.665-8.803-5.625-10.867c-2.064-1.073-4.102-1.488-6.133-1.396m.274 2.166c5.795 0 10.51 4.744 10.51 10.593a10.66 10.66 0 0 1-5.817 9.475c-.79.256-1.971.456-3.523.201c0 0-4.96-1.258-6.944-5.87c2.08.037 2.854-.01 4.248-.212c2.146-.31 4.303-.882 6.264-1.797c.643-.294.603-1.057.521-1.623c-.109-.697-.604-.659-1.164-.256c0 0-4.467 3.19-10.338 2.924c-1.018-1.743-1.459-6.033-1.459-6.033c2.256-1.917 4.53-3.245 9.17-2.853c.011-.35.163-1.478-1.11-1.532c0 0-5.091-.604-7.95 1.825c.136-.9.32-1.597.603-2.147a10.4 10.4 0 0 1 6.989-2.695m-8.77 4.77s-.064.67-.037 1.073c-.185.136-.55.442-.99.91a11 11 0 0 1 1.027-1.984zm-.074 3.638s.092 2.613.86 4.906l-2.257-.375a9.6 9.6 0 0 1-.226-1.53c.24-.936.724-2.13 1.623-3.001m-1.193 5.332c.806.174 1.85.414 2.345.496c1.487 4.183 5.899 6.77 5.899 6.77a1 1 0 0 0 .146.054c-3.98-.632-7.225-3.524-8.39-7.32"/></svg>

React

import type { SVGProps } from "react";

export function LaRavelry(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.115 4.012c-2.03.091-4.054.69-6.094 1.642c-.615.283-.844.577-1.084 1.035a12 12 0 0 0-1.083 2.87a11.16 11.16 0 0 0-2.36 4.896c-.577.98-1.138 2.255-1.258 3.889c0 0-.036.413-.025.43c-1.923-.252-4.15-1.167-4.15-1.167c.496.79 3.338 1.455 4.154 1.76c0 0 .094 5.337 3.514 7.145c-.615-.937-.725-1.1-.725-1.1s-1.782-3.258-1.477-5.67c.038 0 .083.012.121.012C7.95 24.514 12.268 28 17.371 28c.338 0 .66-.01.98-.037c.763.082 1.503.026 2.184-.213c.376-.12.754-.349 1.102-.588c3.823-2.129 5.494-4.467 6.703-8.045c.294-.87.44-1.932.533-2.842c.474-4.483-1.665-8.803-5.625-10.867c-2.064-1.073-4.102-1.488-6.133-1.396m.274 2.166c5.795 0 10.51 4.744 10.51 10.593a10.66 10.66 0 0 1-5.817 9.475c-.79.256-1.971.456-3.523.201c0 0-4.96-1.258-6.944-5.87c2.08.037 2.854-.01 4.248-.212c2.146-.31 4.303-.882 6.264-1.797c.643-.294.603-1.057.521-1.623c-.109-.697-.604-.659-1.164-.256c0 0-4.467 3.19-10.338 2.924c-1.018-1.743-1.459-6.033-1.459-6.033c2.256-1.917 4.53-3.245 9.17-2.853c.011-.35.163-1.478-1.11-1.532c0 0-5.091-.604-7.95 1.825c.136-.9.32-1.597.603-2.147a10.4 10.4 0 0 1 6.989-2.695m-8.77 4.77s-.064.67-.037 1.073c-.185.136-.55.442-.99.91a11 11 0 0 1 1.027-1.984zm-.074 3.638s.092 2.613.86 4.906l-2.257-.375a9.6 9.6 0 0 1-.226-1.53c.24-.936.724-2.13 1.623-3.001m-1.193 5.332c.806.174 1.85.414 2.345.496c1.487 4.183 5.899 6.77 5.899 6.77a1 1 0 0 0 .146.054c-3.98-.632-7.225-3.524-8.39-7.32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.115 4.012c-2.03.091-4.054.69-6.094 1.642c-.615.283-.844.577-1.084 1.035a12 12 0 0 0-1.083 2.87a11.16 11.16 0 0 0-2.36 4.896c-.577.98-1.138 2.255-1.258 3.889c0 0-.036.413-.025.43c-1.923-.252-4.15-1.167-4.15-1.167c.496.79 3.338 1.455 4.154 1.76c0 0 .094 5.337 3.514 7.145c-.615-.937-.725-1.1-.725-1.1s-1.782-3.258-1.477-5.67c.038 0 .083.012.121.012C7.95 24.514 12.268 28 17.371 28c.338 0 .66-.01.98-.037c.763.082 1.503.026 2.184-.213c.376-.12.754-.349 1.102-.588c3.823-2.129 5.494-4.467 6.703-8.045c.294-.87.44-1.932.533-2.842c.474-4.483-1.665-8.803-5.625-10.867c-2.064-1.073-4.102-1.488-6.133-1.396m.274 2.166c5.795 0 10.51 4.744 10.51 10.593a10.66 10.66 0 0 1-5.817 9.475c-.79.256-1.971.456-3.523.201c0 0-4.96-1.258-6.944-5.87c2.08.037 2.854-.01 4.248-.212c2.146-.31 4.303-.882 6.264-1.797c.643-.294.603-1.057.521-1.623c-.109-.697-.604-.659-1.164-.256c0 0-4.467 3.19-10.338 2.924c-1.018-1.743-1.459-6.033-1.459-6.033c2.256-1.917 4.53-3.245 9.17-2.853c.011-.35.163-1.478-1.11-1.532c0 0-5.091-.604-7.95 1.825c.136-.9.32-1.597.603-2.147a10.4 10.4 0 0 1 6.989-2.695m-8.77 4.77s-.064.67-.037 1.073c-.185.136-.55.442-.99.91a11 11 0 0 1 1.027-1.984zm-.074 3.638s.092 2.613.86 4.906l-2.257-.375a9.6 9.6 0 0 1-.226-1.53c.24-.936.724-2.13 1.623-3.001m-1.193 5.332c.806.174 1.85.414 2.345.496c1.487 4.183 5.899 6.77 5.899 6.77a1 1 0 0 0 .146.054c-3.98-.632-7.225-3.524-8.39-7.32"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.115%204.012c-2.03.091-4.054.69-6.094%201.642c-.615.283-.844.577-1.084%201.035a12%2012%200%200%200-1.083%202.87a11.16%2011.16%200%200%200-2.36%204.896c-.577.98-1.138%202.255-1.258%203.889c0%200-.036.413-.025.43c-1.923-.252-4.15-1.167-4.15-1.167c.496.79%203.338%201.455%204.154%201.76c0%200%20.094%205.337%203.514%207.145c-.615-.937-.725-1.1-.725-1.1s-1.782-3.258-1.477-5.67c.038%200%20.083.012.121.012C7.95%2024.514%2012.268%2028%2017.371%2028c.338%200%20.66-.01.98-.037c.763.082%201.503.026%202.184-.213c.376-.12.754-.349%201.102-.588c3.823-2.129%205.494-4.467%206.703-8.045c.294-.87.44-1.932.533-2.842c.474-4.483-1.665-8.803-5.625-10.867c-2.064-1.073-4.102-1.488-6.133-1.396m.274%202.166c5.795%200%2010.51%204.744%2010.51%2010.593a10.66%2010.66%200%200%201-5.817%209.475c-.79.256-1.971.456-3.523.201c0%200-4.96-1.258-6.944-5.87c2.08.037%202.854-.01%204.248-.212c2.146-.31%204.303-.882%206.264-1.797c.643-.294.603-1.057.521-1.623c-.109-.697-.604-.659-1.164-.256c0%200-4.467%203.19-10.338%202.924c-1.018-1.743-1.459-6.033-1.459-6.033c2.256-1.917%204.53-3.245%209.17-2.853c.011-.35.163-1.478-1.11-1.532c0%200-5.091-.604-7.95%201.825c.136-.9.32-1.597.603-2.147a10.4%2010.4%200%200%201%206.989-2.695m-8.77%204.77s-.064.67-.037%201.073c-.185.136-.55.442-.99.91a11%2011%200%200%201%201.027-1.984zm-.074%203.638s.092%202.613.86%204.906l-2.257-.375a9.6%209.6%200%200%201-.226-1.53c.24-.936.724-2.13%201.623-3.001m-1.193%205.332c.806.174%201.85.414%202.345.496c1.487%204.183%205.899%206.77%205.899%206.77a1%201%200%200%200%20.146.054c-3.98-.632-7.225-3.524-8.39-7.32%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.115%204.012c-2.03.091-4.054.69-6.094%201.642c-.615.283-.844.577-1.084%201.035a12%2012%200%200%200-1.083%202.87a11.16%2011.16%200%200%200-2.36%204.896c-.577.98-1.138%202.255-1.258%203.889c0%200-.036.413-.025.43c-1.923-.252-4.15-1.167-4.15-1.167c.496.79%203.338%201.455%204.154%201.76c0%200%20.094%205.337%203.514%207.145c-.615-.937-.725-1.1-.725-1.1s-1.782-3.258-1.477-5.67c.038%200%20.083.012.121.012C7.95%2024.514%2012.268%2028%2017.371%2028c.338%200%20.66-.01.98-.037c.763.082%201.503.026%202.184-.213c.376-.12.754-.349%201.102-.588c3.823-2.129%205.494-4.467%206.703-8.045c.294-.87.44-1.932.533-2.842c.474-4.483-1.665-8.803-5.625-10.867c-2.064-1.073-4.102-1.488-6.133-1.396m.274%202.166c5.795%200%2010.51%204.744%2010.51%2010.593a10.66%2010.66%200%200%201-5.817%209.475c-.79.256-1.971.456-3.523.201c0%200-4.96-1.258-6.944-5.87c2.08.037%202.854-.01%204.248-.212c2.146-.31%204.303-.882%206.264-1.797c.643-.294.603-1.057.521-1.623c-.109-.697-.604-.659-1.164-.256c0%200-4.467%203.19-10.338%202.924c-1.018-1.743-1.459-6.033-1.459-6.033c2.256-1.917%204.53-3.245%209.17-2.853c.011-.35.163-1.478-1.11-1.532c0%200-5.091-.604-7.95%201.825c.136-.9.32-1.597.603-2.147a10.4%2010.4%200%200%201%206.989-2.695m-8.77%204.77s-.064.67-.037%201.073c-.185.136-.55.442-.99.91a11%2011%200%200%201%201.027-1.984zm-.074%203.638s.092%202.613.86%204.906l-2.257-.375a9.6%209.6%200%200%201-.226-1.53c.24-.936.724-2.13%201.623-3.001m-1.193%205.332c.806.174%201.85.414%202.345.496c1.487%204.183%205.899%206.77%205.899%206.77a1%201%200%200%200%20.146.054c-3.98-.632-7.225-3.524-8.39-7.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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