broken chain emoji
broken-chain from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- broken-chain
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the broken chain emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M28.457 3.54a5.26 5.26 0 0 0-7.44 0L18.04 6.518a5.27 5.27 0 0 0-1.301 5.293l2.484-2.484c.329-.329.722-.55 1.14-.666l2.886-2.887a2.104 2.104 0 1 1 2.976 2.977l-2.585 2.585a2.58 2.58 0 0 1-.753 1.654l-2.365 2.364a5.26 5.26 0 0 0 4.959-1.393l2.976-2.977a5.26 5.26 0 0 0 0-7.442"/><path d="m22.18 12.282l-3.927 3.926l-.003.002c-.47.469-1.355.343-1.974-.28c-.62-.623-.74-1.507-.27-1.976l.038-.035l3.886-3.886a1.59 1.59 0 0 1 2.25 0a1.59 1.59 0 0 1 0 2.249M11.782 16.73a5.26 5.26 0 0 0-5.266 1.31L3.54 21.018a5.263 5.263 0 0 0 7.44 7.442l2.977-2.976a5.26 5.26 0 0 0 1.388-4.989L12.85 22.99a2.58 2.58 0 0 1-1.612.747l-2.49 2.49a2.11 2.11 0 0 1-2.976 0a2.11 2.11 0 0 1 0-2.977l2.737-2.737a2.6 2.6 0 0 1 .678-1.186z"/><path d="M9.894 20.034a1.59 1.59 0 0 0 0 2.249a1.595 1.595 0 0 0 2.249 0l3.231-3.232l.052-.047c.471-.469.35-1.354-.27-1.977c-.619-.623-1.503-.748-1.974-.28l-.042.045l-.003-.002zM12.01 4.762a1 1 0 1 0-1.94.487l.96 2.964a1 1 0 1 0 1.94-.487zm-7.717.487a.996.996 0 0 1 1.414 0l4 4.02a1.01 1.01 0 0 1 0 1.421a.996.996 0 0 1-1.414 0l-4-4.02a1.01 1.01 0 0 1 0-1.421m-.018 5.774a1.006 1.006 0 0 0-.55 1.933l3.5 1.005a1.006 1.006 0 0 0 .55-1.933zm24.686 9.263a1 1 0 0 1-1.236.69l-3.5-1.004a1.006 1.006 0 0 1 .55-1.933l3.5 1.005c.53.152.838.709.686 1.242m-2.668 6.465a.996.996 0 0 0 1.414 0a1.01 1.01 0 0 0 0-1.421l-4-4.02a.996.996 0 0 0-1.414 0a1.01 1.01 0 0 0 0 1.42zm-5.09 1.219a1 1 0 0 1-1.213-.732l-.96-2.964a1 1 0 1 1 1.94-.488l.96 2.965a1.005 1.005 0 0 1-.727 1.219"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBrokenChain(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M28.457 3.54a5.26 5.26 0 0 0-7.44 0L18.04 6.518a5.27 5.27 0 0 0-1.301 5.293l2.484-2.484c.329-.329.722-.55 1.14-.666l2.886-2.887a2.104 2.104 0 1 1 2.976 2.977l-2.585 2.585a2.58 2.58 0 0 1-.753 1.654l-2.365 2.364a5.26 5.26 0 0 0 4.959-1.393l2.976-2.977a5.26 5.26 0 0 0 0-7.442"/><path d="m22.18 12.282l-3.927 3.926l-.003.002c-.47.469-1.355.343-1.974-.28c-.62-.623-.74-1.507-.27-1.976l.038-.035l3.886-3.886a1.59 1.59 0 0 1 2.25 0a1.59 1.59 0 0 1 0 2.249M11.782 16.73a5.26 5.26 0 0 0-5.266 1.31L3.54 21.018a5.263 5.263 0 0 0 7.44 7.442l2.977-2.976a5.26 5.26 0 0 0 1.388-4.989L12.85 22.99a2.58 2.58 0 0 1-1.612.747l-2.49 2.49a2.11 2.11 0 0 1-2.976 0a2.11 2.11 0 0 1 0-2.977l2.737-2.737a2.6 2.6 0 0 1 .678-1.186z"/><path d="M9.894 20.034a1.59 1.59 0 0 0 0 2.249a1.595 1.595 0 0 0 2.249 0l3.231-3.232l.052-.047c.471-.469.35-1.354-.27-1.977c-.619-.623-1.503-.748-1.974-.28l-.042.045l-.003-.002zM12.01 4.762a1 1 0 1 0-1.94.487l.96 2.964a1 1 0 1 0 1.94-.487zm-7.717.487a.996.996 0 0 1 1.414 0l4 4.02a1.01 1.01 0 0 1 0 1.421a.996.996 0 0 1-1.414 0l-4-4.02a1.01 1.01 0 0 1 0-1.421m-.018 5.774a1.006 1.006 0 0 0-.55 1.933l3.5 1.005a1.006 1.006 0 0 0 .55-1.933zm24.686 9.263a1 1 0 0 1-1.236.69l-3.5-1.004a1.006 1.006 0 0 1 .55-1.933l3.5 1.005c.53.152.838.709.686 1.242m-2.668 6.465a.996.996 0 0 0 1.414 0a1.01 1.01 0 0 0 0-1.421l-4-4.02a.996.996 0 0 0-1.414 0a1.01 1.01 0 0 0 0 1.42zm-5.09 1.219a1 1 0 0 1-1.213-.732l-.96-2.964a1 1 0 1 1 1.94-.488l.96 2.965a1.005 1.005 0 0 1-.727 1.219"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M28.457 3.54a5.26 5.26 0 0 0-7.44 0L18.04 6.518a5.27 5.27 0 0 0-1.301 5.293l2.484-2.484c.329-.329.722-.55 1.14-.666l2.886-2.887a2.104 2.104 0 1 1 2.976 2.977l-2.585 2.585a2.58 2.58 0 0 1-.753 1.654l-2.365 2.364a5.26 5.26 0 0 0 4.959-1.393l2.976-2.977a5.26 5.26 0 0 0 0-7.442"/><path d="m22.18 12.282l-3.927 3.926l-.003.002c-.47.469-1.355.343-1.974-.28c-.62-.623-.74-1.507-.27-1.976l.038-.035l3.886-3.886a1.59 1.59 0 0 1 2.25 0a1.59 1.59 0 0 1 0 2.249M11.782 16.73a5.26 5.26 0 0 0-5.266 1.31L3.54 21.018a5.263 5.263 0 0 0 7.44 7.442l2.977-2.976a5.26 5.26 0 0 0 1.388-4.989L12.85 22.99a2.58 2.58 0 0 1-1.612.747l-2.49 2.49a2.11 2.11 0 0 1-2.976 0a2.11 2.11 0 0 1 0-2.977l2.737-2.737a2.6 2.6 0 0 1 .678-1.186z"/><path d="M9.894 20.034a1.59 1.59 0 0 0 0 2.249a1.595 1.595 0 0 0 2.249 0l3.231-3.232l.052-.047c.471-.469.35-1.354-.27-1.977c-.619-.623-1.503-.748-1.974-.28l-.042.045l-.003-.002zM12.01 4.762a1 1 0 1 0-1.94.487l.96 2.964a1 1 0 1 0 1.94-.487zm-7.717.487a.996.996 0 0 1 1.414 0l4 4.02a1.01 1.01 0 0 1 0 1.421a.996.996 0 0 1-1.414 0l-4-4.02a1.01 1.01 0 0 1 0-1.421m-.018 5.774a1.006 1.006 0 0 0-.55 1.933l3.5 1.005a1.006 1.006 0 0 0 .55-1.933zm24.686 9.263a1 1 0 0 1-1.236.69l-3.5-1.004a1.006 1.006 0 0 1 .55-1.933l3.5 1.005c.53.152.838.709.686 1.242m-2.668 6.465a.996.996 0 0 0 1.414 0a1.01 1.01 0 0 0 0-1.421l-4-4.02a.996.996 0 0 0-1.414 0a1.01 1.01 0 0 0 0 1.42zm-5.09 1.219a1 1 0 0 1-1.213-.732l-.96-2.964a1 1 0 1 1 1.94-.488l.96 2.965a1.005 1.005 0 0 1-.727 1.219"/></g></svg> </template>
CSS
.icon-broken-chain {
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%22currentColor%22%3E%3Cpath%20d%3D%22M28.457%203.54a5.26%205.26%200%200%200-7.44%200L18.04%206.518a5.27%205.27%200%200%200-1.301%205.293l2.484-2.484c.329-.329.722-.55%201.14-.666l2.886-2.887a2.104%202.104%200%201%201%202.976%202.977l-2.585%202.585a2.58%202.58%200%200%201-.753%201.654l-2.365%202.364a5.26%205.26%200%200%200%204.959-1.393l2.976-2.977a5.26%205.26%200%200%200%200-7.442%22%2F%3E%3Cpath%20d%3D%22m22.18%2012.282l-3.927%203.926l-.003.002c-.47.469-1.355.343-1.974-.28c-.62-.623-.74-1.507-.27-1.976l.038-.035l3.886-3.886a1.59%201.59%200%200%201%202.25%200a1.59%201.59%200%200%201%200%202.249M11.782%2016.73a5.26%205.26%200%200%200-5.266%201.31L3.54%2021.018a5.263%205.263%200%200%200%207.44%207.442l2.977-2.976a5.26%205.26%200%200%200%201.388-4.989L12.85%2022.99a2.58%202.58%200%200%201-1.612.747l-2.49%202.49a2.11%202.11%200%200%201-2.976%200a2.11%202.11%200%200%201%200-2.977l2.737-2.737a2.6%202.6%200%200%201%20.678-1.186z%22%2F%3E%3Cpath%20d%3D%22M9.894%2020.034a1.59%201.59%200%200%200%200%202.249a1.595%201.595%200%200%200%202.249%200l3.231-3.232l.052-.047c.471-.469.35-1.354-.27-1.977c-.619-.623-1.503-.748-1.974-.28l-.042.045l-.003-.002zM12.01%204.762a1%201%200%201%200-1.94.487l.96%202.964a1%201%200%201%200%201.94-.487zm-7.717.487a.996.996%200%200%201%201.414%200l4%204.02a1.01%201.01%200%200%201%200%201.421a.996.996%200%200%201-1.414%200l-4-4.02a1.01%201.01%200%200%201%200-1.421m-.018%205.774a1.006%201.006%200%200%200-.55%201.933l3.5%201.005a1.006%201.006%200%200%200%20.55-1.933zm24.686%209.263a1%201%200%200%201-1.236.69l-3.5-1.004a1.006%201.006%200%200%201%20.55-1.933l3.5%201.005c.53.152.838.709.686%201.242m-2.668%206.465a.996.996%200%200%200%201.414%200a1.01%201.01%200%200%200%200-1.421l-4-4.02a.996.996%200%200%200-1.414%200a1.01%201.01%200%200%200%200%201.42zm-5.09%201.219a1%201%200%200%201-1.213-.732l-.96-2.964a1%201%200%201%201%201.94-.488l.96%202.965a1.005%201.005%200%200%201-.727%201.219%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%22currentColor%22%3E%3Cpath%20d%3D%22M28.457%203.54a5.26%205.26%200%200%200-7.44%200L18.04%206.518a5.27%205.27%200%200%200-1.301%205.293l2.484-2.484c.329-.329.722-.55%201.14-.666l2.886-2.887a2.104%202.104%200%201%201%202.976%202.977l-2.585%202.585a2.58%202.58%200%200%201-.753%201.654l-2.365%202.364a5.26%205.26%200%200%200%204.959-1.393l2.976-2.977a5.26%205.26%200%200%200%200-7.442%22%2F%3E%3Cpath%20d%3D%22m22.18%2012.282l-3.927%203.926l-.003.002c-.47.469-1.355.343-1.974-.28c-.62-.623-.74-1.507-.27-1.976l.038-.035l3.886-3.886a1.59%201.59%200%200%201%202.25%200a1.59%201.59%200%200%201%200%202.249M11.782%2016.73a5.26%205.26%200%200%200-5.266%201.31L3.54%2021.018a5.263%205.263%200%200%200%207.44%207.442l2.977-2.976a5.26%205.26%200%200%200%201.388-4.989L12.85%2022.99a2.58%202.58%200%200%201-1.612.747l-2.49%202.49a2.11%202.11%200%200%201-2.976%200a2.11%202.11%200%200%201%200-2.977l2.737-2.737a2.6%202.6%200%200%201%20.678-1.186z%22%2F%3E%3Cpath%20d%3D%22M9.894%2020.034a1.59%201.59%200%200%200%200%202.249a1.595%201.595%200%200%200%202.249%200l3.231-3.232l.052-.047c.471-.469.35-1.354-.27-1.977c-.619-.623-1.503-.748-1.974-.28l-.042.045l-.003-.002zM12.01%204.762a1%201%200%201%200-1.94.487l.96%202.964a1%201%200%201%200%201.94-.487zm-7.717.487a.996.996%200%200%201%201.414%200l4%204.02a1.01%201.01%200%200%201%200%201.421a.996.996%200%200%201-1.414%200l-4-4.02a1.01%201.01%200%200%201%200-1.421m-.018%205.774a1.006%201.006%200%200%200-.55%201.933l3.5%201.005a1.006%201.006%200%200%200%20.55-1.933zm24.686%209.263a1%201%200%200%201-1.236.69l-3.5-1.004a1.006%201.006%200%200%201%20.55-1.933l3.5%201.005c.53.152.838.709.686%201.242m-2.668%206.465a.996.996%200%200%200%201.414%200a1.01%201.01%200%200%200%200-1.421l-4-4.02a.996.996%200%200%200-1.414%200a1.01%201.01%200%200%200%200%201.42zm-5.09%201.219a1%201%200%200%201-1.213-.732l-.96-2.964a1%201%200%201%201%201.94-.488l.96%202.965a1.005%201.005%200%200%201-.727%201.219%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-high-contrast/broken-chain.svg?color=%231a73e8&size=48