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

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

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.275 3.075q-.15.375-.537.538t-.763.012t-.537-.537t-.013-.763l1.075-2.6q-2.65-.7-4.3-2.85T2 10V6q0-1.65 1.175-2.825T6 2q.55 0 1.05.187t1 .388l4.775 1.95q.325.125.313.463t-.338.462L10 6.5V8l10.65 6.775q.175.125.275.288t.15.362l.7 3.5q.075.425-.188.75T20.9 20h-.35q-.275 0-.475-.137t-.325-.363L19 18h-5v3q0 .425-.288.713T13 22t-.712-.288T12 21v-3zM5.288 6.713Q5 6.425 5 6t.288-.712T6 5t.713.288T7 6t-.288.713T6 7t-.712-.288M10 16h8.825l-1.575-1H10q-.9 0-1.687-.363t-1.338-1.012q-.325-.35-.625-.962t-.3-1.113q0-.425.288-.712t.712-.288q.375 0 .65.25t.35.6q.125.7.675 1.15T10 13h4.125L8 9.1V6q0-.825-.587-1.412T6 4t-1.412.588T4 6v4q0 2.5 1.75 4.25T10 16"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRavenOutlineRounded(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.275 3.075q-.15.375-.537.538t-.763.012t-.537-.537t-.013-.763l1.075-2.6q-2.65-.7-4.3-2.85T2 10V6q0-1.65 1.175-2.825T6 2q.55 0 1.05.187t1 .388l4.775 1.95q.325.125.313.463t-.338.462L10 6.5V8l10.65 6.775q.175.125.275.288t.15.362l.7 3.5q.075.425-.188.75T20.9 20h-.35q-.275 0-.475-.137t-.325-.363L19 18h-5v3q0 .425-.288.713T13 22t-.712-.288T12 21v-3zM5.288 6.713Q5 6.425 5 6t.288-.712T6 5t.713.288T7 6t-.288.713T6 7t-.712-.288M10 16h8.825l-1.575-1H10q-.9 0-1.687-.363t-1.338-1.012q-.325-.35-.625-.962t-.3-1.113q0-.425.288-.712t.712-.288q.375 0 .65.25t.35.6q.125.7.675 1.15T10 13h4.125L8 9.1V6q0-.825-.587-1.412T6 4t-1.412.588T4 6v4q0 2.5 1.75 4.25T10 16"/></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.275 3.075q-.15.375-.537.538t-.763.012t-.537-.537t-.013-.763l1.075-2.6q-2.65-.7-4.3-2.85T2 10V6q0-1.65 1.175-2.825T6 2q.55 0 1.05.187t1 .388l4.775 1.95q.325.125.313.463t-.338.462L10 6.5V8l10.65 6.775q.175.125.275.288t.15.362l.7 3.5q.075.425-.188.75T20.9 20h-.35q-.275 0-.475-.137t-.325-.363L19 18h-5v3q0 .425-.288.713T13 22t-.712-.288T12 21v-3zM5.288 6.713Q5 6.425 5 6t.288-.712T6 5t.713.288T7 6t-.288.713T6 7t-.712-.288M10 16h8.825l-1.575-1H10q-.9 0-1.687-.363t-1.338-1.012q-.325-.35-.625-.962t-.3-1.113q0-.425.288-.712t.712-.288q.375 0 .65.25t.35.6q.125.7.675 1.15T10 13h4.125L8 9.1V6q0-.825-.587-1.412T6 4t-1.412.588T4 6v4q0 2.5 1.75 4.25T10 16"/></svg>
</template>

CSS

.icon-raven-outline-rounded {
  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.275%203.075q-.15.375-.537.538t-.763.012t-.537-.537t-.013-.763l1.075-2.6q-2.65-.7-4.3-2.85T2%2010V6q0-1.65%201.175-2.825T6%202q.55%200%201.05.187t1%20.388l4.775%201.95q.325.125.313.463t-.338.462L10%206.5V8l10.65%206.775q.175.125.275.288t.15.362l.7%203.5q.075.425-.188.75T20.9%2020h-.35q-.275%200-.475-.137t-.325-.363L19%2018h-5v3q0%20.425-.288.713T13%2022t-.712-.288T12%2021v-3zM5.288%206.713Q5%206.425%205%206t.288-.712T6%205t.713.288T7%206t-.288.713T6%207t-.712-.288M10%2016h8.825l-1.575-1H10q-.9%200-1.687-.363t-1.338-1.012q-.325-.35-.625-.962t-.3-1.113q0-.425.288-.712t.712-.288q.375%200%20.65.25t.35.6q.125.7.675%201.15T10%2013h4.125L8%209.1V6q0-.825-.587-1.412T6%204t-1.412.588T4%206v4q0%202.5%201.75%204.25T10%2016%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.275%203.075q-.15.375-.537.538t-.763.012t-.537-.537t-.013-.763l1.075-2.6q-2.65-.7-4.3-2.85T2%2010V6q0-1.65%201.175-2.825T6%202q.55%200%201.05.187t1%20.388l4.775%201.95q.325.125.313.463t-.338.462L10%206.5V8l10.65%206.775q.175.125.275.288t.15.362l.7%203.5q.075.425-.188.75T20.9%2020h-.35q-.275%200-.475-.137t-.325-.363L19%2018h-5v3q0%20.425-.288.713T13%2022t-.712-.288T12%2021v-3zM5.288%206.713Q5%206.425%205%206t.288-.712T6%205t.713.288T7%206t-.288.713T6%207t-.712-.288M10%2016h8.825l-1.575-1H10q-.9%200-1.687-.363t-1.338-1.012q-.325-.35-.625-.962t-.3-1.113q0-.425.288-.712t.712-.288q.375%200%20.65.25t.35.6q.125.7.675%201.15T10%2013h4.125L8%209.1V6q0-.825-.587-1.412T6%204t-1.412.588T4%206v4q0%202.5%201.75%204.25T10%2016%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-rounded.svg?color=%231a73e8&size=48