text abc underline double icon

text-abc-underline-double-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
text-abc-underline-double-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text abc underline double icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 5a1 1 0 0 1 .916.6l3.5 8a1 1 0 1 1-1.832.8L9.471 13H5.53l-.613 1.4a1 1 0 0 1-1.832-.8l3.5-8A1 1 0 0 1 7.5 5m1.096 6L7.5 8.495L6.404 11zM4 19a1 1 0 1 0 0 2h24a1 1 0 0 0 0-2zm0 6a1 1 0 1 0 0 2h24a1 1 0 0 0 0-2zm9-19a1 1 0 0 1 1-1h2.5a3 3 0 0 1 2.455 4.725A3 3 0 0 1 17 15h-3a1 1 0 0 1-1-1zm2 5v2h2a1 1 0 0 0 0-2zm0-2h1.5a1 1 0 0 0 0-2H15zm8 1c0-1.176.294-1.93.65-2.371A1.64 1.64 0 0 1 24.98 7c.66 0 1.23.32 1.604 1.178a1 1 0 1 0 1.833-.8C27.757 5.866 26.514 5 24.979 5a3.64 3.64 0 0 0-2.884 1.371C21.373 7.264 21 8.51 21 10s.373 2.736 1.095 3.629A3.64 3.64 0 0 0 24.98 15c1.535 0 2.778-.866 3.438-2.378a1 1 0 1 0-1.833-.8C26.21 12.681 25.64 13 24.98 13a1.64 1.64 0 0 1-1.329-.629c-.356-.44-.65-1.195-.65-2.371"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextAbcUnderlineDouble32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 5a1 1 0 0 1 .916.6l3.5 8a1 1 0 1 1-1.832.8L9.471 13H5.53l-.613 1.4a1 1 0 0 1-1.832-.8l3.5-8A1 1 0 0 1 7.5 5m1.096 6L7.5 8.495L6.404 11zM4 19a1 1 0 1 0 0 2h24a1 1 0 0 0 0-2zm0 6a1 1 0 1 0 0 2h24a1 1 0 0 0 0-2zm9-19a1 1 0 0 1 1-1h2.5a3 3 0 0 1 2.455 4.725A3 3 0 0 1 17 15h-3a1 1 0 0 1-1-1zm2 5v2h2a1 1 0 0 0 0-2zm0-2h1.5a1 1 0 0 0 0-2H15zm8 1c0-1.176.294-1.93.65-2.371A1.64 1.64 0 0 1 24.98 7c.66 0 1.23.32 1.604 1.178a1 1 0 1 0 1.833-.8C27.757 5.866 26.514 5 24.979 5a3.64 3.64 0 0 0-2.884 1.371C21.373 7.264 21 8.51 21 10s.373 2.736 1.095 3.629A3.64 3.64 0 0 0 24.98 15c1.535 0 2.778-.866 3.438-2.378a1 1 0 1 0-1.833-.8C26.21 12.681 25.64 13 24.98 13a1.64 1.64 0 0 1-1.329-.629c-.356-.44-.65-1.195-.65-2.371"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.5 5a1 1 0 0 1 .916.6l3.5 8a1 1 0 1 1-1.832.8L9.471 13H5.53l-.613 1.4a1 1 0 0 1-1.832-.8l3.5-8A1 1 0 0 1 7.5 5m1.096 6L7.5 8.495L6.404 11zM4 19a1 1 0 1 0 0 2h24a1 1 0 0 0 0-2zm0 6a1 1 0 1 0 0 2h24a1 1 0 0 0 0-2zm9-19a1 1 0 0 1 1-1h2.5a3 3 0 0 1 2.455 4.725A3 3 0 0 1 17 15h-3a1 1 0 0 1-1-1zm2 5v2h2a1 1 0 0 0 0-2zm0-2h1.5a1 1 0 0 0 0-2H15zm8 1c0-1.176.294-1.93.65-2.371A1.64 1.64 0 0 1 24.98 7c.66 0 1.23.32 1.604 1.178a1 1 0 1 0 1.833-.8C27.757 5.866 26.514 5 24.979 5a3.64 3.64 0 0 0-2.884 1.371C21.373 7.264 21 8.51 21 10s.373 2.736 1.095 3.629A3.64 3.64 0 0 0 24.98 15c1.535 0 2.778-.866 3.438-2.378a1 1 0 1 0-1.833-.8C26.21 12.681 25.64 13 24.98 13a1.64 1.64 0 0 1-1.329-.629c-.356-.44-.65-1.195-.65-2.371"/></svg>
</template>

CSS

.icon-text-abc-underline-double-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%205a1%201%200%200%201%20.916.6l3.5%208a1%201%200%201%201-1.832.8L9.471%2013H5.53l-.613%201.4a1%201%200%200%201-1.832-.8l3.5-8A1%201%200%200%201%207.5%205m1.096%206L7.5%208.495L6.404%2011zM4%2019a1%201%200%201%200%200%202h24a1%201%200%200%200%200-2zm0%206a1%201%200%201%200%200%202h24a1%201%200%200%200%200-2zm9-19a1%201%200%200%201%201-1h2.5a3%203%200%200%201%202.455%204.725A3%203%200%200%201%2017%2015h-3a1%201%200%200%201-1-1zm2%205v2h2a1%201%200%200%200%200-2zm0-2h1.5a1%201%200%200%200%200-2H15zm8%201c0-1.176.294-1.93.65-2.371A1.64%201.64%200%200%201%2024.98%207c.66%200%201.23.32%201.604%201.178a1%201%200%201%200%201.833-.8C27.757%205.866%2026.514%205%2024.979%205a3.64%203.64%200%200%200-2.884%201.371C21.373%207.264%2021%208.51%2021%2010s.373%202.736%201.095%203.629A3.64%203.64%200%200%200%2024.98%2015c1.535%200%202.778-.866%203.438-2.378a1%201%200%201%200-1.833-.8C26.21%2012.681%2025.64%2013%2024.98%2013a1.64%201.64%200%200%201-1.329-.629c-.356-.44-.65-1.195-.65-2.371%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%205a1%201%200%200%201%20.916.6l3.5%208a1%201%200%201%201-1.832.8L9.471%2013H5.53l-.613%201.4a1%201%200%200%201-1.832-.8l3.5-8A1%201%200%200%201%207.5%205m1.096%206L7.5%208.495L6.404%2011zM4%2019a1%201%200%201%200%200%202h24a1%201%200%200%200%200-2zm0%206a1%201%200%201%200%200%202h24a1%201%200%200%200%200-2zm9-19a1%201%200%200%201%201-1h2.5a3%203%200%200%201%202.455%204.725A3%203%200%200%201%2017%2015h-3a1%201%200%200%201-1-1zm2%205v2h2a1%201%200%200%200%200-2zm0-2h1.5a1%201%200%200%200%200-2H15zm8%201c0-1.176.294-1.93.65-2.371A1.64%201.64%200%200%201%2024.98%207c.66%200%201.23.32%201.604%201.178a1%201%200%201%200%201.833-.8C27.757%205.866%2026.514%205%2024.979%205a3.64%203.64%200%200%200-2.884%201.371C21.373%207.264%2021%208.51%2021%2010s.373%202.736%201.095%203.629A3.64%203.64%200%200%200%2024.98%2015c1.535%200%202.778-.866%203.438-2.378a1%201%200%201%200-1.833-.8C26.21%2012.681%2025.64%2013%2024.98%2013a1.64%201.64%200%200%201-1.329-.629c-.356-.44-.65-1.195-.65-2.371%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-abc-underline-double-32-regular.svg?color=%231a73e8&size=48