parallelogram icon

parallelogram-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
parallelogram-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the parallelogram icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M242.07 49.48A12 12 0 0 0 232 44H88.81a12 12 0 0 0-11 7.08l-64.8 144A12 12 0 0 0 24 212h143.19a12 12 0 0 0 10.95-7.08l64.8-144a12 12 0 0 0-.87-11.44m-6.43 8.16l-64.8 144a4 4 0 0 1-3.65 2.36H24a4 4 0 0 1-3.65-5.64l64.8-144A4 4 0 0 1 88.81 52H232a4 4 0 0 1 3.65 5.64Z"/></svg>

React

import type { SVGProps } from "react";

export function PhParallelogramThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M242.07 49.48A12 12 0 0 0 232 44H88.81a12 12 0 0 0-11 7.08l-64.8 144A12 12 0 0 0 24 212h143.19a12 12 0 0 0 10.95-7.08l64.8-144a12 12 0 0 0-.87-11.44m-6.43 8.16l-64.8 144a4 4 0 0 1-3.65 2.36H24a4 4 0 0 1-3.65-5.64l64.8-144A4 4 0 0 1 88.81 52H232a4 4 0 0 1 3.65 5.64Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M242.07 49.48A12 12 0 0 0 232 44H88.81a12 12 0 0 0-11 7.08l-64.8 144A12 12 0 0 0 24 212h143.19a12 12 0 0 0 10.95-7.08l64.8-144a12 12 0 0 0-.87-11.44m-6.43 8.16l-64.8 144a4 4 0 0 1-3.65 2.36H24a4 4 0 0 1-3.65-5.64l64.8-144A4 4 0 0 1 88.81 52H232a4 4 0 0 1 3.65 5.64Z"/></svg>
</template>

CSS

.icon-parallelogram-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M242.07%2049.48A12%2012%200%200%200%20232%2044H88.81a12%2012%200%200%200-11%207.08l-64.8%20144A12%2012%200%200%200%2024%20212h143.19a12%2012%200%200%200%2010.95-7.08l64.8-144a12%2012%200%200%200-.87-11.44m-6.43%208.16l-64.8%20144a4%204%200%200%201-3.65%202.36H24a4%204%200%200%201-3.65-5.64l64.8-144A4%204%200%200%201%2088.81%2052H232a4%204%200%200%201%203.65%205.64Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M242.07%2049.48A12%2012%200%200%200%20232%2044H88.81a12%2012%200%200%200-11%207.08l-64.8%20144A12%2012%200%200%200%2024%20212h143.19a12%2012%200%200%200%2010.95-7.08l64.8-144a12%2012%200%200%200-.87-11.44m-6.43%208.16l-64.8%20144a4%204%200%200%201-3.65%202.36H24a4%204%200%200%201-3.65-5.64l64.8-144A4%204%200%200%201%2088.81%2052H232a4%204%200%200%201%203.65%205.64Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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