parallelogram icon

parallelogram-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
parallelogram-light
Set
Phosphor
Style
Light
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="M243.75 48.4A14 14 0 0 0 232 42H88.81A14 14 0 0 0 76 50.25l-64.8 144A14 14 0 0 0 24 214h143.19a14 14 0 0 0 12.81-8.25l64.8-144a14 14 0 0 0-1.05-13.35m-9.93 8.42l-64.8 144a2 2 0 0 1-1.83 1.18H24a2 2 0 0 1-1.83-2.82L87 55.18A2 2 0 0 1 88.81 54H232a2 2 0 0 1 1.83 2.82Z"/></svg>

React

import type { SVGProps } from "react";

export function PhParallelogramLight(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="M243.75 48.4A14 14 0 0 0 232 42H88.81A14 14 0 0 0 76 50.25l-64.8 144A14 14 0 0 0 24 214h143.19a14 14 0 0 0 12.81-8.25l64.8-144a14 14 0 0 0-1.05-13.35m-9.93 8.42l-64.8 144a2 2 0 0 1-1.83 1.18H24a2 2 0 0 1-1.83-2.82L87 55.18A2 2 0 0 1 88.81 54H232a2 2 0 0 1 1.83 2.82Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M243.75 48.4A14 14 0 0 0 232 42H88.81A14 14 0 0 0 76 50.25l-64.8 144A14 14 0 0 0 24 214h143.19a14 14 0 0 0 12.81-8.25l64.8-144a14 14 0 0 0-1.05-13.35m-9.93 8.42l-64.8 144a2 2 0 0 1-1.83 1.18H24a2 2 0 0 1-1.83-2.82L87 55.18A2 2 0 0 1 88.81 54H232a2 2 0 0 1 1.83 2.82Z"/></svg>
</template>

CSS

.icon-parallelogram-light {
  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%22M243.75%2048.4A14%2014%200%200%200%20232%2042H88.81A14%2014%200%200%200%2076%2050.25l-64.8%20144A14%2014%200%200%200%2024%20214h143.19a14%2014%200%200%200%2012.81-8.25l64.8-144a14%2014%200%200%200-1.05-13.35m-9.93%208.42l-64.8%20144a2%202%200%200%201-1.83%201.18H24a2%202%200%200%201-1.83-2.82L87%2055.18A2%202%200%200%201%2088.81%2054H232a2%202%200%200%201%201.83%202.82Z%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%22M243.75%2048.4A14%2014%200%200%200%20232%2042H88.81A14%2014%200%200%200%2076%2050.25l-64.8%20144A14%2014%200%200%200%2024%20214h143.19a14%2014%200%200%200%2012.81-8.25l64.8-144a14%2014%200%200%200-1.05-13.35m-9.93%208.42l-64.8%20144a2%202%200%200%201-1.83%201.18H24a2%202%200%200%201-1.83-2.82L87%2055.18A2%202%200%200%201%2088.81%2054H232a2%202%200%200%201%201.83%202.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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