trapezoid line horizontal icon

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

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

Related icons in Huge Icons

Use the trapezoid line horizontal 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="M5 12c0-2.665 0-3.998.627-4.945q.103-.155.22-.296c.714-.86 1.844-1.048 4.103-1.424l2.202-.368c3.186-.531 4.78-.797 5.814.25S19 8.145 19 11.904v.192c0 3.76 0 5.639-1.034 6.687c-1.035 1.047-2.628.781-5.815.25l-2.201-.367c-2.26-.377-3.389-.566-4.103-1.425a3 3 0 0 1-.22-.296C5 15.998 5 14.665 5 12Z"/><path stroke-linecap="round" d="M22 12H2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTrapezoidLineHorizontal(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="M5 12c0-2.665 0-3.998.627-4.945q.103-.155.22-.296c.714-.86 1.844-1.048 4.103-1.424l2.202-.368c3.186-.531 4.78-.797 5.814.25S19 8.145 19 11.904v.192c0 3.76 0 5.639-1.034 6.687c-1.035 1.047-2.628.781-5.815.25l-2.201-.367c-2.26-.377-3.389-.566-4.103-1.425a3 3 0 0 1-.22-.296C5 15.998 5 14.665 5 12Z"/><path strokeLinecap="round" d="M22 12H2"/></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="M5 12c0-2.665 0-3.998.627-4.945q.103-.155.22-.296c.714-.86 1.844-1.048 4.103-1.424l2.202-.368c3.186-.531 4.78-.797 5.814.25S19 8.145 19 11.904v.192c0 3.76 0 5.639-1.034 6.687c-1.035 1.047-2.628.781-5.815.25l-2.201-.367c-2.26-.377-3.389-.566-4.103-1.425a3 3 0 0 1-.22-.296C5 15.998 5 14.665 5 12Z"/><path stroke-linecap="round" d="M22 12H2"/></g></svg>
</template>

CSS

.icon-trapezoid-line-horizontal {
  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%22M5%2012c0-2.665%200-3.998.627-4.945q.103-.155.22-.296c.714-.86%201.844-1.048%204.103-1.424l2.202-.368c3.186-.531%204.78-.797%205.814.25S19%208.145%2019%2011.904v.192c0%203.76%200%205.639-1.034%206.687c-1.035%201.047-2.628.781-5.815.25l-2.201-.367c-2.26-.377-3.389-.566-4.103-1.425a3%203%200%200%201-.22-.296C5%2015.998%205%2014.665%205%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012H2%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%22M5%2012c0-2.665%200-3.998.627-4.945q.103-.155.22-.296c.714-.86%201.844-1.048%204.103-1.424l2.202-.368c3.186-.531%204.78-.797%205.814.25S19%208.145%2019%2011.904v.192c0%203.76%200%205.639-1.034%206.687c-1.035%201.047-2.628.781-5.815.25l-2.201-.367c-2.26-.377-3.389-.566-4.103-1.425a3%203%200%200%201-.22-.296C5%2015.998%205%2014.665%205%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012H2%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-horizontal.svg?color=%231a73e8&size=48