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

Name
raven
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
raven-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="m10 18l-1.65 4l-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.5V8l7.85 5H10q-.825 0-1.412-.587T8 11H6q0 1.65 1.175 2.825T10 15h11l1 5h-2l-1-2h-5v4h-2v-4zM5.288 5.288Q5 5.575 5 6t.288.713T6 7t.713-.288T7 6t-.288-.712T6 5t-.712.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRaven(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="m10 18l-1.65 4l-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.5V8l7.85 5H10q-.825 0-1.412-.587T8 11H6q0 1.65 1.175 2.825T10 15h11l1 5h-2l-1-2h-5v4h-2v-4zM5.288 5.288Q5 5.575 5 6t.288.713T6 7t.713-.288T7 6t-.288-.712T6 5t-.712.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 18l-1.65 4l-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.5V8l7.85 5H10q-.825 0-1.412-.587T8 11H6q0 1.65 1.175 2.825T10 15h11l1 5h-2l-1-2h-5v4h-2v-4zM5.288 5.288Q5 5.575 5 6t.288.713T6 7t.713-.288T7 6t-.288-.712T6 5t-.712.288"/></svg>
</template>

CSS

.icon-raven {
  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%22m10%2018l-1.65%204l-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.5V8l7.85%205H10q-.825%200-1.412-.587T8%2011H6q0%201.65%201.175%202.825T10%2015h11l1%205h-2l-1-2h-5v4h-2v-4zM5.288%205.288Q5%205.575%205%206t.288.713T6%207t.713-.288T7%206t-.288-.712T6%205t-.712.288%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%22m10%2018l-1.65%204l-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.5V8l7.85%205H10q-.825%200-1.412-.587T8%2011H6q0%201.65%201.175%202.825T10%2015h11l1%205h-2l-1-2h-5v4h-2v-4zM5.288%205.288Q5%205.575%205%206t.288.713T6%207t.713-.288T7%206t-.288-.712T6%205t-.712.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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