The Tabler servicemark icon visually represents a service mark, often used in UI to indicate a registered service or brand.
Common uses
- Labeling registered services
- Indicating brand ownership
- UI elements for legal or compliance sections
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconServicemark } from '@tabler/icons-react';
<IconServicemark size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Symbols
- Keywords
- trademarksignregistrationservicemarkmarkemblemrepresentationindicatorsymbolsservice markregistered servicebrand indicator
FAQ
- What is the purpose of the servicemark icon?
- It's used to denote a registered service mark, similar to a trademark but for services. It helps users identify official service offerings.
- How do I use the servicemark icon in React?
- You can import and use it directly with the provided React component: `import { IconServicemark } from '@tabler/icons-react'`. Then, render it like `<IconServicemark />`.
- What is the license for the Tabler servicemark icon?
- The Tabler servicemark icon is available under the MIT license, allowing for free use in both personal and commercial projects.