border bottom 01 icon

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

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

Related icons in Huge Icons

Use the border bottom 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="M2.5 17.5c.199 1.094.55 1.9 1.17 2.536C5.1 21.5 7.4 21.5 12 21.5s6.9 0 8.33-1.464c.62-.637.972-1.442 1.17-2.536M2.751 6.31c.194-1.042.536-1.809 1.14-2.415c.605-.606 1.37-.95 2.409-1.143M2.505 14c-.005-.586-.005-1.288-.005-1.974s0-1.45.005-2.037M10.1 2.505q.875-.006 1.9-.005q1.025-.001 1.9.005m3.8.247c1.04.194 1.804.537 2.409 1.143s.946 1.373 1.14 2.415m.246 7.69c.005-.586.005-1.288.005-1.974s0-1.45-.005-2.037M2.5 12H4m16 0h1.5M12 15V9m0-4.531V3m-3 9h6"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBorderBottom01(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="M2.5 17.5c.199 1.094.55 1.9 1.17 2.536C5.1 21.5 7.4 21.5 12 21.5s6.9 0 8.33-1.464c.62-.637.972-1.442 1.17-2.536M2.751 6.31c.194-1.042.536-1.809 1.14-2.415c.605-.606 1.37-.95 2.409-1.143M2.505 14c-.005-.586-.005-1.288-.005-1.974s0-1.45.005-2.037M10.1 2.505q.875-.006 1.9-.005q1.025-.001 1.9.005m3.8.247c1.04.194 1.804.537 2.409 1.143s.946 1.373 1.14 2.415m.246 7.69c.005-.586.005-1.288.005-1.974s0-1.45-.005-2.037M2.5 12H4m16 0h1.5M12 15V9m0-4.531V3m-3 9h6"/></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="M2.5 17.5c.199 1.094.55 1.9 1.17 2.536C5.1 21.5 7.4 21.5 12 21.5s6.9 0 8.33-1.464c.62-.637.972-1.442 1.17-2.536M2.751 6.31c.194-1.042.536-1.809 1.14-2.415c.605-.606 1.37-.95 2.409-1.143M2.505 14c-.005-.586-.005-1.288-.005-1.974s0-1.45.005-2.037M10.1 2.505q.875-.006 1.9-.005q1.025-.001 1.9.005m3.8.247c1.04.194 1.804.537 2.409 1.143s.946 1.373 1.14 2.415m.246 7.69c.005-.586.005-1.288.005-1.974s0-1.45-.005-2.037M2.5 12H4m16 0h1.5M12 15V9m0-4.531V3m-3 9h6"/></svg>
</template>

CSS

.icon-border-bottom-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%22M2.5%2017.5c.199%201.094.55%201.9%201.17%202.536C5.1%2021.5%207.4%2021.5%2012%2021.5s6.9%200%208.33-1.464c.62-.637.972-1.442%201.17-2.536M2.751%206.31c.194-1.042.536-1.809%201.14-2.415c.605-.606%201.37-.95%202.409-1.143M2.505%2014c-.005-.586-.005-1.288-.005-1.974s0-1.45.005-2.037M10.1%202.505q.875-.006%201.9-.005q1.025-.001%201.9.005m3.8.247c1.04.194%201.804.537%202.409%201.143s.946%201.373%201.14%202.415m.246%207.69c.005-.586.005-1.288.005-1.974s0-1.45-.005-2.037M2.5%2012H4m16%200h1.5M12%2015V9m0-4.531V3m-3%209h6%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%22M2.5%2017.5c.199%201.094.55%201.9%201.17%202.536C5.1%2021.5%207.4%2021.5%2012%2021.5s6.9%200%208.33-1.464c.62-.637.972-1.442%201.17-2.536M2.751%206.31c.194-1.042.536-1.809%201.14-2.415c.605-.606%201.37-.95%202.409-1.143M2.505%2014c-.005-.586-.005-1.288-.005-1.974s0-1.45.005-2.037M10.1%202.505q.875-.006%201.9-.005q1.025-.001%201.9.005m3.8.247c1.04.194%201.804.537%202.409%201.143s.946%201.373%201.14%202.415m.246%207.69c.005-.586.005-1.288.005-1.974s0-1.45-.005-2.037M2.5%2012H4m16%200h1.5M12%2015V9m0-4.531V3m-3%209h6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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