trapezoid line vertical icon

trapezoid-line-vertical from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
trapezoid-line-vertical
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the trapezoid line vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 5c2.665 0 3.998 0 4.945.627q.155.103.296.22c.86.714 1.048 1.844 1.425 4.103l.367 2.202c.531 3.186.797 4.78-.25 5.814S15.854 19 12.095 19h-.192c-3.76 0-5.639 0-6.687-1.034c-1.047-1.035-.781-2.628-.25-5.815l.368-2.201c.376-2.26.566-3.39 1.425-4.103q.141-.117.296-.22C8.002 5 9.335 5 12 5Z"/><path stroke-linecap="round" d="M12 22V2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTrapezoidLineVertical(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M12 5c2.665 0 3.998 0 4.945.627q.155.103.296.22c.86.714 1.048 1.844 1.425 4.103l.367 2.202c.531 3.186.797 4.78-.25 5.814S15.854 19 12.095 19h-.192c-3.76 0-5.639 0-6.687-1.034c-1.047-1.035-.781-2.628-.25-5.815l.368-2.201c.376-2.26.566-3.39 1.425-4.103q.141-.117.296-.22C8.002 5 9.335 5 12 5Z"/><path strokeLinecap="round" d="M12 22V2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 5c2.665 0 3.998 0 4.945.627q.155.103.296.22c.86.714 1.048 1.844 1.425 4.103l.367 2.202c.531 3.186.797 4.78-.25 5.814S15.854 19 12.095 19h-.192c-3.76 0-5.639 0-6.687-1.034c-1.047-1.035-.781-2.628-.25-5.815l.368-2.201c.376-2.26.566-3.39 1.425-4.103q.141-.117.296-.22C8.002 5 9.335 5 12 5Z"/><path stroke-linecap="round" d="M12 22V2"/></g></svg>
</template>

CSS

.icon-trapezoid-line-vertical {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%205c2.665%200%203.998%200%204.945.627q.155.103.296.22c.86.714%201.048%201.844%201.425%204.103l.367%202.202c.531%203.186.797%204.78-.25%205.814S15.854%2019%2012.095%2019h-.192c-3.76%200-5.639%200-6.687-1.034c-1.047-1.035-.781-2.628-.25-5.815l.368-2.201c.376-2.26.566-3.39%201.425-4.103q.141-.117.296-.22C8.002%205%209.335%205%2012%205Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022V2%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%205c2.665%200%203.998%200%204.945.627q.155.103.296.22c.86.714%201.048%201.844%201.425%204.103l.367%202.202c.531%203.186.797%204.78-.25%205.814S15.854%2019%2012.095%2019h-.192c-3.76%200-5.639%200-6.687-1.034c-1.047-1.035-.781-2.628-.25-5.815l.368-2.201c.376-2.26.566-3.39%201.425-4.103q.141-.117.296-.22C8.002%205%209.335%205%2012%205Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022V2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/trapezoid-line-vertical.svg?color=%231a73e8&size=48