format underlined squiggle icon

format-underlined-squiggle-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
format-underlined-squiggle-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
format-underlined-squiggle-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the format underlined squiggle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.35 21q-.375 0-.787-.15t-.713-.35q-.2-.15-.4-.325T5 20q-.425 0-.712-.288T4 19t.288-.712T5 18q.375 0 .8.138t.7.362q.2.125.4.313t.45.187q.225 0 .425-.187t.4-.313q.3-.225.725-.363T9.675 18q.375 0 .8.138t.7.362q.2.125.4.313t.45.187q.225 0 .425-.187t.4-.313q.3-.225.725-.363T14.35 18q.375 0 .788.138t.712.362q.2.125.413.313T16.7 19q.25 0 .45-.187t.4-.313q.3-.225.712-.363T19.05 18q.425 0 .713.288t.287.712t-.288.713t-.712.287q-.25 0-.45.175t-.4.325q-.325.2-.737.35t-.788.15t-.788-.15t-.712-.35q-.2-.15-.4-.325t-.45-.175q-.225 0-.425.175t-.4.325q-.3.2-.725.35T12 21q-.375 0-.8-.15t-.7-.35q-.2-.15-.4-.325T9.65 20q-.225 0-.425.175t-.4.325q-.3.2-.712.35T7.35 21M12 16.5q-2.525 0-4.262-1.737T6 10.5V3.725q0-.5.375-.863T7.25 2.5q.525 0 .888.363t.362.887v6.75q0 1.475 1.013 2.488T12 14t2.488-1.012T15.5 10.5V3.725q0-.5.375-.863t.875-.362q.525 0 .888.363T18 3.75v6.75q0 2.525-1.737 4.263T12 16.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFormatUnderlinedSquiggleRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.35 21q-.375 0-.787-.15t-.713-.35q-.2-.15-.4-.325T5 20q-.425 0-.712-.288T4 19t.288-.712T5 18q.375 0 .8.138t.7.362q.2.125.4.313t.45.187q.225 0 .425-.187t.4-.313q.3-.225.725-.363T9.675 18q.375 0 .8.138t.7.362q.2.125.4.313t.45.187q.225 0 .425-.187t.4-.313q.3-.225.725-.363T14.35 18q.375 0 .788.138t.712.362q.2.125.413.313T16.7 19q.25 0 .45-.187t.4-.313q.3-.225.712-.363T19.05 18q.425 0 .713.288t.287.712t-.288.713t-.712.287q-.25 0-.45.175t-.4.325q-.325.2-.737.35t-.788.15t-.788-.15t-.712-.35q-.2-.15-.4-.325t-.45-.175q-.225 0-.425.175t-.4.325q-.3.2-.725.35T12 21q-.375 0-.8-.15t-.7-.35q-.2-.15-.4-.325T9.65 20q-.225 0-.425.175t-.4.325q-.3.2-.712.35T7.35 21M12 16.5q-2.525 0-4.262-1.737T6 10.5V3.725q0-.5.375-.863T7.25 2.5q.525 0 .888.363t.362.887v6.75q0 1.475 1.013 2.488T12 14t2.488-1.012T15.5 10.5V3.725q0-.5.375-.863t.875-.362q.525 0 .888.363T18 3.75v6.75q0 2.525-1.737 4.263T12 16.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.35 21q-.375 0-.787-.15t-.713-.35q-.2-.15-.4-.325T5 20q-.425 0-.712-.288T4 19t.288-.712T5 18q.375 0 .8.138t.7.362q.2.125.4.313t.45.187q.225 0 .425-.187t.4-.313q.3-.225.725-.363T9.675 18q.375 0 .8.138t.7.362q.2.125.4.313t.45.187q.225 0 .425-.187t.4-.313q.3-.225.725-.363T14.35 18q.375 0 .788.138t.712.362q.2.125.413.313T16.7 19q.25 0 .45-.187t.4-.313q.3-.225.712-.363T19.05 18q.425 0 .713.288t.287.712t-.288.713t-.712.287q-.25 0-.45.175t-.4.325q-.325.2-.737.35t-.788.15t-.788-.15t-.712-.35q-.2-.15-.4-.325t-.45-.175q-.225 0-.425.175t-.4.325q-.3.2-.725.35T12 21q-.375 0-.8-.15t-.7-.35q-.2-.15-.4-.325T9.65 20q-.225 0-.425.175t-.4.325q-.3.2-.712.35T7.35 21M12 16.5q-2.525 0-4.262-1.737T6 10.5V3.725q0-.5.375-.863T7.25 2.5q.525 0 .888.363t.362.887v6.75q0 1.475 1.013 2.488T12 14t2.488-1.012T15.5 10.5V3.725q0-.5.375-.863t.875-.362q.525 0 .888.363T18 3.75v6.75q0 2.525-1.737 4.263T12 16.5"/></svg>
</template>

