trade mark circle icon

trade-mark-circle from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
trade-mark-circle
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the trade mark circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.254 12c0 5.928 4.822 10.75 10.75 10.75s10.75-4.822 10.75-10.75s-4.822-10.75-10.75-10.75S1.254 6.072 1.254 12m1.5 0c0-5.1 4.15-9.25 9.25-9.25s9.25 4.15 9.25 9.25s-4.15 9.25-9.25 9.25s-9.25-4.15-9.25-9.25m5.01 3.495a.75.75 0 0 0 1.5 0v-5.27h1.73a.75.75 0 0 0 0-1.5h-5a.75.75 0 0 0 0 1.5h1.77zm9.5-.01c0 .415.336.75.75.75h.001a.75.75 0 0 0 .75-.75v-6.01a.75.75 0 0 0-.525-.714c-.483-.152-.935.087-2.102 1.112c-.228.2-.447.4-.633.572a36 36 0 0 0-.633-.572c-1.167-1.025-1.619-1.264-2.102-1.112a.75.75 0 0 0-.525.714v6.01a.75.75 0 0 0 1.5 0V10.88c.392.338.844.753 1.237 1.134a.75.75 0 0 0 1.045 0c.392-.381.845-.795 1.237-1.134z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTradeMarkCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M1.254 12c0 5.928 4.822 10.75 10.75 10.75s10.75-4.822 10.75-10.75s-4.822-10.75-10.75-10.75S1.254 6.072 1.254 12m1.5 0c0-5.1 4.15-9.25 9.25-9.25s9.25 4.15 9.25 9.25s-4.15 9.25-9.25 9.25s-9.25-4.15-9.25-9.25m5.01 3.495a.75.75 0 0 0 1.5 0v-5.27h1.73a.75.75 0 0 0 0-1.5h-5a.75.75 0 0 0 0 1.5h1.77zm9.5-.01c0 .415.336.75.75.75h.001a.75.75 0 0 0 .75-.75v-6.01a.75.75 0 0 0-.525-.714c-.483-.152-.935.087-2.102 1.112c-.228.2-.447.4-.633.572a36 36 0 0 0-.633-.572c-1.167-1.025-1.619-1.264-2.102-1.112a.75.75 0 0 0-.525.714v6.01a.75.75 0 0 0 1.5 0V10.88c.392.338.844.753 1.237 1.134a.75.75 0 0 0 1.045 0c.392-.381.845-.795 1.237-1.134z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.254 12c0 5.928 4.822 10.75 10.75 10.75s10.75-4.822 10.75-10.75s-4.822-10.75-10.75-10.75S1.254 6.072 1.254 12m1.5 0c0-5.1 4.15-9.25 9.25-9.25s9.25 4.15 9.25 9.25s-4.15 9.25-9.25 9.25s-9.25-4.15-9.25-9.25m5.01 3.495a.75.75 0 0 0 1.5 0v-5.27h1.73a.75.75 0 0 0 0-1.5h-5a.75.75 0 0 0 0 1.5h1.77zm9.5-.01c0 .415.336.75.75.75h.001a.75.75 0 0 0 .75-.75v-6.01a.75.75 0 0 0-.525-.714c-.483-.152-.935.087-2.102 1.112c-.228.2-.447.4-.633.572a36 36 0 0 0-.633-.572c-1.167-1.025-1.619-1.264-2.102-1.112a.75.75 0 0 0-.525.714v6.01a.75.75 0 0 0 1.5 0V10.88c.392.338.844.753 1.237 1.134a.75.75 0 0 0 1.045 0c.392-.381.845-.795 1.237-1.134z"/></svg>
</template>

CSS

.icon-trade-mark-circle {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.254%2012c0%205.928%204.822%2010.75%2010.75%2010.75s10.75-4.822%2010.75-10.75s-4.822-10.75-10.75-10.75S1.254%206.072%201.254%2012m1.5%200c0-5.1%204.15-9.25%209.25-9.25s9.25%204.15%209.25%209.25s-4.15%209.25-9.25%209.25s-9.25-4.15-9.25-9.25m5.01%203.495a.75.75%200%200%200%201.5%200v-5.27h1.73a.75.75%200%200%200%200-1.5h-5a.75.75%200%200%200%200%201.5h1.77zm9.5-.01c0%20.415.336.75.75.75h.001a.75.75%200%200%200%20.75-.75v-6.01a.75.75%200%200%200-.525-.714c-.483-.152-.935.087-2.102%201.112c-.228.2-.447.4-.633.572a36%2036%200%200%200-.633-.572c-1.167-1.025-1.619-1.264-2.102-1.112a.75.75%200%200%200-.525.714v6.01a.75.75%200%200%200%201.5%200V10.88c.392.338.844.753%201.237%201.134a.75.75%200%200%200%201.045%200c.392-.381.845-.795%201.237-1.134z%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.254%2012c0%205.928%204.822%2010.75%2010.75%2010.75s10.75-4.822%2010.75-10.75s-4.822-10.75-10.75-10.75S1.254%206.072%201.254%2012m1.5%200c0-5.1%204.15-9.25%209.25-9.25s9.25%204.15%209.25%209.25s-4.15%209.25-9.25%209.25s-9.25-4.15-9.25-9.25m5.01%203.495a.75.75%200%200%200%201.5%200v-5.27h1.73a.75.75%200%200%200%200-1.5h-5a.75.75%200%200%200%200%201.5h1.77zm9.5-.01c0%20.415.336.75.75.75h.001a.75.75%200%200%200%20.75-.75v-6.01a.75.75%200%200%200-.525-.714c-.483-.152-.935.087-2.102%201.112c-.228.2-.447.4-.633.572a36%2036%200%200%200-.633-.572c-1.167-1.025-1.619-1.264-2.102-1.112a.75.75%200%200%200-.525.714v6.01a.75.75%200%200%200%201.5%200V10.88c.392.338.844.753%201.237%201.134a.75.75%200%200%200%201.045%200c.392-.381.845-.795%201.237-1.134z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/trade-mark-circle.svg?color=%231a73e8&size=48