raven-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
raven-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
raven-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the raven icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.35 22l-1.85-.75l1.45-3.525q-2.65-.7-4.3-2.85T2 10V6q0-1.65 1.175-2.825T6 2q.55 0 1.05.187t1 .388L14 5l-4 1.5V8l11 7l1 5h-2l-1-2h-5v4h-2v-4h-2zM10 16h8.825l-1.575-1H10q-1.65 0-2.825-1.175T6 11h2q0 .825.588 1.413T10 13h4.125L8 9.1V6q0-.825-.587-1.412T6 4t-1.412.588T4 6v4q0 2.5 1.75 4.25T10 16M5.288 6.713Q5 6.425 5 6t.288-.712T6 5t.713.288T7 6t-.288.713T6 7t-.712-.288M10 15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRavenOutline(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="m8.35 22l-1.85-.75l1.45-3.525q-2.65-.7-4.3-2.85T2 10V6q0-1.65 1.175-2.825T6 2q.55 0 1.05.187t1 .388L14 5l-4 1.5V8l11 7l1 5h-2l-1-2h-5v4h-2v-4h-2zM10 16h8.825l-1.575-1H10q-1.65 0-2.825-1.175T6 11h2q0 .825.588 1.413T10 13h4.125L8 9.1V6q0-.825-.587-1.412T6 4t-1.412.588T4 6v4q0 2.5 1.75 4.25T10 16M5.288 6.713Q5 6.425 5 6t.288-.712T6 5t.713.288T7 6t-.288.713T6 7t-.712-.288M10 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.35 22l-1.85-.75l1.45-3.525q-2.65-.7-4.3-2.85T2 10V6q0-1.65 1.175-2.825T6 2q.55 0 1.05.187t1 .388L14 5l-4 1.5V8l11 7l1 5h-2l-1-2h-5v4h-2v-4h-2zM10 16h8.825l-1.575-1H10q-1.65 0-2.825-1.175T6 11h2q0 .825.588 1.413T10 13h4.125L8 9.1V6q0-.825-.587-1.412T6 4t-1.412.588T4 6v4q0 2.5 1.75 4.25T10 16M5.288 6.713Q5 6.425 5 6t.288-.712T6 5t.713.288T7 6t-.288.713T6 7t-.712-.288M10 15"/></svg>
</template>

CSS

.icon-raven-outline {
  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%22m8.35%2022l-1.85-.75l1.45-3.525q-2.65-.7-4.3-2.85T2%2010V6q0-1.65%201.175-2.825T6%202q.55%200%201.05.187t1%20.388L14%205l-4%201.5V8l11%207l1%205h-2l-1-2h-5v4h-2v-4h-2zM10%2016h8.825l-1.575-1H10q-1.65%200-2.825-1.175T6%2011h2q0%20.825.588%201.413T10%2013h4.125L8%209.1V6q0-.825-.587-1.412T6%204t-1.412.588T4%206v4q0%202.5%201.75%204.25T10%2016M5.288%206.713Q5%206.425%205%206t.288-.712T6%205t.713.288T7%206t-.288.713T6%207t-.712-.288M10%2015%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%22m8.35%2022l-1.85-.75l1.45-3.525q-2.65-.7-4.3-2.85T2%2010V6q0-1.65%201.175-2.825T6%202q.55%200%201.05.187t1%20.388L14%205l-4%201.5V8l11%207l1%205h-2l-1-2h-5v4h-2v-4h-2zM10%2016h8.825l-1.575-1H10q-1.65%200-2.825-1.175T6%2011h2q0%20.825.588%201.413T10%2013h4.125L8%209.1V6q0-.825-.587-1.412T6%204t-1.412.588T4%206v4q0%202.5%201.75%204.25T10%2016M5.288%206.713Q5%206.425%205%206t.288-.712T6%205t.713.288T7%206t-.288.713T6%207t-.712-.288M10%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/raven-outline.svg?color=%231a73e8&size=48