chains from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
chains
Set
Fluent Emoji Flat
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji Flat

Use the chains emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M23 2c-2.76 0-5 2.24-5 5v4c0 2.76 2.24 5 5 5c-2.76 0-5 2.24-5 5v4c0 2.76 2.24 5 5 5s5-2.24 5-5v-4c0-2.76-2.24-5-5-5c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5m0 3c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2s-2-.9-2-2V7c0-1.1.9-2 2-2m2 16v4c0 1.1-.9 2-2 2s-2-.9-2-2v-4c0-1.1.9-2 2-2s2 .9 2 2M11 2.55v.66c0 .5-.33 1.13-.75 1.4C8.67 5.62 7 4.5 7 3v-.45c0-.3-.24-.54-.54-.54H4.54c-.3 0-.54.24-.54.54v.68c0 1.87 1.1 3.56 2.81 4.3C10.47 9.1 14 6.46 14 3v-.45c0-.3-.24-.54-.54-.54h-1.92c-.3 0-.54.24-.54.54m-4 26.9v-.66c0-.5.33-1.13.75-1.4C9.33 26.38 11 27.5 11 29v.44c0 .3.24.54.54.54h1.92c.3 0 .54-.24.54-.54v-.68c0-1.87-1.1-3.56-2.81-4.3C7.53 22.9 4 25.54 4 29v.44c0 .3.24.54.54.54h1.92c.3.01.54-.23.54-.53M4 14c0-2.76 2.24-5 5-5s5 2.23 5 5v4c0 2.76-2.24 5-5 5s-5-2.24-5-5zm7 0a2 2 0 1 0-4 0v4c0 1.1.9 2 2 2s2-.9 2-2z"/><path fill="#bebebe" d="M21.5 2.45v3.04c0 .84.69 1.55 1.53 1.53c.81-.02 1.47-.69 1.47-1.51V2.45c0-.25-.2-.45-.45-.45h-2.11c-.24 0-.44.2-.44.45M9 14c-.83 0-1.5-.67-1.5-1.5v-7C7.5 4.67 8.17 4 9 4s1.5.67 1.5 1.5v7c0 .82-.67 1.5-1.5 1.5m0 14c-.83 0-1.5-.67-1.5-1.5v-7c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v7c0 .82-.67 1.5-1.5 1.5m12.5-8.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5zm3 7.03v3.04c0 .25-.2.44-.44.45h-2.11c-.25 0-.45-.2-.45-.45V26.5c0-.82.65-1.48 1.47-1.5c.84-.02 1.53.69 1.53 1.53"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatChains(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M23 2c-2.76 0-5 2.24-5 5v4c0 2.76 2.24 5 5 5c-2.76 0-5 2.24-5 5v4c0 2.76 2.24 5 5 5s5-2.24 5-5v-4c0-2.76-2.24-5-5-5c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5m0 3c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2s-2-.9-2-2V7c0-1.1.9-2 2-2m2 16v4c0 1.1-.9 2-2 2s-2-.9-2-2v-4c0-1.1.9-2 2-2s2 .9 2 2M11 2.55v.66c0 .5-.33 1.13-.75 1.4C8.67 5.62 7 4.5 7 3v-.45c0-.3-.24-.54-.54-.54H4.54c-.3 0-.54.24-.54.54v.68c0 1.87 1.1 3.56 2.81 4.3C10.47 9.1 14 6.46 14 3v-.45c0-.3-.24-.54-.54-.54h-1.92c-.3 0-.54.24-.54.54m-4 26.9v-.66c0-.5.33-1.13.75-1.4C9.33 26.38 11 27.5 11 29v.44c0 .3.24.54.54.54h1.92c.3 0 .54-.24.54-.54v-.68c0-1.87-1.1-3.56-2.81-4.3C7.53 22.9 4 25.54 4 29v.44c0 .3.24.54.54.54h1.92c.3.01.54-.23.54-.53M4 14c0-2.76 2.24-5 5-5s5 2.23 5 5v4c0 2.76-2.24 5-5 5s-5-2.24-5-5zm7 0a2 2 0 1 0-4 0v4c0 1.1.9 2 2 2s2-.9 2-2z"/><path fill="#bebebe" d="M21.5 2.45v3.04c0 .84.69 1.55 1.53 1.53c.81-.02 1.47-.69 1.47-1.51V2.45c0-.25-.2-.45-.45-.45h-2.11c-.24 0-.44.2-.44.45M9 14c-.83 0-1.5-.67-1.5-1.5v-7C7.5 4.67 8.17 4 9 4s1.5.67 1.5 1.5v7c0 .82-.67 1.5-1.5 1.5m0 14c-.83 0-1.5-.67-1.5-1.5v-7c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v7c0 .82-.67 1.5-1.5 1.5m12.5-8.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5zm3 7.03v3.04c0 .25-.2.44-.44.45h-2.11c-.25 0-.45-.2-.45-.45V26.5c0-.82.65-1.48 1.47-1.5c.84-.02 1.53.69 1.53 1.53"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M23 2c-2.76 0-5 2.24-5 5v4c0 2.76 2.24 5 5 5c-2.76 0-5 2.24-5 5v4c0 2.76 2.24 5 5 5s5-2.24 5-5v-4c0-2.76-2.24-5-5-5c2.76 0 5-2.24 5-5V7c0-2.76-2.24-5-5-5m0 3c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2s-2-.9-2-2V7c0-1.1.9-2 2-2m2 16v4c0 1.1-.9 2-2 2s-2-.9-2-2v-4c0-1.1.9-2 2-2s2 .9 2 2M11 2.55v.66c0 .5-.33 1.13-.75 1.4C8.67 5.62 7 4.5 7 3v-.45c0-.3-.24-.54-.54-.54H4.54c-.3 0-.54.24-.54.54v.68c0 1.87 1.1 3.56 2.81 4.3C10.47 9.1 14 6.46 14 3v-.45c0-.3-.24-.54-.54-.54h-1.92c-.3 0-.54.24-.54.54m-4 26.9v-.66c0-.5.33-1.13.75-1.4C9.33 26.38 11 27.5 11 29v.44c0 .3.24.54.54.54h1.92c.3 0 .54-.24.54-.54v-.68c0-1.87-1.1-3.56-2.81-4.3C7.53 22.9 4 25.54 4 29v.44c0 .3.24.54.54.54h1.92c.3.01.54-.23.54-.53M4 14c0-2.76 2.24-5 5-5s5 2.23 5 5v4c0 2.76-2.24 5-5 5s-5-2.24-5-5zm7 0a2 2 0 1 0-4 0v4c0 1.1.9 2 2 2s2-.9 2-2z"/><path fill="#bebebe" d="M21.5 2.45v3.04c0 .84.69 1.55 1.53 1.53c.81-.02 1.47-.69 1.47-1.51V2.45c0-.25-.2-.45-.45-.45h-2.11c-.24 0-.44.2-.44.45M9 14c-.83 0-1.5-.67-1.5-1.5v-7C7.5 4.67 8.17 4 9 4s1.5.67 1.5 1.5v7c0 .82-.67 1.5-1.5 1.5m0 14c-.83 0-1.5-.67-1.5-1.5v-7c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v7c0 .82-.67 1.5-1.5 1.5m12.5-8.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5zm3 7.03v3.04c0 .25-.2.44-.44.45h-2.11c-.25 0-.45-.2-.45-.45V26.5c0-.82.65-1.48 1.47-1.5c.84-.02 1.53.69 1.53 1.53"/></g></svg>
</template>

