round airline seat recline normal icon

round-airline-seat-recline-normal from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.

Name
round-airline-seat-recline-normal
Set
Google Material Icons
Style
Baseline
Category
Notification
Viewbox
24×24
License
Apache 2.0

More notification icons from Google Material Icons

Use the round airline seat recline normal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.59 5.41c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0s.78 2.05 0 2.83c-.79.79-2.05.79-2.83 0M6 16V8c0-.55-.45-1-1-1s-1 .45-1 1v8c0 2.76 2.24 5 5 5h5c.55 0 1-.45 1-1s-.45-1-1-1H9c-1.66 0-3-1.34-3-3m13.28 3.35l-3.77-3.77c-.37-.37-.88-.58-1.41-.58h-2.6v-3.68c1.09.89 2.66 1.7 4.2 2.02c.67.14 1.3-.36 1.3-1.04c0-.53-.39-.96-.92-1.05c-1.42-.24-2.88-1.01-3.75-1.97l-1.4-1.55c-.19-.21-.43-.38-.69-.5c-.29-.14-.62-.23-.96-.23h-.03C8.01 7 7 8.01 7 9.25V15c0 1.66 1.34 3 3 3h5.07l2.78 2.78c.39.39 1.04.39 1.43 0c.4-.39.4-1.03 0-1.43"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAirlineSeatReclineNormal(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="M7.59 5.41c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0s.78 2.05 0 2.83c-.79.79-2.05.79-2.83 0M6 16V8c0-.55-.45-1-1-1s-1 .45-1 1v8c0 2.76 2.24 5 5 5h5c.55 0 1-.45 1-1s-.45-1-1-1H9c-1.66 0-3-1.34-3-3m13.28 3.35l-3.77-3.77c-.37-.37-.88-.58-1.41-.58h-2.6v-3.68c1.09.89 2.66 1.7 4.2 2.02c.67.14 1.3-.36 1.3-1.04c0-.53-.39-.96-.92-1.05c-1.42-.24-2.88-1.01-3.75-1.97l-1.4-1.55c-.19-.21-.43-.38-.69-.5c-.29-.14-.62-.23-.96-.23h-.03C8.01 7 7 8.01 7 9.25V15c0 1.66 1.34 3 3 3h5.07l2.78 2.78c.39.39 1.04.39 1.43 0c.4-.39.4-1.03 0-1.43"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.59 5.41c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0s.78 2.05 0 2.83c-.79.79-2.05.79-2.83 0M6 16V8c0-.55-.45-1-1-1s-1 .45-1 1v8c0 2.76 2.24 5 5 5h5c.55 0 1-.45 1-1s-.45-1-1-1H9c-1.66 0-3-1.34-3-3m13.28 3.35l-3.77-3.77c-.37-.37-.88-.58-1.41-.58h-2.6v-3.68c1.09.89 2.66 1.7 4.2 2.02c.67.14 1.3-.36 1.3-1.04c0-.53-.39-.96-.92-1.05c-1.42-.24-2.88-1.01-3.75-1.97l-1.4-1.55c-.19-.21-.43-.38-.69-.5c-.29-.14-.62-.23-.96-.23h-.03C8.01 7 7 8.01 7 9.25V15c0 1.66 1.34 3 3 3h5.07l2.78 2.78c.39.39 1.04.39 1.43 0c.4-.39.4-1.03 0-1.43"/></svg>
</template>

CSS

.icon-round-airline-seat-recline-normal {
  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%22M7.59%205.41c-.78-.78-.78-2.05%200-2.83s2.05-.78%202.83%200s.78%202.05%200%202.83c-.79.79-2.05.79-2.83%200M6%2016V8c0-.55-.45-1-1-1s-1%20.45-1%201v8c0%202.76%202.24%205%205%205h5c.55%200%201-.45%201-1s-.45-1-1-1H9c-1.66%200-3-1.34-3-3m13.28%203.35l-3.77-3.77c-.37-.37-.88-.58-1.41-.58h-2.6v-3.68c1.09.89%202.66%201.7%204.2%202.02c.67.14%201.3-.36%201.3-1.04c0-.53-.39-.96-.92-1.05c-1.42-.24-2.88-1.01-3.75-1.97l-1.4-1.55c-.19-.21-.43-.38-.69-.5c-.29-.14-.62-.23-.96-.23h-.03C8.01%207%207%208.01%207%209.25V15c0%201.66%201.34%203%203%203h5.07l2.78%202.78c.39.39%201.04.39%201.43%200c.4-.39.4-1.03%200-1.43%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%22M7.59%205.41c-.78-.78-.78-2.05%200-2.83s2.05-.78%202.83%200s.78%202.05%200%202.83c-.79.79-2.05.79-2.83%200M6%2016V8c0-.55-.45-1-1-1s-1%20.45-1%201v8c0%202.76%202.24%205%205%205h5c.55%200%201-.45%201-1s-.45-1-1-1H9c-1.66%200-3-1.34-3-3m13.28%203.35l-3.77-3.77c-.37-.37-.88-.58-1.41-.58h-2.6v-3.68c1.09.89%202.66%201.7%204.2%202.02c.67.14%201.3-.36%201.3-1.04c0-.53-.39-.96-.92-1.05c-1.42-.24-2.88-1.01-3.75-1.97l-1.4-1.55c-.19-.21-.43-.38-.69-.5c-.29-.14-.62-.23-.96-.23h-.03C8.01%207%207%208.01%207%209.25V15c0%201.66%201.34%203%203%203h5.07l2.78%202.78c.39.39%201.04.39%201.43%200c.4-.39.4-1.03%200-1.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-airline-seat-recline-normal.svg?color=%231a73e8&size=48