border bottom thick icon

border-bottom-thick-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
border-bottom-thick-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the border bottom thick icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 3.75A.75.75 0 0 1 8.75 3h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 8 3.75m.711 11.751l.039-.001h2.5l.039.001H14a1.5 1.5 0 0 0 1.426-1.032l.003-.01a.75.75 0 0 1 1.382.585h.003A3 3 0 0 1 14 17.001H6c-1.29 0-2.39-.814-2.814-1.957h.005a.75.75 0 1 1 1.413-.492A1.5 1.5 0 0 0 6 15.5zM4.604 5.449a1.5 1.5 0 0 1 .939-.878a.75.75 0 0 0-.586-1.38v-.005a3 3 0 0 0-1.77 1.77h.004a.75.75 0 1 0 1.413.493m9.944-.846c.387.151.696.46.85.846q.012.048.032.094a.75.75 0 0 0 1.38-.586h.005a3 3 0 0 0-1.77-1.77v.004a.75.75 0 1 0-.497 1.412M3 11.25a.75.75 0 0 0 1.5 0v-2.5a.75.75 0 0 0-1.5 0zm13.25.75a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentBorderBottomThick20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 3.75A.75.75 0 0 1 8.75 3h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 8 3.75m.711 11.751l.039-.001h2.5l.039.001H14a1.5 1.5 0 0 0 1.426-1.032l.003-.01a.75.75 0 0 1 1.382.585h.003A3 3 0 0 1 14 17.001H6c-1.29 0-2.39-.814-2.814-1.957h.005a.75.75 0 1 1 1.413-.492A1.5 1.5 0 0 0 6 15.5zM4.604 5.449a1.5 1.5 0 0 1 .939-.878a.75.75 0 0 0-.586-1.38v-.005a3 3 0 0 0-1.77 1.77h.004a.75.75 0 1 0 1.413.493m9.944-.846c.387.151.696.46.85.846q.012.048.032.094a.75.75 0 0 0 1.38-.586h.005a3 3 0 0 0-1.77-1.77v.004a.75.75 0 1 0-.497 1.412M3 11.25a.75.75 0 0 0 1.5 0v-2.5a.75.75 0 0 0-1.5 0zm13.25.75a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 3.75A.75.75 0 0 1 8.75 3h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 8 3.75m.711 11.751l.039-.001h2.5l.039.001H14a1.5 1.5 0 0 0 1.426-1.032l.003-.01a.75.75 0 0 1 1.382.585h.003A3 3 0 0 1 14 17.001H6c-1.29 0-2.39-.814-2.814-1.957h.005a.75.75 0 1 1 1.413-.492A1.5 1.5 0 0 0 6 15.5zM4.604 5.449a1.5 1.5 0 0 1 .939-.878a.75.75 0 0 0-.586-1.38v-.005a3 3 0 0 0-1.77 1.77h.004a.75.75 0 1 0 1.413.493m9.944-.846c.387.151.696.46.85.846q.012.048.032.094a.75.75 0 0 0 1.38-.586h.005a3 3 0 0 0-1.77-1.77v.004a.75.75 0 1 0-.497 1.412M3 11.25a.75.75 0 0 0 1.5 0v-2.5a.75.75 0 0 0-1.5 0zm13.25.75a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75"/></svg>
</template>

CSS

.icon-border-bottom-thick-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%203.75A.75.75%200%200%201%208.75%203h2.5a.75.75%200%200%201%200%201.5h-2.5A.75.75%200%200%201%208%203.75m.711%2011.751l.039-.001h2.5l.039.001H14a1.5%201.5%200%200%200%201.426-1.032l.003-.01a.75.75%200%200%201%201.382.585h.003A3%203%200%200%201%2014%2017.001H6c-1.29%200-2.39-.814-2.814-1.957h.005a.75.75%200%201%201%201.413-.492A1.5%201.5%200%200%200%206%2015.5zM4.604%205.449a1.5%201.5%200%200%201%20.939-.878a.75.75%200%200%200-.586-1.38v-.005a3%203%200%200%200-1.77%201.77h.004a.75.75%200%201%200%201.413.493m9.944-.846c.387.151.696.46.85.846q.012.048.032.094a.75.75%200%200%200%201.38-.586h.005a3%203%200%200%200-1.77-1.77v.004a.75.75%200%201%200-.497%201.412M3%2011.25a.75.75%200%200%200%201.5%200v-2.5a.75.75%200%200%200-1.5%200zm13.25.75a.75.75%200%200%201-.75-.75v-2.5a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%203.75A.75.75%200%200%201%208.75%203h2.5a.75.75%200%200%201%200%201.5h-2.5A.75.75%200%200%201%208%203.75m.711%2011.751l.039-.001h2.5l.039.001H14a1.5%201.5%200%200%200%201.426-1.032l.003-.01a.75.75%200%200%201%201.382.585h.003A3%203%200%200%201%2014%2017.001H6c-1.29%200-2.39-.814-2.814-1.957h.005a.75.75%200%201%201%201.413-.492A1.5%201.5%200%200%200%206%2015.5zM4.604%205.449a1.5%201.5%200%200%201%20.939-.878a.75.75%200%200%200-.586-1.38v-.005a3%203%200%200%200-1.77%201.77h.004a.75.75%200%201%200%201.413.493m9.944-.846c.387.151.696.46.85.846q.012.048.032.094a.75.75%200%200%200%201.38-.586h.005a3%203%200%200%200-1.77-1.77v.004a.75.75%200%201%200-.497%201.412M3%2011.25a.75.75%200%200%200%201.5%200v-2.5a.75.75%200%200%200-1.5%200zm13.25.75a.75.75%200%200%201-.75-.75v-2.5a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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