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

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

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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.235 21l-.927-.385l1.469-3.524q-2.535-.47-4.156-2.437T3 10.11V6.327q0-1.372.977-2.35T6.327 3q.386 0 .737.091q.352.092.698.234l4.892 2.04l-3 1.154v1.943l10.788 7.25L21.02 19h-1.25l-.75-1.77h-5.615V21h-1v-3.77H9.808zm1.861-4.77h9.325l-2.748-1.845h-6.77q-1.506 0-2.58-1.074q-1.073-1.073-1.073-2.58h1q0 1.113.77 1.884t1.884.77h5.26l-6.51-4.362V6.327q0-.979-.674-1.653T6.327 4t-1.653.674T4 6.327v3.789q0 2.548 1.778 4.331t4.318 1.784m-4.29-9.383q-.21-.21-.21-.52t.21-.521t.52-.21t.521.209t.21.52t-.21.521q-.209.21-.52.21q-.31 0-.52-.21m4.097 7.538"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRavenOutline(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.235 21l-.927-.385l1.469-3.524q-2.535-.47-4.156-2.437T3 10.11V6.327q0-1.372.977-2.35T6.327 3q.386 0 .737.091q.352.092.698.234l4.892 2.04l-3 1.154v1.943l10.788 7.25L21.02 19h-1.25l-.75-1.77h-5.615V21h-1v-3.77H9.808zm1.861-4.77h9.325l-2.748-1.845h-6.77q-1.506 0-2.58-1.074q-1.073-1.073-1.073-2.58h1q0 1.113.77 1.884t1.884.77h5.26l-6.51-4.362V6.327q0-.979-.674-1.653T6.327 4t-1.653.674T4 6.327v3.789q0 2.548 1.778 4.331t4.318 1.784m-4.29-9.383q-.21-.21-.21-.52t.21-.521t.52-.21t.521.209t.21.52t-.21.521q-.209.21-.52.21q-.31 0-.52-.21m4.097 7.538"/></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.235 21l-.927-.385l1.469-3.524q-2.535-.47-4.156-2.437T3 10.11V6.327q0-1.372.977-2.35T6.327 3q.386 0 .737.091q.352.092.698.234l4.892 2.04l-3 1.154v1.943l10.788 7.25L21.02 19h-1.25l-.75-1.77h-5.615V21h-1v-3.77H9.808zm1.861-4.77h9.325l-2.748-1.845h-6.77q-1.506 0-2.58-1.074q-1.073-1.073-1.073-2.58h1q0 1.113.77 1.884t1.884.77h5.26l-6.51-4.362V6.327q0-.979-.674-1.653T6.327 4t-1.653.674T4 6.327v3.789q0 2.548 1.778 4.331t4.318 1.784m-4.29-9.383q-.21-.21-.21-.52t.21-.521t.52-.21t.521.209t.21.52t-.21.521q-.209.21-.52.21q-.31 0-.52-.21m4.097 7.538"/></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.235%2021l-.927-.385l1.469-3.524q-2.535-.47-4.156-2.437T3%2010.11V6.327q0-1.372.977-2.35T6.327%203q.386%200%20.737.091q.352.092.698.234l4.892%202.04l-3%201.154v1.943l10.788%207.25L21.02%2019h-1.25l-.75-1.77h-5.615V21h-1v-3.77H9.808zm1.861-4.77h9.325l-2.748-1.845h-6.77q-1.506%200-2.58-1.074q-1.073-1.073-1.073-2.58h1q0%201.113.77%201.884t1.884.77h5.26l-6.51-4.362V6.327q0-.979-.674-1.653T6.327%204t-1.653.674T4%206.327v3.789q0%202.548%201.778%204.331t4.318%201.784m-4.29-9.383q-.21-.21-.21-.52t.21-.521t.52-.21t.521.209t.21.52t-.21.521q-.209.21-.52.21q-.31%200-.52-.21m4.097%207.538%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.235%2021l-.927-.385l1.469-3.524q-2.535-.47-4.156-2.437T3%2010.11V6.327q0-1.372.977-2.35T6.327%203q.386%200%20.737.091q.352.092.698.234l4.892%202.04l-3%201.154v1.943l10.788%207.25L21.02%2019h-1.25l-.75-1.77h-5.615V21h-1v-3.77H9.808zm1.861-4.77h9.325l-2.748-1.845h-6.77q-1.506%200-2.58-1.074q-1.073-1.073-1.073-2.58h1q0%201.113.77%201.884t1.884.77h5.26l-6.51-4.362V6.327q0-.979-.674-1.653T6.327%204t-1.653.674T4%206.327v3.789q0%202.548%201.778%204.331t4.318%201.784m-4.29-9.383q-.21-.21-.21-.52t.21-.521t.52-.21t.521.209t.21.52t-.21.521q-.209.21-.52.21q-.31%200-.52-.21m4.097%207.538%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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