Text Watermark on Image - Online Add Subtle Overlay
Add a repeating diagonal text watermark to your images. Adjust opacity, font, and color. Protect your photos locally.
UD5 Toolkit
Search, browse & copy Font Awesome icons instantly. Free & open-source icon toolkit.
No icons match your search. Try different keywords!
Tip: Search for "arrow", "user", "file", or "heart"<head>:<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">npm install @fortawesome/fontawesome-free and import it in your JavaScript/CSS bundle.
fa-solid): Filled icons with a bold, heavy appearance — most commonly used for UI elements like buttons and navigation.fa-regular): Outlined/line-style versions of select icons — lighter visual weight, great for secondary actions.fa-brands): Official logos of companies and platforms (GitHub, Twitter, Google, etc.) — available only in brand style.fa-xs, fa-sm, fa-lg, fa-2x, fa-3x, up to fa-10x. For color, simply apply CSS color property to the <i> tag or use utility classes like text-primary, text-danger, etc. Example: <i class="fa-solid fa-heart fa-2x text-danger"></i>.
className instead of class: <i className="fa-solid fa-home"></i>. For Vue and Angular, the standard HTML syntax works natively. There are also official Font Awesome component libraries: @fortawesome/react-fontawesome, @fortawesome/vue-fontawesome, and @fortawesome/angular-fontawesome for more advanced usage with tree-shaking.
aria-hidden="true" to the <i> tag so screen readers ignore them. For semantic icons (like a search button), wrap the icon in a button with an aria-label or include hidden text. Example: <button aria-label="Search"><i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i></button>.
Add a repeating diagonal text watermark to your images. Adjust opacity, font, and color. Protect your photos locally.
Upload an image, write text, and place it anywhere. Choose font, size, and color. Download the combined image. Private.
Create a repeating text pattern from a short string for watermarking documents or images. Download SVG pattern.
Turn a photo into a high‑contrast ASCII art using only standard text characters. Adjust brightness and character set. Works offline.
Convert a small image into a CSS background‑image data URL or a tiled pattern snippet. Speed up your website with inline assets.
Convert scalable SVG images to standard PNG files with a custom resolution. Works offline; just paste SVG code or upload an .svg file. Private and reliable.
Calculate probability of getting a specific sum when rolling multiple dice. Visual bar chart. Useful for tabletop RPG players. Instant local computation.
Apply a simple median filter to remove speckle noise. Adjust kernel size. Fully local canvas processing.
Make modern English sound like ye olde speech. Simple pattern replacement. Great for RPGs and fun.
Convert any text string to a sequence of hexadecimal pairs. Useful for programming and data representation. All conversion happens locally in your browser.
Convert a simple black and white image into an SVG path using edge detection. Extract vector outlines. Local canvas processing.
Decode hexadecimal values back to human-readable text. Ideal for debugging and data recovery. Works fully offline in your browser, keeping your data secure.
Get a piece of either wise or hilariously useless advice. Instant life tips. Pure fun.
Randomly given base form, type past simple and past participle. Score tracking.
Enter a dataset to compute Q1, median, Q3, IQR, and highlight outliers. Visual box plot generated in canvas.
Apply a true negative color effect to your image. Simulate a film negative or invert scanned documents. Instant canvas transformation.
Encode decimal integers into signed magnitude binary representation and decode back. Learn computer arithmetic.
Set weekly reminders to soak your air plants. Timer and drying instructions included.
Select species and see ideal humidity range. Set a reminder to mist enclosure. Keep scales healthy.
Visually configure scroll‑snap containers and items. Adjust alignment, stop behavior, and padding. Copy the clean CSS instantly.
Convert hex, RGB, or HSL into the modern OKLCH color space. See the preview and copy CSS oklch() value. Local.
Create complex linear gradients with any number of color stops, exact angles, and length units. Live preview and CSS code.
Design a light and dark theme by picking colors for backgrounds, text, and links. Get the CSS for both themes. Local.
Style underlines, overlines, and strike-throughs with colors, wavy styles, and thickness. Modern CSS text‑decoration.
Adjust opacity visually with a slider and see the different CSS representations (opacity property vs RGBA/HSLA). Copy best option.
Pick two images or colors and apply all 16 CSS mix‑blend‑mode values live. See and copy the right CSS for your design.
Design a fully styled scrollbar with colors, width, radius, and hover effects. Supports both ::-webkit‑scrollbar and Firefox scrollbar‑width.
Design a button or card that glows on hover. Adjust shadow color, spread, and transition. Copy the CSS. Rich UI.
Create CSS clamp() values for fluid typography. Enter min and max font sizes and viewport widths. Modern responsive design.
Create a realistic letterpress (debossed) text effect using CSS text‑shadow and background. Adjust depth and light direction. Copy code.