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

Name
skew
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Use the skew icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.465 42.578c2.062 0 3.844-1.219 4.71-2.976L45.473 49.96c.61 2.25 2.65 3.914 5.087 3.914c2.859 0 5.226-2.344 5.226-5.227a5.27 5.27 0 0 0-3.234-4.851l-.985-23.555a5.27 5.27 0 0 0 3.469-4.945c0-2.883-2.367-5.227-5.227-5.227a5.27 5.27 0 0 0-4.5 2.555L25.785 7.258c0-2.766-2.367-5.133-5.227-5.133c-2.882 0-5.25 2.367-5.25 5.25c0 1.547.68 2.953 1.782 3.914L6.215 32.15c-.235-.047-.492-.047-.75-.047c-2.883 0-5.25 2.343-5.25 5.226s2.367 5.25 5.25 5.25m15.093-29.953c1.711 0 3.258-.867 4.22-2.18l19.804 5.461c.258 2.086 1.734 3.82 3.703 4.406l.82 23.274a5.41 5.41 0 0 0-3.421 3.094L10.598 36.367a5.3 5.3 0 0 0-1.313-2.601L20.16 12.602c.117 0 .258.023.398.023"/></svg>

React

import type { SVGProps } from "react";

export function F7Skew(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="M5.465 42.578c2.062 0 3.844-1.219 4.71-2.976L45.473 49.96c.61 2.25 2.65 3.914 5.087 3.914c2.859 0 5.226-2.344 5.226-5.227a5.27 5.27 0 0 0-3.234-4.851l-.985-23.555a5.27 5.27 0 0 0 3.469-4.945c0-2.883-2.367-5.227-5.227-5.227a5.27 5.27 0 0 0-4.5 2.555L25.785 7.258c0-2.766-2.367-5.133-5.227-5.133c-2.882 0-5.25 2.367-5.25 5.25c0 1.547.68 2.953 1.782 3.914L6.215 32.15c-.235-.047-.492-.047-.75-.047c-2.883 0-5.25 2.343-5.25 5.226s2.367 5.25 5.25 5.25m15.093-29.953c1.711 0 3.258-.867 4.22-2.18l19.804 5.461c.258 2.086 1.734 3.82 3.703 4.406l.82 23.274a5.41 5.41 0 0 0-3.421 3.094L10.598 36.367a5.3 5.3 0 0 0-1.313-2.601L20.16 12.602c.117 0 .258.023.398.023"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M5.465 42.578c2.062 0 3.844-1.219 4.71-2.976L45.473 49.96c.61 2.25 2.65 3.914 5.087 3.914c2.859 0 5.226-2.344 5.226-5.227a5.27 5.27 0 0 0-3.234-4.851l-.985-23.555a5.27 5.27 0 0 0 3.469-4.945c0-2.883-2.367-5.227-5.227-5.227a5.27 5.27 0 0 0-4.5 2.555L25.785 7.258c0-2.766-2.367-5.133-5.227-5.133c-2.882 0-5.25 2.367-5.25 5.25c0 1.547.68 2.953 1.782 3.914L6.215 32.15c-.235-.047-.492-.047-.75-.047c-2.883 0-5.25 2.343-5.25 5.226s2.367 5.25 5.25 5.25m15.093-29.953c1.711 0 3.258-.867 4.22-2.18l19.804 5.461c.258 2.086 1.734 3.82 3.703 4.406l.82 23.274a5.41 5.41 0 0 0-3.421 3.094L10.598 36.367a5.3 5.3 0 0 0-1.313-2.601L20.16 12.602c.117 0 .258.023.398.023"/></svg>
</template>

CSS

.icon-skew {
  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%22M5.465%2042.578c2.062%200%203.844-1.219%204.71-2.976L45.473%2049.96c.61%202.25%202.65%203.914%205.087%203.914c2.859%200%205.226-2.344%205.226-5.227a5.27%205.27%200%200%200-3.234-4.851l-.985-23.555a5.27%205.27%200%200%200%203.469-4.945c0-2.883-2.367-5.227-5.227-5.227a5.27%205.27%200%200%200-4.5%202.555L25.785%207.258c0-2.766-2.367-5.133-5.227-5.133c-2.882%200-5.25%202.367-5.25%205.25c0%201.547.68%202.953%201.782%203.914L6.215%2032.15c-.235-.047-.492-.047-.75-.047c-2.883%200-5.25%202.343-5.25%205.226s2.367%205.25%205.25%205.25m15.093-29.953c1.711%200%203.258-.867%204.22-2.18l19.804%205.461c.258%202.086%201.734%203.82%203.703%204.406l.82%2023.274a5.41%205.41%200%200%200-3.421%203.094L10.598%2036.367a5.3%205.3%200%200%200-1.313-2.601L20.16%2012.602c.117%200%20.258.023.398.023%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%22M5.465%2042.578c2.062%200%203.844-1.219%204.71-2.976L45.473%2049.96c.61%202.25%202.65%203.914%205.087%203.914c2.859%200%205.226-2.344%205.226-5.227a5.27%205.27%200%200%200-3.234-4.851l-.985-23.555a5.27%205.27%200%200%200%203.469-4.945c0-2.883-2.367-5.227-5.227-5.227a5.27%205.27%200%200%200-4.5%202.555L25.785%207.258c0-2.766-2.367-5.133-5.227-5.133c-2.882%200-5.25%202.367-5.25%205.25c0%201.547.68%202.953%201.782%203.914L6.215%2032.15c-.235-.047-.492-.047-.75-.047c-2.883%200-5.25%202.343-5.25%205.226s2.367%205.25%205.25%205.25m15.093-29.953c1.711%200%203.258-.867%204.22-2.18l19.804%205.461c.258%202.086%201.734%203.82%203.703%204.406l.82%2023.274a5.41%205.41%200%200%200-3.421%203.094L10.598%2036.367a5.3%205.3%200%200%200-1.313-2.601L20.16%2012.602c.117%200%20.258.023.398.023%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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