registered icon
registered from Font Awesome 6 Regular by Dave Gandy · Regular · Business · CC-BY-4.0 Attribution required.
- Name
- registered
- Set
- Font Awesome 6 Regular
- Style
- Regular
- Category
- Business
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
registeredBoxIcons v2registeredBoxIcons v2 SolidregisteredEmoji One (Colored)registeredFont Awesome 6 SolidregisteredFluent EmojiregisteredFluent Emoji FlatregisteredFluent Emoji High ContrastregisteredHuge IconsregisteredLine Awesomeregistered-fillMingCute IconregisteredNoto EmojiregisteredOpenMojiregistered-fillRemix IconregisteredTabler IconsregisteredTwitter EmojiregisteredUnicons
More business icons from Font Awesome 6 Regular
Use the registered icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48a208 208 0 1 1 0 416a208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512a256 256 0 1 0 0 512m-96-360v208c0 13.3 10.7 24 24 24s24-10.7 24-24v-72h60.9l37.2 81.9c5.5 12.1 19.7 17.4 31.8 11.9s17.4-19.7 11.9-31.8l-34.1-75c21.8-14.3 36.3-39 36.3-67c0-44.2-35.8-80-80-80h-88c-13.3 0-24 10.7-24 24m48 88v-64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6RegularRegistered(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48a208 208 0 1 1 0 416a208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512a256 256 0 1 0 0 512m-96-360v208c0 13.3 10.7 24 24 24s24-10.7 24-24v-72h60.9l37.2 81.9c5.5 12.1 19.7 17.4 31.8 11.9s17.4-19.7 11.9-31.8l-34.1-75c21.8-14.3 36.3-39 36.3-67c0-44.2-35.8-80-80-80h-88c-13.3 0-24 10.7-24 24m48 88v-64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48a208 208 0 1 1 0 416a208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512a256 256 0 1 0 0 512m-96-360v208c0 13.3 10.7 24 24 24s24-10.7 24-24v-72h60.9l37.2 81.9c5.5 12.1 19.7 17.4 31.8 11.9s17.4-19.7 11.9-31.8l-34.1-75c21.8-14.3 36.3-39 36.3-67c0-44.2-35.8-80-80-80h-88c-13.3 0-24 10.7-24 24m48 88v-64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32z"/></svg> </template>
CSS
.icon-registered {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2048a208%20208%200%201%201%200%20416a208%20208%200%201%201%200-416m0%20464a256%20256%200%201%200%200-512a256%20256%200%201%200%200%20512m-96-360v208c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-72h60.9l37.2%2081.9c5.5%2012.1%2019.7%2017.4%2031.8%2011.9s17.4-19.7%2011.9-31.8l-34.1-75c21.8-14.3%2036.3-39%2036.3-67c0-44.2-35.8-80-80-80h-88c-13.3%200-24%2010.7-24%2024m48%2088v-64h64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2048a208%20208%200%201%201%200%20416a208%20208%200%201%201%200-416m0%20464a256%20256%200%201%200%200-512a256%20256%200%201%200%200%20512m-96-360v208c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-72h60.9l37.2%2081.9c5.5%2012.1%2019.7%2017.4%2031.8%2011.9s17.4-19.7%2011.9-31.8l-34.1-75c21.8-14.3%2036.3-39%2036.3-67c0-44.2-35.8-80-80-80h-88c-13.3%200-24%2010.7-24%2024m48%2088v-64h64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/registered.svg?color=%231a73e8&size=48