border none 01 icon

border-none-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
border-none-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the border none 01 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="M6.3 2.751c-1.04.194-1.804.536-2.409 1.14c-.604.605-.946 1.37-1.14 2.409M17.7 2.751c1.04.194 1.804.536 2.409 1.14c.604.605.946 1.37 1.14 2.409M13.9 2.505q-.875-.006-1.9-.005q-1.025-.001-1.9.005M21.495 10.1q.006.875.005 1.9q.001 1.025-.005 1.9m-18.99-3.8q-.006.875-.005 1.9q-.001 1.025.005 1.9m.246 3.8c.194 1.04.536 1.804 1.14 2.409c.605.604 1.37.946 2.409 1.14M21.249 17.7c-.194 1.04-.536 1.804-1.14 2.409c-.605.604-1.37.946-2.409 1.14m-3.8.246q-.875.006-1.9.005q-1.024.001-1.9-.005M9.15 12h5.7m4.75 0h1.9m-19 0h1.9M12 9.15v5.7M12 2.5v1.9m0 15.2v1.9"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBorderNone01(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="M6.3 2.751c-1.04.194-1.804.536-2.409 1.14c-.604.605-.946 1.37-1.14 2.409M17.7 2.751c1.04.194 1.804.536 2.409 1.14c.604.605.946 1.37 1.14 2.409M13.9 2.505q-.875-.006-1.9-.005q-1.025-.001-1.9.005M21.495 10.1q.006.875.005 1.9q.001 1.025-.005 1.9m-18.99-3.8q-.006.875-.005 1.9q-.001 1.025.005 1.9m.246 3.8c.194 1.04.536 1.804 1.14 2.409c.605.604 1.37.946 2.409 1.14M21.249 17.7c-.194 1.04-.536 1.804-1.14 2.409c-.605.604-1.37.946-2.409 1.14m-3.8.246q-.875.006-1.9.005q-1.024.001-1.9-.005M9.15 12h5.7m4.75 0h1.9m-19 0h1.9M12 9.15v5.7M12 2.5v1.9m0 15.2v1.9"/></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="M6.3 2.751c-1.04.194-1.804.536-2.409 1.14c-.604.605-.946 1.37-1.14 2.409M17.7 2.751c1.04.194 1.804.536 2.409 1.14c.604.605.946 1.37 1.14 2.409M13.9 2.505q-.875-.006-1.9-.005q-1.025-.001-1.9.005M21.495 10.1q.006.875.005 1.9q.001 1.025-.005 1.9m-18.99-3.8q-.006.875-.005 1.9q-.001 1.025.005 1.9m.246 3.8c.194 1.04.536 1.804 1.14 2.409c.605.604 1.37.946 2.409 1.14M21.249 17.7c-.194 1.04-.536 1.804-1.14 2.409c-.605.604-1.37.946-2.409 1.14m-3.8.246q-.875.006-1.9.005q-1.024.001-1.9-.005M9.15 12h5.7m4.75 0h1.9m-19 0h1.9M12 9.15v5.7M12 2.5v1.9m0 15.2v1.9"/></svg>
</template>

CSS

.icon-border-none-01 {
  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%22M6.3%202.751c-1.04.194-1.804.536-2.409%201.14c-.604.605-.946%201.37-1.14%202.409M17.7%202.751c1.04.194%201.804.536%202.409%201.14c.604.605.946%201.37%201.14%202.409M13.9%202.505q-.875-.006-1.9-.005q-1.025-.001-1.9.005M21.495%2010.1q.006.875.005%201.9q.001%201.025-.005%201.9m-18.99-3.8q-.006.875-.005%201.9q-.001%201.025.005%201.9m.246%203.8c.194%201.04.536%201.804%201.14%202.409c.605.604%201.37.946%202.409%201.14M21.249%2017.7c-.194%201.04-.536%201.804-1.14%202.409c-.605.604-1.37.946-2.409%201.14m-3.8.246q-.875.006-1.9.005q-1.024.001-1.9-.005M9.15%2012h5.7m4.75%200h1.9m-19%200h1.9M12%209.15v5.7M12%202.5v1.9m0%2015.2v1.9%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%22M6.3%202.751c-1.04.194-1.804.536-2.409%201.14c-.604.605-.946%201.37-1.14%202.409M17.7%202.751c1.04.194%201.804.536%202.409%201.14c.604.605.946%201.37%201.14%202.409M13.9%202.505q-.875-.006-1.9-.005q-1.025-.001-1.9.005M21.495%2010.1q.006.875.005%201.9q.001%201.025-.005%201.9m-18.99-3.8q-.006.875-.005%201.9q-.001%201.025.005%201.9m.246%203.8c.194%201.04.536%201.804%201.14%202.409c.605.604%201.37.946%202.409%201.14M21.249%2017.7c-.194%201.04-.536%201.804-1.14%202.409c-.605.604-1.37.946-2.409%201.14m-3.8.246q-.875.006-1.9.005q-1.024.001-1.9-.005M9.15%2012h5.7m4.75%200h1.9m-19%200h1.9M12%209.15v5.7M12%202.5v1.9m0%2015.2v1.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Border None 01 stroke icon — Huge Icons · IconsDB