I want to convert this unicode character into svg format. Because I want to use it as a favicon. How do I simply do this?
I want to convert this unicode character into svg format. Because I want to use it as a favicon. How do I simply do this?
One liner, set as favicon:
document.head.appendChild(Object.assign(document.createElement("link"), {rel: "icon", href: "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'></text></svg>"}))
There's free & powerful online UI tool with .svg export options. Just copy/paste symbol and in export tab choose SVG or straight @ the export put .ico extension.
Here's preview => https://www.figma.com/file/53fKioQQDobD4yVwSIMHqn/Untitled?node-id=0%3A1