broken chain emoji
broken-chain from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- broken-chain
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the broken chain emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><rect width="50" height="18" x="11" y="29.632" fill="#fff" stroke="#fff" rx="9" ry="9" transform="rotate(-45 36 38.632)"/><path fill="#9b9b9a" stroke="#9b9b9a" d="M18.322 56.31a9 9 0 0 1 0-12.729l11.314-11.313a9 9 0 0 1 12.728 0l-3.536 3.535a4 4 0 0 0-5.656 0L21.858 47.117a4 4 0 0 0 0 5.657z"/><path fill="#d0cfce" stroke="#d0cfce" d="m40.95 20.954l3.535 3.536a4 4 0 0 1 5.657 5.657L38.828 41.46a4 4 0 0 1-5.657-5.657l7.072-7.07l-3.536-3.536l-7.071 7.07a9 9 0 0 0 12.728 12.729l11.314-11.314A9 9 0 0 0 40.95 20.954"/><path fill="#9b9b9a" stroke="#9b9b9a" d="M21.858 52.774a4 4 0 0 0 5.657 0L38.828 41.46a4 4 0 0 0 0-5.657l3.536-3.535a9 9 0 0 1 0 12.728L31.05 56.31a9 9 0 0 1-12.728 0z"/><circle cx="37" cy="21" r="2" fill="#fff" stroke="#fff"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M42.364 32.268h0a9 9 0 0 1 0 12.728L31.05 56.309a9 9 0 0 1-12.728 0h0"/><path stroke-miterlimit="10" d="M18.322 56.31a9 9 0 0 1 0-12.729l4.69-4.689m1.411 5.66l-2.565 2.565a4 4 0 0 0 0 5.657m0 0h0a4 4 0 0 0 5.657 0L38.828 41.46a4 4 0 0 0 0-5.657h0m2.122-14.849a9 9 0 0 1 12.728 0h0"/><path stroke-miterlimit="10" d="M29.636 44.996h0a9 9 0 0 1 0-12.728l7.071-7.071m16.971-4.243a9 9 0 0 1 0 12.728l-4.69 4.69m-1.411-5.66l2.565-2.566a4 4 0 0 0 0-5.656"/><path stroke-miterlimit="10" d="m40.243 28.732l-7.071 7.071a4 4 0 0 0 0 5.657h0m16.97-16.97h0a4 4 0 0 0-5.657 0"/><path stroke-linejoin="round" d="m33.879 18.126l-4.243-4.243m8.485 2.828v-5.656M26.808 22.368h5.657"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBrokenChain(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><rect width="50" height="18" x="11" y="29.632" fill="#fff" stroke="#fff" rx="9" ry="9" transform="rotate(-45 36 38.632)"/><path fill="#9b9b9a" stroke="#9b9b9a" d="M18.322 56.31a9 9 0 0 1 0-12.729l11.314-11.313a9 9 0 0 1 12.728 0l-3.536 3.535a4 4 0 0 0-5.656 0L21.858 47.117a4 4 0 0 0 0 5.657z"/><path fill="#d0cfce" stroke="#d0cfce" d="m40.95 20.954l3.535 3.536a4 4 0 0 1 5.657 5.657L38.828 41.46a4 4 0 0 1-5.657-5.657l7.072-7.07l-3.536-3.536l-7.071 7.07a9 9 0 0 0 12.728 12.729l11.314-11.314A9 9 0 0 0 40.95 20.954"/><path fill="#9b9b9a" stroke="#9b9b9a" d="M21.858 52.774a4 4 0 0 0 5.657 0L38.828 41.46a4 4 0 0 0 0-5.657l3.536-3.535a9 9 0 0 1 0 12.728L31.05 56.31a9 9 0 0 1-12.728 0z"/><circle cx="37" cy="21" r="2" fill="#fff" stroke="#fff"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="2"><path strokeMiterlimit="10" d="M42.364 32.268h0a9 9 0 0 1 0 12.728L31.05 56.309a9 9 0 0 1-12.728 0h0"/><path strokeMiterlimit="10" d="M18.322 56.31a9 9 0 0 1 0-12.729l4.69-4.689m1.411 5.66l-2.565 2.565a4 4 0 0 0 0 5.657m0 0h0a4 4 0 0 0 5.657 0L38.828 41.46a4 4 0 0 0 0-5.657h0m2.122-14.849a9 9 0 0 1 12.728 0h0"/><path strokeMiterlimit="10" d="M29.636 44.996h0a9 9 0 0 1 0-12.728l7.071-7.071m16.971-4.243a9 9 0 0 1 0 12.728l-4.69 4.69m-1.411-5.66l2.565-2.566a4 4 0 0 0 0-5.656"/><path strokeMiterlimit="10" d="m40.243 28.732l-7.071 7.071a4 4 0 0 0 0 5.657h0m16.97-16.97h0a4 4 0 0 0-5.657 0"/><path strokeLinejoin="round" d="m33.879 18.126l-4.243-4.243m8.485 2.828v-5.656M26.808 22.368h5.657"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><rect width="50" height="18" x="11" y="29.632" fill="#fff" stroke="#fff" rx="9" ry="9" transform="rotate(-45 36 38.632)"/><path fill="#9b9b9a" stroke="#9b9b9a" d="M18.322 56.31a9 9 0 0 1 0-12.729l11.314-11.313a9 9 0 0 1 12.728 0l-3.536 3.535a4 4 0 0 0-5.656 0L21.858 47.117a4 4 0 0 0 0 5.657z"/><path fill="#d0cfce" stroke="#d0cfce" d="m40.95 20.954l3.535 3.536a4 4 0 0 1 5.657 5.657L38.828 41.46a4 4 0 0 1-5.657-5.657l7.072-7.07l-3.536-3.536l-7.071 7.07a9 9 0 0 0 12.728 12.729l11.314-11.314A9 9 0 0 0 40.95 20.954"/><path fill="#9b9b9a" stroke="#9b9b9a" d="M21.858 52.774a4 4 0 0 0 5.657 0L38.828 41.46a4 4 0 0 0 0-5.657l3.536-3.535a9 9 0 0 1 0 12.728L31.05 56.31a9 9 0 0 1-12.728 0z"/><circle cx="37" cy="21" r="2" fill="#fff" stroke="#fff"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-miterlimit="10" d="M42.364 32.268h0a9 9 0 0 1 0 12.728L31.05 56.309a9 9 0 0 1-12.728 0h0"/><path stroke-miterlimit="10" d="M18.322 56.31a9 9 0 0 1 0-12.729l4.69-4.689m1.411 5.66l-2.565 2.565a4 4 0 0 0 0 5.657m0 0h0a4 4 0 0 0 5.657 0L38.828 41.46a4 4 0 0 0 0-5.657h0m2.122-14.849a9 9 0 0 1 12.728 0h0"/><path stroke-miterlimit="10" d="M29.636 44.996h0a9 9 0 0 1 0-12.728l7.071-7.071m16.971-4.243a9 9 0 0 1 0 12.728l-4.69 4.69m-1.411-5.66l2.565-2.566a4 4 0 0 0 0-5.656"/><path stroke-miterlimit="10" d="m40.243 28.732l-7.071 7.071a4 4 0 0 0 0 5.657h0m16.97-16.97h0a4 4 0 0 0-5.657 0"/><path stroke-linejoin="round" d="m33.879 18.126l-4.243-4.243m8.485 2.828v-5.656M26.808 22.368h5.657"/></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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Crect%20width%3D%2250%22%20height%3D%2218%22%20x%3D%2211%22%20y%3D%2229.632%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20rx%3D%229%22%20ry%3D%229%22%20transform%3D%22rotate(-45%2036%2038.632)%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20d%3D%22M18.322%2056.31a9%209%200%200%201%200-12.729l11.314-11.313a9%209%200%200%201%2012.728%200l-3.536%203.535a4%204%200%200%200-5.656%200L21.858%2047.117a4%204%200%200%200%200%205.657z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20d%3D%22m40.95%2020.954l3.535%203.536a4%204%200%200%201%205.657%205.657L38.828%2041.46a4%204%200%200%201-5.657-5.657l7.072-7.07l-3.536-3.536l-7.071%207.07a9%209%200%200%200%2012.728%2012.729l11.314-11.314A9%209%200%200%200%2040.95%2020.954%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20d%3D%22M21.858%2052.774a4%204%200%200%200%205.657%200L38.828%2041.46a4%204%200%200%200%200-5.657l3.536-3.535a9%209%200%200%201%200%2012.728L31.05%2056.31a9%209%200%200%201-12.728%200z%22%2F%3E%3Ccircle%20cx%3D%2237%22%20cy%3D%2221%22%20r%3D%222%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M42.364%2032.268h0a9%209%200%200%201%200%2012.728L31.05%2056.309a9%209%200%200%201-12.728%200h0%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M18.322%2056.31a9%209%200%200%201%200-12.729l4.69-4.689m1.411%205.66l-2.565%202.565a4%204%200%200%200%200%205.657m0%200h0a4%204%200%200%200%205.657%200L38.828%2041.46a4%204%200%200%200%200-5.657h0m2.122-14.849a9%209%200%200%201%2012.728%200h0%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M29.636%2044.996h0a9%209%200%200%201%200-12.728l7.071-7.071m16.971-4.243a9%209%200%200%201%200%2012.728l-4.69%204.69m-1.411-5.66l2.565-2.566a4%204%200%200%200%200-5.656%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m40.243%2028.732l-7.071%207.071a4%204%200%200%200%200%205.657h0m16.97-16.97h0a4%204%200%200%200-5.657%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m33.879%2018.126l-4.243-4.243m8.485%202.828v-5.656M26.808%2022.368h5.657%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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Crect%20width%3D%2250%22%20height%3D%2218%22%20x%3D%2211%22%20y%3D%2229.632%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20rx%3D%229%22%20ry%3D%229%22%20transform%3D%22rotate(-45%2036%2038.632)%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20d%3D%22M18.322%2056.31a9%209%200%200%201%200-12.729l11.314-11.313a9%209%200%200%201%2012.728%200l-3.536%203.535a4%204%200%200%200-5.656%200L21.858%2047.117a4%204%200%200%200%200%205.657z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20d%3D%22m40.95%2020.954l3.535%203.536a4%204%200%200%201%205.657%205.657L38.828%2041.46a4%204%200%200%201-5.657-5.657l7.072-7.07l-3.536-3.536l-7.071%207.07a9%209%200%200%200%2012.728%2012.729l11.314-11.314A9%209%200%200%200%2040.95%2020.954%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20stroke%3D%22%239b9b9a%22%20d%3D%22M21.858%2052.774a4%204%200%200%200%205.657%200L38.828%2041.46a4%204%200%200%200%200-5.657l3.536-3.535a9%209%200%200%201%200%2012.728L31.05%2056.31a9%209%200%200%201-12.728%200z%22%2F%3E%3Ccircle%20cx%3D%2237%22%20cy%3D%2221%22%20r%3D%222%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M42.364%2032.268h0a9%209%200%200%201%200%2012.728L31.05%2056.309a9%209%200%200%201-12.728%200h0%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M18.322%2056.31a9%209%200%200%201%200-12.729l4.69-4.689m1.411%205.66l-2.565%202.565a4%204%200%200%200%200%205.657m0%200h0a4%204%200%200%200%205.657%200L38.828%2041.46a4%204%200%200%200%200-5.657h0m2.122-14.849a9%209%200%200%201%2012.728%200h0%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M29.636%2044.996h0a9%209%200%200%201%200-12.728l7.071-7.071m16.971-4.243a9%209%200%200%201%200%2012.728l-4.69%204.69m-1.411-5.66l2.565-2.566a4%204%200%200%200%200-5.656%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m40.243%2028.732l-7.071%207.071a4%204%200%200%200%200%205.657h0m16.97-16.97h0a4%204%200%200%200-5.657%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m33.879%2018.126l-4.243-4.243m8.485%202.828v-5.656M26.808%2022.368h5.657%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/broken-chain.svg?color=%231a73e8&size=48