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

Name
shift
Set
Framework7 Icons
Style
Outline
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.016m.375-3.633c-.891 0-1.5-.61-1.5-1.476V31.492c0-.586-.211-.797-.774-.797H8.067c-.165 0-.258-.07-.258-.187c0-.094.023-.164.14-.281l19.57-19.453a.61.61 0 0 1 .493-.235c.164 0 .305.047.492.235l19.57 19.453c.094.117.141.187.141.28c0 .118-.094.188-.258.188H37.13c-.562 0-.773.211-.773.797v13.149c0 .843-.633 1.476-1.5 1.476Z"/></svg>

React

import type { SVGProps } from "react";

export function F7Shift(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.016m.375-3.633c-.891 0-1.5-.61-1.5-1.476V31.492c0-.586-.211-.797-.774-.797H8.067c-.165 0-.258-.07-.258-.187c0-.094.023-.164.14-.281l19.57-19.453a.61.61 0 0 1 .493-.235c.164 0 .305.047.492.235l19.57 19.453c.094.117.141.187.141.28c0 .118-.094.188-.258.188H37.13c-.562 0-.773.211-.773.797v13.149c0 .843-.633 1.476-1.5 1.476Z"/></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.016m.375-3.633c-.891 0-1.5-.61-1.5-1.476V31.492c0-.586-.211-.797-.774-.797H8.067c-.165 0-.258-.07-.258-.187c0-.094.023-.164.14-.281l19.57-19.453a.61.61 0 0 1 .493-.235c.164 0 .305.047.492.235l19.57 19.453c.094.117.141.187.141.28c0 .118-.094.188-.258.188H37.13c-.562 0-.773.211-.773.797v13.149c0 .843-.633 1.476-1.5 1.476Z"/></svg>
</template>

CSS

.icon-shift {
  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.016m.375-3.633c-.891%200-1.5-.61-1.5-1.476V31.492c0-.586-.211-.797-.774-.797H8.067c-.165%200-.258-.07-.258-.187c0-.094.023-.164.14-.281l19.57-19.453a.61.61%200%200%201%20.493-.235c.164%200%20.305.047.492.235l19.57%2019.453c.094.117.141.187.141.28c0%20.118-.094.188-.258.188H37.13c-.562%200-.773.211-.773.797v13.149c0%20.843-.633%201.476-1.5%201.476Z%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.016m.375-3.633c-.891%200-1.5-.61-1.5-1.476V31.492c0-.586-.211-.797-.774-.797H8.067c-.165%200-.258-.07-.258-.187c0-.094.023-.164.14-.281l19.57-19.453a.61.61%200%200%201%20.493-.235c.164%200%20.305.047.492.235l19.57%2019.453c.094.117.141.187.141.28c0%20.118-.094.188-.258.188H37.13c-.562%200-.773.211-.773.797v13.149c0%20.843-.633%201.476-1.5%201.476Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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