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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the signature icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.075 11.725q1.825-1.35 2.85-2.962T17.95 5.55q0-.8-.262-1.175T16.975 4Q15.8 4 14.9 5.988t-.9 4.487q0 .35.013.663t.062.587M4.1 16.3q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.9-.9l-.9-.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.9.9l.9.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9zm11.35-.3q-.75 0-1.375-.288T13 14.776q-.4.2-.825.4l-.85.4q-.4.175-.787.013T10 15.025t.038-.775t.587-.55l.825-.387q.4-.188.775-.388q-.125-.55-.187-1.2t-.063-1.4q0-3.6 1.425-5.962T16.975 2q1.3 0 2.125.963t.825 2.687q0 2.15-1.362 4.25t-3.788 3.775q.175.175.363.263t.387.087q.525 0 1.225-.575t1.35-1.55q.25-.35.638-.488t.762.038q.375.2.55.588t.1.812q-.05.3-.05.575t.075.525q.125-.05.288-.162t.337-.288q.3-.275.713-.312t.737.212q.35.275.375.675t-.25.675q-.575.575-1.213.913T19.95 16q-.525 0-.937-.312t-.688-.963q-.7.625-1.425.95T15.45 16M3.288 20.713Q3 20.425 3 20t.288-.712T4 19t.713.288T5 20t-.288.713T4 21t-.712-.288m4 0Q7 20.426 7 20t.288-.712T8 19t.713.288T9 20t-.288.713T8 21t-.712-.288m4 0Q11 20.426 11 20t.288-.712T12 19t.713.288T13 20t-.288.713T12 21t-.712-.288m4 0Q15 20.426 15 20t.288-.712T16 19t.713.288T17 20t-.288.713T16 21t-.712-.288m4 0Q19 20.426 19 20t.288-.712T20 19t.713.288T21 20t-.288.713T20 21t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSignatureRounded(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="M14.075 11.725q1.825-1.35 2.85-2.962T17.95 5.55q0-.8-.262-1.175T16.975 4Q15.8 4 14.9 5.988t-.9 4.487q0 .35.013.663t.062.587M4.1 16.3q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.9-.9l-.9-.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.9.9l.9.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9zm11.35-.3q-.75 0-1.375-.288T13 14.776q-.4.2-.825.4l-.85.4q-.4.175-.787.013T10 15.025t.038-.775t.587-.55l.825-.387q.4-.188.775-.388q-.125-.55-.187-1.2t-.063-1.4q0-3.6 1.425-5.962T16.975 2q1.3 0 2.125.963t.825 2.687q0 2.15-1.362 4.25t-3.788 3.775q.175.175.363.263t.387.087q.525 0 1.225-.575t1.35-1.55q.25-.35.638-.488t.762.038q.375.2.55.588t.1.812q-.05.3-.05.575t.075.525q.125-.05.288-.162t.337-.288q.3-.275.713-.312t.737.212q.35.275.375.675t-.25.675q-.575.575-1.213.913T19.95 16q-.525 0-.937-.312t-.688-.963q-.7.625-1.425.95T15.45 16M3.288 20.713Q3 20.425 3 20t.288-.712T4 19t.713.288T5 20t-.288.713T4 21t-.712-.288m4 0Q7 20.426 7 20t.288-.712T8 19t.713.288T9 20t-.288.713T8 21t-.712-.288m4 0Q11 20.426 11 20t.288-.712T12 19t.713.288T13 20t-.288.713T12 21t-.712-.288m4 0Q15 20.426 15 20t.288-.712T16 19t.713.288T17 20t-.288.713T16 21t-.712-.288m4 0Q19 20.426 19 20t.288-.712T20 19t.713.288T21 20t-.288.713T20 21t-.712-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.075 11.725q1.825-1.35 2.85-2.962T17.95 5.55q0-.8-.262-1.175T16.975 4Q15.8 4 14.9 5.988t-.9 4.487q0 .35.013.663t.062.587M4.1 16.3q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.9-.9l-.9-.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.9.9l.9.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9zm11.35-.3q-.75 0-1.375-.288T13 14.776q-.4.2-.825.4l-.85.4q-.4.175-.787.013T10 15.025t.038-.775t.587-.55l.825-.387q.4-.188.775-.388q-.125-.55-.187-1.2t-.063-1.4q0-3.6 1.425-5.962T16.975 2q1.3 0 2.125.963t.825 2.687q0 2.15-1.362 4.25t-3.788 3.775q.175.175.363.263t.387.087q.525 0 1.225-.575t1.35-1.55q.25-.35.638-.488t.762.038q.375.2.55.588t.1.812q-.05.3-.05.575t.075.525q.125-.05.288-.162t.337-.288q.3-.275.713-.312t.737.212q.35.275.375.675t-.25.675q-.575.575-1.213.913T19.95 16q-.525 0-.937-.312t-.688-.963q-.7.625-1.425.95T15.45 16M3.288 20.713Q3 20.425 3 20t.288-.712T4 19t.713.288T5 20t-.288.713T4 21t-.712-.288m4 0Q7 20.426 7 20t.288-.712T8 19t.713.288T9 20t-.288.713T8 21t-.712-.288m4 0Q11 20.426 11 20t.288-.712T12 19t.713.288T13 20t-.288.713T12 21t-.712-.288m4 0Q15 20.426 15 20t.288-.712T16 19t.713.288T17 20t-.288.713T16 21t-.712-.288m4 0Q19 20.426 19 20t.288-.712T20 19t.713.288T21 20t-.288.713T20 21t-.712-.288"/></svg>
</template>

CSS

.icon-signature-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%22M14.075%2011.725q1.825-1.35%202.85-2.962T17.95%205.55q0-.8-.262-1.175T16.975%204Q15.8%204%2014.9%205.988t-.9%204.487q0%20.35.013.663t.062.587M4.1%2016.3q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.9-.9l-.9-.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.9.9l.9.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9zm11.35-.3q-.75%200-1.375-.288T13%2014.776q-.4.2-.825.4l-.85.4q-.4.175-.787.013T10%2015.025t.038-.775t.587-.55l.825-.387q.4-.188.775-.388q-.125-.55-.187-1.2t-.063-1.4q0-3.6%201.425-5.962T16.975%202q1.3%200%202.125.963t.825%202.687q0%202.15-1.362%204.25t-3.788%203.775q.175.175.363.263t.387.087q.525%200%201.225-.575t1.35-1.55q.25-.35.638-.488t.762.038q.375.2.55.588t.1.812q-.05.3-.05.575t.075.525q.125-.05.288-.162t.337-.288q.3-.275.713-.312t.737.212q.35.275.375.675t-.25.675q-.575.575-1.213.913T19.95%2016q-.525%200-.937-.312t-.688-.963q-.7.625-1.425.95T15.45%2016M3.288%2020.713Q3%2020.425%203%2020t.288-.712T4%2019t.713.288T5%2020t-.288.713T4%2021t-.712-.288m4%200Q7%2020.426%207%2020t.288-.712T8%2019t.713.288T9%2020t-.288.713T8%2021t-.712-.288m4%200Q11%2020.426%2011%2020t.288-.712T12%2019t.713.288T13%2020t-.288.713T12%2021t-.712-.288m4%200Q15%2020.426%2015%2020t.288-.712T16%2019t.713.288T17%2020t-.288.713T16%2021t-.712-.288m4%200Q19%2020.426%2019%2020t.288-.712T20%2019t.713.288T21%2020t-.288.713T20%2021t-.712-.288%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%22M14.075%2011.725q1.825-1.35%202.85-2.962T17.95%205.55q0-.8-.262-1.175T16.975%204Q15.8%204%2014.9%205.988t-.9%204.487q0%20.35.013.663t.062.587M4.1%2016.3q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7l.9-.9l-.9-.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l.9.9l.9-.9q.275-.275.7-.275t.7.275t.275.7t-.275.7l-.9.9l.9.9q.275.275.275.7t-.275.7t-.7.275t-.7-.275l-.9-.9zm11.35-.3q-.75%200-1.375-.288T13%2014.776q-.4.2-.825.4l-.85.4q-.4.175-.787.013T10%2015.025t.038-.775t.587-.55l.825-.387q.4-.188.775-.388q-.125-.55-.187-1.2t-.063-1.4q0-3.6%201.425-5.962T16.975%202q1.3%200%202.125.963t.825%202.687q0%202.15-1.362%204.25t-3.788%203.775q.175.175.363.263t.387.087q.525%200%201.225-.575t1.35-1.55q.25-.35.638-.488t.762.038q.375.2.55.588t.1.812q-.05.3-.05.575t.075.525q.125-.05.288-.162t.337-.288q.3-.275.713-.312t.737.212q.35.275.375.675t-.25.675q-.575.575-1.213.913T19.95%2016q-.525%200-.937-.312t-.688-.963q-.7.625-1.425.95T15.45%2016M3.288%2020.713Q3%2020.425%203%2020t.288-.712T4%2019t.713.288T5%2020t-.288.713T4%2021t-.712-.288m4%200Q7%2020.426%207%2020t.288-.712T8%2019t.713.288T9%2020t-.288.713T8%2021t-.712-.288m4%200Q11%2020.426%2011%2020t.288-.712T12%2019t.713.288T13%2020t-.288.713T12%2021t-.712-.288m4%200Q15%2020.426%2015%2020t.288-.712T16%2019t.713.288T17%2020t-.288.713T16%2021t-.712-.288m4%200Q19%2020.426%2019%2020t.288-.712T20%2019t.713.288T21%2020t-.288.713T20%2021t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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