format underlined squiggle icon
format-underlined-squiggle from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- format-underlined-squiggle
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- format-underlined-squiggle-outline, format-underlined-squiggle-outline-sharp, format-underlined-squiggle-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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.325 20.5q-.336 0-.701-.15T5.998 20q-.2-.163-.467-.332T5 19.5h-.5v-1H5q.337 0 .701.15t.626.35q.2.164.467.332t.531.168q.27 0 .546-.168q.277-.169.477-.332q.261-.206.626-.353t.701-.147t.701.147t.626.353q.2.164.464.332q.265.168.534.168t.546-.168t.477-.332q.262-.206.626-.353q.365-.147.701-.147q.33 0 .698.15t.629.35q.22.164.487.332t.536.168t.524-.168t.474-.332q.262-.2.626-.35t.701-.15h.5v1h-.5q-.27 0-.527.168q-.257.169-.477.332q-.28.2-.657.35t-.714.15q-.33 0-.695-.15t-.626-.35q-.22-.163-.477-.332q-.258-.168-.527-.168t-.536.168t-.487.332q-.261.206-.626.353q-.364.147-.701.147t-.701-.147t-.626-.353q-.22-.163-.474-.332T9.65 19.5q-.263 0-.543.168t-.48.332q-.256.206-.613.353q-.358.147-.689.147m.903-6.228Q6.692 12.736 6.692 10.5V3.192h1.116V10.5q0 1.764 1.214 2.978q1.215 1.214 2.978 1.214t2.978-1.214t1.214-2.978V3.192h1.116V10.5q0 2.237-1.536 3.772q-1.535 1.536-3.772 1.536t-3.772-1.536"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFormatUnderlinedSquiggle(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.325 20.5q-.336 0-.701-.15T5.998 20q-.2-.163-.467-.332T5 19.5h-.5v-1H5q.337 0 .701.15t.626.35q.2.164.467.332t.531.168q.27 0 .546-.168q.277-.169.477-.332q.261-.206.626-.353t.701-.147t.701.147t.626.353q.2.164.464.332q.265.168.534.168t.546-.168t.477-.332q.262-.206.626-.353q.365-.147.701-.147q.33 0 .698.15t.629.35q.22.164.487.332t.536.168t.524-.168t.474-.332q.262-.2.626-.35t.701-.15h.5v1h-.5q-.27 0-.527.168q-.257.169-.477.332q-.28.2-.657.35t-.714.15q-.33 0-.695-.15t-.626-.35q-.22-.163-.477-.332q-.258-.168-.527-.168t-.536.168t-.487.332q-.261.206-.626.353q-.364.147-.701.147t-.701-.147t-.626-.353q-.22-.163-.474-.332T9.65 19.5q-.263 0-.543.168t-.48.332q-.256.206-.613.353q-.358.147-.689.147m.903-6.228Q6.692 12.736 6.692 10.5V3.192h1.116V10.5q0 1.764 1.214 2.978q1.215 1.214 2.978 1.214t2.978-1.214t1.214-2.978V3.192h1.116V10.5q0 2.237-1.536 3.772q-1.535 1.536-3.772 1.536t-3.772-1.536"/></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.325 20.5q-.336 0-.701-.15T5.998 20q-.2-.163-.467-.332T5 19.5h-.5v-1H5q.337 0 .701.15t.626.35q.2.164.467.332t.531.168q.27 0 .546-.168q.277-.169.477-.332q.261-.206.626-.353t.701-.147t.701.147t.626.353q.2.164.464.332q.265.168.534.168t.546-.168t.477-.332q.262-.206.626-.353q.365-.147.701-.147q.33 0 .698.15t.629.35q.22.164.487.332t.536.168t.524-.168t.474-.332q.262-.2.626-.35t.701-.15h.5v1h-.5q-.27 0-.527.168q-.257.169-.477.332q-.28.2-.657.35t-.714.15q-.33 0-.695-.15t-.626-.35q-.22-.163-.477-.332q-.258-.168-.527-.168t-.536.168t-.487.332q-.261.206-.626.353q-.364.147-.701.147t-.701-.147t-.626-.353q-.22-.163-.474-.332T9.65 19.5q-.263 0-.543.168t-.48.332q-.256.206-.613.353q-.358.147-.689.147m.903-6.228Q6.692 12.736 6.692 10.5V3.192h1.116V10.5q0 1.764 1.214 2.978q1.215 1.214 2.978 1.214t2.978-1.214t1.214-2.978V3.192h1.116V10.5q0 2.237-1.536 3.772q-1.535 1.536-3.772 1.536t-3.772-1.536"/></svg> </template>
CSS
.icon-format-underlined-squiggle {
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.325%2020.5q-.336%200-.701-.15T5.998%2020q-.2-.163-.467-.332T5%2019.5h-.5v-1H5q.337%200%20.701.15t.626.35q.2.164.467.332t.531.168q.27%200%20.546-.168q.277-.169.477-.332q.261-.206.626-.353t.701-.147t.701.147t.626.353q.2.164.464.332q.265.168.534.168t.546-.168t.477-.332q.262-.206.626-.353q.365-.147.701-.147q.33%200%20.698.15t.629.35q.22.164.487.332t.536.168t.524-.168t.474-.332q.262-.2.626-.35t.701-.15h.5v1h-.5q-.27%200-.527.168q-.257.169-.477.332q-.28.2-.657.35t-.714.15q-.33%200-.695-.15t-.626-.35q-.22-.163-.477-.332q-.258-.168-.527-.168t-.536.168t-.487.332q-.261.206-.626.353q-.364.147-.701.147t-.701-.147t-.626-.353q-.22-.163-.474-.332T9.65%2019.5q-.263%200-.543.168t-.48.332q-.256.206-.613.353q-.358.147-.689.147m.903-6.228Q6.692%2012.736%206.692%2010.5V3.192h1.116V10.5q0%201.764%201.214%202.978q1.215%201.214%202.978%201.214t2.978-1.214t1.214-2.978V3.192h1.116V10.5q0%202.237-1.536%203.772q-1.535%201.536-3.772%201.536t-3.772-1.536%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.325%2020.5q-.336%200-.701-.15T5.998%2020q-.2-.163-.467-.332T5%2019.5h-.5v-1H5q.337%200%20.701.15t.626.35q.2.164.467.332t.531.168q.27%200%20.546-.168q.277-.169.477-.332q.261-.206.626-.353t.701-.147t.701.147t.626.353q.2.164.464.332q.265.168.534.168t.546-.168t.477-.332q.262-.206.626-.353q.365-.147.701-.147q.33%200%20.698.15t.629.35q.22.164.487.332t.536.168t.524-.168t.474-.332q.262-.2.626-.35t.701-.15h.5v1h-.5q-.27%200-.527.168q-.257.169-.477.332q-.28.2-.657.35t-.714.15q-.33%200-.695-.15t-.626-.35q-.22-.163-.477-.332q-.258-.168-.527-.168t-.536.168t-.487.332q-.261.206-.626.353q-.364.147-.701.147t-.701-.147t-.626-.353q-.22-.163-.474-.332T9.65%2019.5q-.263%200-.543.168t-.48.332q-.256.206-.613.353q-.358.147-.689.147m.903-6.228Q6.692%2012.736%206.692%2010.5V3.192h1.116V10.5q0%201.764%201.214%202.978q1.215%201.214%202.978%201.214t2.978-1.214t1.214-2.978V3.192h1.116V10.5q0%202.237-1.536%203.772q-1.535%201.536-3.772%201.536t-3.772-1.536%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/format-underlined-squiggle.svg?color=%231a73e8&size=48