live share icon
live-share from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- live-share
- Set
- Codicons
- Style
- Regular
- Viewbox
- 24×25
- License
- CC BY 4.0
Use the live share icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><path fill="currentColor" d="M9.75 2.068a.75.75 0 0 1 0 1.5H4.5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-2.25a.75.75 0 0 1 1.5 0v2.25a4.5 4.5 0 0 1-4.5 4.5h-12a4.5 4.5 0 0 1-4.5-4.5v-12a4.5 4.5 0 0 1 4.5-4.5zm6-1.5a.75.75 0 0 1 .502.192l7.5 6.75a.755.755 0 0 1 0 1.116l-7.5 6.75a.75.75 0 0 1-.502.192c-.495 0-.751-.421-.751-.75v-3.24c-4.784.438-8.028 4.749-8.842 6.139l-.237.437a.75.75 0 0 1-1.421-.336c0-13.716 10.222-13.467 10.5-13.481v-3.02l.007-.11c.027-.181.218-.64.743-.64zm.75 4.5a.75.75 0 0 1-.75.75c-3.881 0-6.265 1.568-7.715 3.785c-1.028 1.573-1.61 3.509-1.869 5.525a16.5 16.5 0 0 1 2.347-2.31c1.902-1.523 4.388-2.778 7.238-2.778a.75.75 0 0 1 .75.75v2.34l5.626-5.063l-5.626-5.065v2.065z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconLiveShare(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><path fill="currentColor" d="M9.75 2.068a.75.75 0 0 1 0 1.5H4.5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-2.25a.75.75 0 0 1 1.5 0v2.25a4.5 4.5 0 0 1-4.5 4.5h-12a4.5 4.5 0 0 1-4.5-4.5v-12a4.5 4.5 0 0 1 4.5-4.5zm6-1.5a.75.75 0 0 1 .502.192l7.5 6.75a.755.755 0 0 1 0 1.116l-7.5 6.75a.75.75 0 0 1-.502.192c-.495 0-.751-.421-.751-.75v-3.24c-4.784.438-8.028 4.749-8.842 6.139l-.237.437a.75.75 0 0 1-1.421-.336c0-13.716 10.222-13.467 10.5-13.481v-3.02l.007-.11c.027-.181.218-.64.743-.64zm.75 4.5a.75.75 0 0 1-.75.75c-3.881 0-6.265 1.568-7.715 3.785c-1.028 1.573-1.61 3.509-1.869 5.525a16.5 16.5 0 0 1 2.347-2.31c1.902-1.523 4.388-2.778 7.238-2.778a.75.75 0 0 1 .75.75v2.34l5.626-5.063l-5.626-5.065v2.065z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 25"><path fill="currentColor" d="M9.75 2.068a.75.75 0 0 1 0 1.5H4.5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-2.25a.75.75 0 0 1 1.5 0v2.25a4.5 4.5 0 0 1-4.5 4.5h-12a4.5 4.5 0 0 1-4.5-4.5v-12a4.5 4.5 0 0 1 4.5-4.5zm6-1.5a.75.75 0 0 1 .502.192l7.5 6.75a.755.755 0 0 1 0 1.116l-7.5 6.75a.75.75 0 0 1-.502.192c-.495 0-.751-.421-.751-.75v-3.24c-4.784.438-8.028 4.749-8.842 6.139l-.237.437a.75.75 0 0 1-1.421-.336c0-13.716 10.222-13.467 10.5-13.481v-3.02l.007-.11c.027-.181.218-.64.743-.64zm.75 4.5a.75.75 0 0 1-.75.75c-3.881 0-6.265 1.568-7.715 3.785c-1.028 1.573-1.61 3.509-1.869 5.525a16.5 16.5 0 0 1 2.347-2.31c1.902-1.523 4.388-2.778 7.238-2.778a.75.75 0 0 1 .75.75v2.34l5.626-5.063l-5.626-5.065v2.065z"/></svg> </template>
CSS
.icon-live-share {
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%2025%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.75%202.068a.75.75%200%200%201%200%201.5H4.5a3%203%200%200%200-3%203v12a3%203%200%200%200%203%203h12a3%203%200%200%200%203-3v-2.25a.75.75%200%200%201%201.5%200v2.25a4.5%204.5%200%200%201-4.5%204.5h-12a4.5%204.5%200%200%201-4.5-4.5v-12a4.5%204.5%200%200%201%204.5-4.5zm6-1.5a.75.75%200%200%201%20.502.192l7.5%206.75a.755.755%200%200%201%200%201.116l-7.5%206.75a.75.75%200%200%201-.502.192c-.495%200-.751-.421-.751-.75v-3.24c-4.784.438-8.028%204.749-8.842%206.139l-.237.437a.75.75%200%200%201-1.421-.336c0-13.716%2010.222-13.467%2010.5-13.481v-3.02l.007-.11c.027-.181.218-.64.743-.64zm.75%204.5a.75.75%200%200%201-.75.75c-3.881%200-6.265%201.568-7.715%203.785c-1.028%201.573-1.61%203.509-1.869%205.525a16.5%2016.5%200%200%201%202.347-2.31c1.902-1.523%204.388-2.778%207.238-2.778a.75.75%200%200%201%20.75.75v2.34l5.626-5.063l-5.626-5.065v2.065z%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%2025%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.75%202.068a.75.75%200%200%201%200%201.5H4.5a3%203%200%200%200-3%203v12a3%203%200%200%200%203%203h12a3%203%200%200%200%203-3v-2.25a.75.75%200%200%201%201.5%200v2.25a4.5%204.5%200%200%201-4.5%204.5h-12a4.5%204.5%200%200%201-4.5-4.5v-12a4.5%204.5%200%200%201%204.5-4.5zm6-1.5a.75.75%200%200%201%20.502.192l7.5%206.75a.755.755%200%200%201%200%201.116l-7.5%206.75a.75.75%200%200%201-.502.192c-.495%200-.751-.421-.751-.75v-3.24c-4.784.438-8.028%204.749-8.842%206.139l-.237.437a.75.75%200%200%201-1.421-.336c0-13.716%2010.222-13.467%2010.5-13.481v-3.02l.007-.11c.027-.181.218-.64.743-.64zm.75%204.5a.75.75%200%200%201-.75.75c-3.881%200-6.265%201.568-7.715%203.785c-1.028%201.573-1.61%203.509-1.869%205.525a16.5%2016.5%200%200%201%202.347-2.31c1.902-1.523%204.388-2.778%207.238-2.778a.75.75%200%200%201%20.75.75v2.34l5.626-5.063l-5.626-5.065v2.065z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/live-share.svg?color=%231a73e8&size=48