
The Fieldnote bookmark is navy. Put it on a navy background and most of the mark disappears, even though the SVG still renders correctly. Changing the background is a useful test because a valid file and a usable placement answer different questions.
Here is a small logo set built from one fictional notebook mark created with the AI SVG logo generator: a version for light surfaces, a light version for dark surfaces, and a single-color version with a transparent compass cutout.
The source was generated in the SVG AI dashboard on September 14, 2026 using Classic, one SVG and a transparent background. Its displayed cost was two credits. The brief requested a rounded navy bookmark, orange compass needle and no lettering.
Keep the original download. All variants in this article are manual derivatives. The generated colors were close to the requested palette but did not match the exact hex values; the brand variant sets navy to #18345F and orange to #F97316.
The brand-color file uses navy for both the bookmark and the center detail. The light file replaces those navy fills with white and leaves the orange needle unchanged. Both retain the original path coordinates.

In the live comparison, the navy bookmark merges into the dark surface. The white bookmark is visible there. This is a comparison on these specific surfaces, not a claim about every dark background or a formal contrast certification.
Do not use the white version on a white surface and assume the file is broken. Select the asset together with its background. In a website theme, switch both deliberately and test the actual combinations.
Changing every path to the same fill would cover the orange needle with the bookmark's color. The manual single-color SVG instead uses a mask: the bookmark is visible, the needle becomes a transparent cutout, and the center detail remains visible.
The file paints the resulting shape with currentColor. The mask controls which areas are visible; it does not add a white ink layer. On a white page, the transparent cutout looks white because the page shows through it.
An inline SVG can inherit a surrounding text color in the supplied button example. Loading that SVG as an image is different: the image does not inherit the enclosing button's text color. The icon implementation guide shows both states and the actual code.
| File | Use shown here |
|---|---|
| Original generated SVG | Source to preserve before edits |
| Manual brand-color SVG | Navy/orange mark on white |
| Manual light SVG | White/orange mark on navy |
| Manual single-color SVG | One foreground color with transparent compass detail |
Inspect the chosen file at its real display size. If a detail becomes too small, use the simplification exercise rather than scaling the same intricate mark indefinitely.
For a website image, provide an appropriate alt value in the page. For an inline mark that accompanies the same visible brand name, avoid repeating the name unnecessarily. The surrounding control or link still needs a clear accessible name.
This set has been rendered in the supplied browser examples. It has not been tested as an embroidery, cutting or print-production file. A destination that cannot handle SVG masks may need a different construction; ask for its requirements and inspect a real export there.