CSS

.icon-format-underlined-squiggle-rounded {
  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%22currentColor%22%20d%3D%22M7.35%2021q-.375%200-.787-.15t-.713-.35q-.2-.15-.4-.325T5%2020q-.425%200-.712-.288T4%2019t.288-.712T5%2018q.375%200%20.8.138t.7.362q.2.125.4.313t.45.187q.225%200%20.425-.187t.4-.313q.3-.225.725-.363T9.675%2018q.375%200%20.8.138t.7.362q.2.125.4.313t.45.187q.225%200%20.425-.187t.4-.313q.3-.225.725-.363T14.35%2018q.375%200%20.788.138t.712.362q.2.125.413.313T16.7%2019q.25%200%20.45-.187t.4-.313q.3-.225.712-.363T19.05%2018q.425%200%20.713.288t.287.712t-.288.713t-.712.287q-.25%200-.45.175t-.4.325q-.325.2-.737.35t-.788.15t-.788-.15t-.712-.35q-.2-.15-.4-.325t-.45-.175q-.225%200-.425.175t-.4.325q-.3.2-.725.35T12%2021q-.375%200-.8-.15t-.7-.35q-.2-.15-.4-.325T9.65%2020q-.225%200-.425.175t-.4.325q-.3.2-.712.35T7.35%2021M12%2016.5q-2.525%200-4.262-1.737T6%2010.5V3.725q0-.5.375-.863T7.25%202.5q.525%200%20.888.363t.362.887v6.75q0%201.475%201.013%202.488T12%2014t2.488-1.012T15.5%2010.5V3.725q0-.5.375-.863t.875-.362q.525%200%20.888.363T18%203.75v6.75q0%202.525-1.737%204.263T12%2016.5%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%22currentColor%22%20d%3D%22M7.35%2021q-.375%200-.787-.15t-.713-.35q-.2-.15-.4-.325T5%2020q-.425%200-.712-.288T4%2019t.288-.712T5%2018q.375%200%20.8.138t.7.362q.2.125.4.313t.45.187q.225%200%20.425-.187t.4-.313q.3-.225.725-.363T9.675%2018q.375%200%20.8.138t.7.362q.2.125.4.313t.45.187q.225%200%20.425-.187t.4-.313q.3-.225.725-.363T14.35%2018q.375%200%20.788.138t.712.362q.2.125.413.313T16.7%2019q.25%200%20.45-.187t.4-.313q.3-.225.712-.363T19.05%2018q.425%200%20.713.288t.287.712t-.288.713t-.712.287q-.25%200-.45.175t-.4.325q-.325.2-.737.35t-.788.15t-.788-.15t-.712-.35q-.2-.15-.4-.325t-.45-.175q-.225%200-.425.175t-.4.325q-.3.2-.725.35T12%2021q-.375%200-.8-.15t-.7-.35q-.2-.15-.4-.325T9.65%2020q-.225%200-.425.175t-.4.325q-.3.2-.712.35T7.35%2021M12%2016.5q-2.525%200-4.262-1.737T6%2010.5V3.725q0-.5.375-.863T7.25%202.5q.525%200%20.888.363t.362.887v6.75q0%201.475%201.013%202.488T12%2014t2.488-1.012T15.5%2010.5V3.725q0-.5.375-.863t.875-.362q.525%200%20.888.363T18%203.75v6.75q0%202.525-1.737%204.263T12%2016.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/format-underlined-squiggle-rounded.svg?color=%231a73e8&size=48