generated at
memo-icon
from memo
memo-icon
memo.svg
<svg width="200" height="100" viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg"> <g> <rect x="5" y="5" width="190" height="90" rx="15" ry="15" fill-opacity="0" stroke="white" stroke-width="3" /> <rect x="8" y="8" width="184" height="84" rx="10" ry="10" fill-opacity="0" stroke="gray" stroke-width="3" /> <text x="40" y="65" font-size="40" stroke="white" stroke-width="1" fill="gray" font-weight="900" letter-spacing="-1" word-spacing="1" > Memo </text> </g> </svg>

m2.svg
<svg width="300" height="120" viewBox="0 0 300 100" xmlns="http://www.w3.org/2000/svg"> <g> <rect x="5" y="5" width="290" height="90" rx="15" ry="15" fill-opacity="0" stroke="white" stroke-width="3" /> <rect x="8" y="8" width="284" height="84" rx="10" ry="10" fill-opacity="0" stroke="gray" stroke-width="3" /> <text x="15" y="80" font-size="80" stroke="white" stroke-width="3" fill="gray" font-weight="900" letter-spacing="-1" word-spacing="1" > Memo </text> </g> </svg>

m03.svg
<svg width="200" height="100" viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg"> <g> <style type="text/css"> #tx01{ fill: white; stroke: gray; stroke-width:3; font-weight:900; } #f01{ stroke: gray; stroke-width: 3; fill-opacity: 0; } #f02{ stroke: white; stroke-width: 3; fill-opacity: 0; } /* @media (prefers-color-scheme: light) { /* */ @media (prefers-color-scheme: dark) { /* */ #tx01{ fill:gray; stroke:white; } #f01{ stroke: gray; } #f02{ stroke: white; } } </style> <rect id="f01" x="5" y="5" width="190" height="90" rx="15" ry="15" /> <rect id="f02" x="8" y="8" width="184" height="84" rx="12" ry="12" /> <text id="tx01" x="20" y="70" font-size="50" letter-spacing="-1" word-spacing="1" > Memo </text> </g> </svg>