tensor-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
tensor-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

Use the tensor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID41" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" stroke-width=".25" d="M16.5 5.05 21 7.3V16.7L12 21.2 7.5 18.95V9.55Z"/></mask></defs><g fill="none" stroke="currentColor" stroke-linejoin="round" mask="url(#svgID41)"><g opacity=".65"><path stroke-width="1.4" d="M12 2.8 16.5 5.05 7.5 9.55 3 7.3Z"/><path stroke-linecap="round" stroke-width=".5" d="M7.5 5.05 12 7.3"/></g><g opacity=".85"><path stroke-width="1.4" d="M3 7.3 7.5 9.55V18.95L3 16.7Z"/><path stroke-linecap="round" stroke-width=".5" d="M3 12 7.5 14.25"/></g><g opacity=".45"><path stroke-width="1.4" d="M16.5 5.05 7.5 9.55V18.95L16.5 14.45Z"/><path stroke-linecap="round" stroke-width=".5" d="M12 7.3V16.7M7.5 14.25 16.5 9.75"/></g></g><g fill="none" stroke="currentColor" stroke-linejoin="round" opacity=".65"><path stroke-width="1.4" d="M16.5 5.05 21 7.3 12 11.8 7.5 9.55Z"/><path stroke-linecap="round" stroke-width=".5" d="M12 7.3 16.5 9.55M16.5 5.05 7.5 9.55"/></g><g fill="none" stroke="currentColor" stroke-linejoin="round" opacity=".85"><path stroke-width="1.4" d="M7.5 9.55 12 11.8V21.2L7.5 18.95Z"/><path stroke-linecap="round" stroke-width=".5" d="M7.5 14.25 12 16.5M7.5 9.55V18.95"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M12 11.8 21 7.3V16.7L12 21.2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M16.5 9.55V18.95M12 16.5 21 12"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M7.8 10.6v7.2" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.5 19.7l1.8.9M7.5 19.35v.7M9.3 20.25v.7" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherTensorOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID41" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" strokeWidth=".25" d="M16.5 5.05 21 7.3V16.7L12 21.2 7.5 18.95V9.55Z"/></mask></defs><g fill="none" stroke="currentColor" strokeLinejoin="round" mask="url(#svgID41)"><g opacity=".65"><path strokeWidth="1.4" d="M12 2.8 16.5 5.05 7.5 9.55 3 7.3Z"/><path strokeLinecap="round" strokeWidth=".5" d="M7.5 5.05 12 7.3"/></g><g opacity=".85"><path strokeWidth="1.4" d="M3 7.3 7.5 9.55V18.95L3 16.7Z"/><path strokeLinecap="round" strokeWidth=".5" d="M3 12 7.5 14.25"/></g><g opacity=".45"><path strokeWidth="1.4" d="M16.5 5.05 7.5 9.55V18.95L16.5 14.45Z"/><path strokeLinecap="round" strokeWidth=".5" d="M12 7.3V16.7M7.5 14.25 16.5 9.75"/></g></g><g fill="none" stroke="currentColor" strokeLinejoin="round" opacity=".65"><path strokeWidth="1.4" d="M16.5 5.05 21 7.3 12 11.8 7.5 9.55Z"/><path strokeLinecap="round" strokeWidth=".5" d="M12 7.3 16.5 9.55M16.5 5.05 7.5 9.55"/></g><g fill="none" stroke="currentColor" strokeLinejoin="round" opacity=".85"><path strokeWidth="1.4" d="M7.5 9.55 12 11.8V21.2L7.5 18.95Z"/><path strokeLinecap="round" strokeWidth=".5" d="M7.5 14.25 12 16.5M7.5 9.55V18.95"/></g><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.4" d="M12 11.8 21 7.3V16.7L12 21.2Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5" d="M16.5 9.55V18.95M12 16.5 21 12"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M7.8 10.6v7.2" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".5" d="M7.5 19.7l1.8.9M7.5 19.35v.7M9.3 20.25v.7" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID41" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" stroke-width=".25" d="M16.5 5.05 21 7.3V16.7L12 21.2 7.5 18.95V9.55Z"/></mask></defs><g fill="none" stroke="currentColor" stroke-linejoin="round" mask="url(#svgID41)"><g opacity=".65"><path stroke-width="1.4" d="M12 2.8 16.5 5.05 7.5 9.55 3 7.3Z"/><path stroke-linecap="round" stroke-width=".5" d="M7.5 5.05 12 7.3"/></g><g opacity=".85"><path stroke-width="1.4" d="M3 7.3 7.5 9.55V18.95L3 16.7Z"/><path stroke-linecap="round" stroke-width=".5" d="M3 12 7.5 14.25"/></g><g opacity=".45"><path stroke-width="1.4" d="M16.5 5.05 7.5 9.55V18.95L16.5 14.45Z"/><path stroke-linecap="round" stroke-width=".5" d="M12 7.3V16.7M7.5 14.25 16.5 9.75"/></g></g><g fill="none" stroke="currentColor" stroke-linejoin="round" opacity=".65"><path stroke-width="1.4" d="M16.5 5.05 21 7.3 12 11.8 7.5 9.55Z"/><path stroke-linecap="round" stroke-width=".5" d="M12 7.3 16.5 9.55M16.5 5.05 7.5 9.55"/></g><g fill="none" stroke="currentColor" stroke-linejoin="round" opacity=".85"><path stroke-width="1.4" d="M7.5 9.55 12 11.8V21.2L7.5 18.95Z"/><path stroke-linecap="round" stroke-width=".5" d="M7.5 14.25 12 16.5M7.5 9.55V18.95"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M12 11.8 21 7.3V16.7L12 21.2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M16.5 9.55V18.95M12 16.5 21 12"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M7.8 10.6v7.2" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="M7.5 19.7l1.8.9M7.5 19.35v.7M9.3 20.25v.7" opacity="0"/></g></svg>
</template>

CSS

.icon-tensor-outline {
  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%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID41%22%20width%3D%2224%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.25%22%20d%3D%22M16.5%205.05%2021%207.3V16.7L12%2021.2%207.5%2018.95V9.55Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20mask%3D%22url(%23svgID41)%22%3E%3Cg%20opacity%3D%22.65%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M12%202.8%2016.5%205.05%207.5%209.55%203%207.3Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.5%205.05%2012%207.3%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%22.85%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M3%207.3%207.5%209.55V18.95L3%2016.7Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M3%2012%207.5%2014.25%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%22.45%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M16.5%205.05%207.5%209.55V18.95L16.5%2014.45Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M12%207.3V16.7M7.5%2014.25%2016.5%209.75%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20opacity%3D%22.65%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M16.5%205.05%2021%207.3%2012%2011.8%207.5%209.55Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M12%207.3%2016.5%209.55M16.5%205.05%207.5%209.55%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20opacity%3D%22.85%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M7.5%209.55%2012%2011.8V21.2L7.5%2018.95Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.5%2014.25%2012%2016.5M7.5%209.55V18.95%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M12%2011.8%2021%207.3V16.7L12%2021.2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M16.5%209.55V18.95M12%2016.5%2021%2012%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M7.8%2010.6v7.2%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.5%2019.7l1.8.9M7.5%2019.35v.7M9.3%2020.25v.7%22%20opacity%3D%220%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%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID41%22%20width%3D%2224%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.25%22%20d%3D%22M16.5%205.05%2021%207.3V16.7L12%2021.2%207.5%2018.95V9.55Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20mask%3D%22url(%23svgID41)%22%3E%3Cg%20opacity%3D%22.65%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M12%202.8%2016.5%205.05%207.5%209.55%203%207.3Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.5%205.05%2012%207.3%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%22.85%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M3%207.3%207.5%209.55V18.95L3%2016.7Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M3%2012%207.5%2014.25%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%22.45%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M16.5%205.05%207.5%209.55V18.95L16.5%2014.45Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M12%207.3V16.7M7.5%2014.25%2016.5%209.75%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20opacity%3D%22.65%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M16.5%205.05%2021%207.3%2012%2011.8%207.5%209.55Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M12%207.3%2016.5%209.55M16.5%205.05%207.5%209.55%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20opacity%3D%22.85%22%3E%3Cpath%20stroke-width%3D%221.4%22%20d%3D%22M7.5%209.55%2012%2011.8V21.2L7.5%2018.95Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.5%2014.25%2012%2016.5M7.5%209.55V18.95%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M12%2011.8%2021%207.3V16.7L12%2021.2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M16.5%209.55V18.95M12%2016.5%2021%2012%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M7.8%2010.6v7.2%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.5%22%20d%3D%22M7.5%2019.7l1.8.9M7.5%2019.35v.7M9.3%2020.25v.7%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Tensor outline icon — Dither Icons · IconsDB