shift-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
shift-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Use the shift icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.77 49.75h14.46c3.282 0 5.04-1.922 5.04-5.016v-10.5h9.539c1.898 0 3.398-1.172 3.398-2.953c0-1.101-.54-1.922-1.406-2.765L30.895 7.68c-.891-.914-1.852-1.43-2.883-1.43c-1.055 0-1.992.516-2.907 1.43L4.2 28.516c-.89.89-1.406 1.664-1.406 2.765c0 1.782 1.5 2.953 3.422 2.953h9.516v10.5c0 3.094 1.757 5.016 5.039 5.016"/></svg>

React

import type { SVGProps } from "react";

export function F7ShiftFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.77 49.75h14.46c3.282 0 5.04-1.922 5.04-5.016v-10.5h9.539c1.898 0 3.398-1.172 3.398-2.953c0-1.101-.54-1.922-1.406-2.765L30.895 7.68c-.891-.914-1.852-1.43-2.883-1.43c-1.055 0-1.992.516-2.907 1.43L4.2 28.516c-.89.89-1.406 1.664-1.406 2.765c0 1.782 1.5 2.953 3.422 2.953h9.516v10.5c0 3.094 1.757 5.016 5.039 5.016"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.77 49.75h14.46c3.282 0 5.04-1.922 5.04-5.016v-10.5h9.539c1.898 0 3.398-1.172 3.398-2.953c0-1.101-.54-1.922-1.406-2.765L30.895 7.68c-.891-.914-1.852-1.43-2.883-1.43c-1.055 0-1.992.516-2.907 1.43L4.2 28.516c-.89.89-1.406 1.664-1.406 2.765c0 1.782 1.5 2.953 3.422 2.953h9.516v10.5c0 3.094 1.757 5.016 5.039 5.016"/></svg>
</template>

CSS

.icon-shift-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.77%2049.75h14.46c3.282%200%205.04-1.922%205.04-5.016v-10.5h9.539c1.898%200%203.398-1.172%203.398-2.953c0-1.101-.54-1.922-1.406-2.765L30.895%207.68c-.891-.914-1.852-1.43-2.883-1.43c-1.055%200-1.992.516-2.907%201.43L4.2%2028.516c-.89.89-1.406%201.664-1.406%202.765c0%201.782%201.5%202.953%203.422%202.953h9.516v10.5c0%203.094%201.757%205.016%205.039%205.016%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.77%2049.75h14.46c3.282%200%205.04-1.922%205.04-5.016v-10.5h9.539c1.898%200%203.398-1.172%203.398-2.953c0-1.101-.54-1.922-1.406-2.765L30.895%207.68c-.891-.914-1.852-1.43-2.883-1.43c-1.055%200-1.992.516-2.907%201.43L4.2%2028.516c-.89.89-1.406%201.664-1.406%202.765c0%201.782%201.5%202.953%203.422%202.953h9.516v10.5c0%203.094%201.757%205.016%205.039%205.016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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