triangle dash icon

triangle-dash from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
triangle-dash
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the triangle dash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.925 3.978C13.298 3.326 12.695 3 12 3s-1.298.326-1.925.978M16.353 7.5q.353.588.746 1.253l.443.747m-9.895-2L6.9 8.753l-.443.747m12.864 3c.434.734.825 1.397 1.163 2m-15.807-2a106 106 0 0 0-1.163 2M21.97 18c.08.566.005 1.051-.246 1.494c-.334.59-.892.948-1.724 1.166M2.03 18c-.08.566-.004 1.051.246 1.494c.334.59.892.948 1.724 1.166m12 .334q-.918.008-2 .006m-4 0q-1.082.002-2-.006"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTriangleDash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M13.925 3.978C13.298 3.326 12.695 3 12 3s-1.298.326-1.925.978M16.353 7.5q.353.588.746 1.253l.443.747m-9.895-2L6.9 8.753l-.443.747m12.864 3c.434.734.825 1.397 1.163 2m-15.807-2a106 106 0 0 0-1.163 2M21.97 18c.08.566.005 1.051-.246 1.494c-.334.59-.892.948-1.724 1.166M2.03 18c-.08.566-.004 1.051.246 1.494c.334.59.892.948 1.724 1.166m12 .334q-.918.008-2 .006m-4 0q-1.082.002-2-.006"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.925 3.978C13.298 3.326 12.695 3 12 3s-1.298.326-1.925.978M16.353 7.5q.353.588.746 1.253l.443.747m-9.895-2L6.9 8.753l-.443.747m12.864 3c.434.734.825 1.397 1.163 2m-15.807-2a106 106 0 0 0-1.163 2M21.97 18c.08.566.005 1.051-.246 1.494c-.334.59-.892.948-1.724 1.166M2.03 18c-.08.566-.004 1.051.246 1.494c.334.59.892.948 1.724 1.166m12 .334q-.918.008-2 .006m-4 0q-1.082.002-2-.006"/></svg>
</template>

CSS

.icon-triangle-dash {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.925%203.978C13.298%203.326%2012.695%203%2012%203s-1.298.326-1.925.978M16.353%207.5q.353.588.746%201.253l.443.747m-9.895-2L6.9%208.753l-.443.747m12.864%203c.434.734.825%201.397%201.163%202m-15.807-2a106%20106%200%200%200-1.163%202M21.97%2018c.08.566.005%201.051-.246%201.494c-.334.59-.892.948-1.724%201.166M2.03%2018c-.08.566-.004%201.051.246%201.494c.334.59.892.948%201.724%201.166m12%20.334q-.918.008-2%20.006m-4%200q-1.082.002-2-.006%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.925%203.978C13.298%203.326%2012.695%203%2012%203s-1.298.326-1.925.978M16.353%207.5q.353.588.746%201.253l.443.747m-9.895-2L6.9%208.753l-.443.747m12.864%203c.434.734.825%201.397%201.163%202m-15.807-2a106%20106%200%200%200-1.163%202M21.97%2018c.08.566.005%201.051-.246%201.494c-.334.59-.892.948-1.724%201.166M2.03%2018c-.08.566-.004%201.051.246%201.494c.334.59.892.948%201.724%201.166m12%20.334q-.918.008-2%20.006m-4%200q-1.082.002-2-.006%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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