CSS

.icon-chains {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M23%202c-2.76%200-5%202.24-5%205v4c0%202.76%202.24%205%205%205c-2.76%200-5%202.24-5%205v4c0%202.76%202.24%205%205%205s5-2.24%205-5v-4c0-2.76-2.24-5-5-5c2.76%200%205-2.24%205-5V7c0-2.76-2.24-5-5-5m0%203c1.1%200%202%20.9%202%202v4c0%201.1-.9%202-2%202s-2-.9-2-2V7c0-1.1.9-2%202-2m2%2016v4c0%201.1-.9%202-2%202s-2-.9-2-2v-4c0-1.1.9-2%202-2s2%20.9%202%202M11%202.55v.66c0%20.5-.33%201.13-.75%201.4C8.67%205.62%207%204.5%207%203v-.45c0-.3-.24-.54-.54-.54H4.54c-.3%200-.54.24-.54.54v.68c0%201.87%201.1%203.56%202.81%204.3C10.47%209.1%2014%206.46%2014%203v-.45c0-.3-.24-.54-.54-.54h-1.92c-.3%200-.54.24-.54.54m-4%2026.9v-.66c0-.5.33-1.13.75-1.4C9.33%2026.38%2011%2027.5%2011%2029v.44c0%20.3.24.54.54.54h1.92c.3%200%20.54-.24.54-.54v-.68c0-1.87-1.1-3.56-2.81-4.3C7.53%2022.9%204%2025.54%204%2029v.44c0%20.3.24.54.54.54h1.92c.3.01.54-.23.54-.53M4%2014c0-2.76%202.24-5%205-5s5%202.23%205%205v4c0%202.76-2.24%205-5%205s-5-2.24-5-5zm7%200a2%202%200%201%200-4%200v4c0%201.1.9%202%202%202s2-.9%202-2z%22%2F%3E%3Cpath%20fill%3D%22%23bebebe%22%20d%3D%22M21.5%202.45v3.04c0%20.84.69%201.55%201.53%201.53c.81-.02%201.47-.69%201.47-1.51V2.45c0-.25-.2-.45-.45-.45h-2.11c-.24%200-.44.2-.44.45M9%2014c-.83%200-1.5-.67-1.5-1.5v-7C7.5%204.67%208.17%204%209%204s1.5.67%201.5%201.5v7c0%20.82-.67%201.5-1.5%201.5m0%2014c-.83%200-1.5-.67-1.5-1.5v-7c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5v7c0%20.82-.67%201.5-1.5%201.5m12.5-8.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5v-7c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5zm3%207.03v3.04c0%20.25-.2.44-.44.45h-2.11c-.25%200-.45-.2-.45-.45V26.5c0-.82.65-1.48%201.47-1.5c.84-.02%201.53.69%201.53%201.53%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M23%202c-2.76%200-5%202.24-5%205v4c0%202.76%202.24%205%205%205c-2.76%200-5%202.24-5%205v4c0%202.76%202.24%205%205%205s5-2.24%205-5v-4c0-2.76-2.24-5-5-5c2.76%200%205-2.24%205-5V7c0-2.76-2.24-5-5-5m0%203c1.1%200%202%20.9%202%202v4c0%201.1-.9%202-2%202s-2-.9-2-2V7c0-1.1.9-2%202-2m2%2016v4c0%201.1-.9%202-2%202s-2-.9-2-2v-4c0-1.1.9-2%202-2s2%20.9%202%202M11%202.55v.66c0%20.5-.33%201.13-.75%201.4C8.67%205.62%207%204.5%207%203v-.45c0-.3-.24-.54-.54-.54H4.54c-.3%200-.54.24-.54.54v.68c0%201.87%201.1%203.56%202.81%204.3C10.47%209.1%2014%206.46%2014%203v-.45c0-.3-.24-.54-.54-.54h-1.92c-.3%200-.54.24-.54.54m-4%2026.9v-.66c0-.5.33-1.13.75-1.4C9.33%2026.38%2011%2027.5%2011%2029v.44c0%20.3.24.54.54.54h1.92c.3%200%20.54-.24.54-.54v-.68c0-1.87-1.1-3.56-2.81-4.3C7.53%2022.9%204%2025.54%204%2029v.44c0%20.3.24.54.54.54h1.92c.3.01.54-.23.54-.53M4%2014c0-2.76%202.24-5%205-5s5%202.23%205%205v4c0%202.76-2.24%205-5%205s-5-2.24-5-5zm7%200a2%202%200%201%200-4%200v4c0%201.1.9%202%202%202s2-.9%202-2z%22%2F%3E%3Cpath%20fill%3D%22%23bebebe%22%20d%3D%22M21.5%202.45v3.04c0%20.84.69%201.55%201.53%201.53c.81-.02%201.47-.69%201.47-1.51V2.45c0-.25-.2-.45-.45-.45h-2.11c-.24%200-.44.2-.44.45M9%2014c-.83%200-1.5-.67-1.5-1.5v-7C7.5%204.67%208.17%204%209%204s1.5.67%201.5%201.5v7c0%20.82-.67%201.5-1.5%201.5m0%2014c-.83%200-1.5-.67-1.5-1.5v-7c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5v7c0%20.82-.67%201.5-1.5%201.5m12.5-8.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5v-7c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5%201.5zm3%207.03v3.04c0%20.25-.2.44-.44.45h-2.11c-.25%200-.45-.2-.45-.45V26.5c0-.82.65-1.48%201.47-1.5c.84-.02%201.53.69%201.53%201.53%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/chains.svg?color=%231a73e8&size=48