circled dollar sign with overlaid backslash emoji
circled-dollar-sign-with-overlaid-backslash from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.
- Name
- circled-dollar-sign-with-overlaid-backslash
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Unicode
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras unicode icons from OpenMoji
alabama-flagandalusia-flaganticlockwise-triangle-headed-top-u-shaped-arrowaragon-flagasturian-flagbalearic-islands-flagbari-flagbasque-flagbavaria-flagberlin-flagblack-chess-bishopblack-chess-kingblack-chess-knightblack-chess-queenblack-chess-rookblack-hexagonblack-large-circleblack-octagonblack-pentagonblack-rectangleblack-starblack-vertical-ellipseblack-vertical-rectangleboys-symbol
Use the circled dollar sign with overlaid backslash emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="26.68" fill="#fff" fill-rule="evenodd"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><circle cx="36" cy="36" r="26.68" stroke-width="4.74"/><path stroke-width="4.74" d="M54.49 54.46L18.03 18l.458-.458"/><path stroke-width="6.3" d="M42.88 27.334c-.649-2.525-3.452-4.42-6.812-4.42c-3.841 0-6.955 2.477-6.955 5.536c0 3.057 3.025 6.211 6.885 7.547c3.86 1.334 6.964 4.208 6.885 7.546c-.074 3.058-3.113 5.537-6.954 5.537c-3.36 0-6.164-1.899-6.812-4.424M36 17.6v5.28m0 31.52v-5.28"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCircledDollarSignWithOverlaidBackslash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="26.68" fill="#fff" fillRule="evenodd"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round"><circle cx="36" cy="36" r="26.68" strokeWidth="4.74"/><path strokeWidth="4.74" d="M54.49 54.46L18.03 18l.458-.458"/><path strokeWidth="6.3" d="M42.88 27.334c-.649-2.525-3.452-4.42-6.812-4.42c-3.841 0-6.955 2.477-6.955 5.536c0 3.057 3.025 6.211 6.885 7.547c3.86 1.334 6.964 4.208 6.885 7.546c-.074 3.058-3.113 5.537-6.954 5.537c-3.36 0-6.164-1.899-6.812-4.424M36 17.6v5.28m0 31.52v-5.28"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="26.68" fill="#fff" fill-rule="evenodd"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><circle cx="36" cy="36" r="26.68" stroke-width="4.74"/><path stroke-width="4.74" d="M54.49 54.46L18.03 18l.458-.458"/><path stroke-width="6.3" d="M42.88 27.334c-.649-2.525-3.452-4.42-6.812-4.42c-3.841 0-6.955 2.477-6.955 5.536c0 3.057 3.025 6.211 6.885 7.547c3.86 1.334 6.964 4.208 6.885 7.546c-.074 3.058-3.113 5.537-6.954 5.537c-3.36 0-6.164-1.899-6.812-4.424M36 17.6v5.28m0 31.52v-5.28"/></g></svg> </template>
CSS
.icon-circled-dollar-sign-with-overlaid-backslash {
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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2226.68%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2226.68%22%20stroke-width%3D%224.74%22%2F%3E%3Cpath%20stroke-width%3D%224.74%22%20d%3D%22M54.49%2054.46L18.03%2018l.458-.458%22%2F%3E%3Cpath%20stroke-width%3D%226.3%22%20d%3D%22M42.88%2027.334c-.649-2.525-3.452-4.42-6.812-4.42c-3.841%200-6.955%202.477-6.955%205.536c0%203.057%203.025%206.211%206.885%207.547c3.86%201.334%206.964%204.208%206.885%207.546c-.074%203.058-3.113%205.537-6.954%205.537c-3.36%200-6.164-1.899-6.812-4.424M36%2017.6v5.28m0%2031.52v-5.28%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2226.68%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2226.68%22%20stroke-width%3D%224.74%22%2F%3E%3Cpath%20stroke-width%3D%224.74%22%20d%3D%22M54.49%2054.46L18.03%2018l.458-.458%22%2F%3E%3Cpath%20stroke-width%3D%226.3%22%20d%3D%22M42.88%2027.334c-.649-2.525-3.452-4.42-6.812-4.42c-3.841%200-6.955%202.477-6.955%205.536c0%203.057%203.025%206.211%206.885%207.547c3.86%201.334%206.964%204.208%206.885%207.546c-.074%203.058-3.113%205.537-6.954%205.537c-3.36%200-6.164-1.899-6.812-4.424M36%2017.6v5.28m0%2031.52v-5.28%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/circled-dollar-sign-with-overlaid-backslash.svg?color=%231a73e8&size=48