underline-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
underline-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
underline, underline-outline

The same icon in other sets

Use the underline icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M824 804H200c-4.4 0-8 3.4-8 7.6v60.8c0 4.2 3.6 7.6 8 7.6h624c4.4 0 8-3.4 8-7.6v-60.8c0-4.2-3.6-7.6-8-7.6m-312-76c69.4 0 134.6-27.1 183.8-76.2S772 537.4 772 468V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 97-79 176-176 176s-176-79-176-176V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 69.4 27.1 134.6 76.2 183.8S442.6 728 512 728"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignUnderlineOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M824 804H200c-4.4 0-8 3.4-8 7.6v60.8c0 4.2 3.6 7.6 8 7.6h624c4.4 0 8-3.4 8-7.6v-60.8c0-4.2-3.6-7.6-8-7.6m-312-76c69.4 0 134.6-27.1 183.8-76.2S772 537.4 772 468V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 97-79 176-176 176s-176-79-176-176V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 69.4 27.1 134.6 76.2 183.8S442.6 728 512 728"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M824 804H200c-4.4 0-8 3.4-8 7.6v60.8c0 4.2 3.6 7.6 8 7.6h624c4.4 0 8-3.4 8-7.6v-60.8c0-4.2-3.6-7.6-8-7.6m-312-76c69.4 0 134.6-27.1 183.8-76.2S772 537.4 772 468V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 97-79 176-176 176s-176-79-176-176V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 69.4 27.1 134.6 76.2 183.8S442.6 728 512 728"/></svg>
</template>

CSS

.icon-underline-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M824%20804H200c-4.4%200-8%203.4-8%207.6v60.8c0%204.2%203.6%207.6%208%207.6h624c4.4%200%208-3.4%208-7.6v-60.8c0-4.2-3.6-7.6-8-7.6m-312-76c69.4%200%20134.6-27.1%20183.8-76.2S772%20537.4%20772%20468V156c0-6.6-5.4-12-12-12h-60c-6.6%200-12%205.4-12%2012v312c0%2097-79%20176-176%20176s-176-79-176-176V156c0-6.6-5.4-12-12-12h-60c-6.6%200-12%205.4-12%2012v312c0%2069.4%2027.1%20134.6%2076.2%20183.8S442.6%20728%20512%20728%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M824%20804H200c-4.4%200-8%203.4-8%207.6v60.8c0%204.2%203.6%207.6%208%207.6h624c4.4%200%208-3.4%208-7.6v-60.8c0-4.2-3.6-7.6-8-7.6m-312-76c69.4%200%20134.6-27.1%20183.8-76.2S772%20537.4%20772%20468V156c0-6.6-5.4-12-12-12h-60c-6.6%200-12%205.4-12%2012v312c0%2097-79%20176-176%20176s-176-79-176-176V156c0-6.6-5.4-12-12-12h-60c-6.6%200-12%205.4-12%2012v312c0%2069.4%2027.1%20134.6%2076.2%20183.8S442.6%20728%20512%20728%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/underline-outlined.svg?color=%231a73e8&size=48