cytoscapedotjs logo
cytoscapedotjs from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- cytoscapedotjs
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the cytoscapedotjs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 0v24H0V0zm-4.842 7.26a1.86 1.86 0 0 0-1.841 1.61l-2.71.683a1.86 1.86 0 0 0-1.55-.834a1.858 1.858 0 1 0 .738 3.563l1.792 1.83l-.049.093l-2.345-.316a1.86 1.86 0 1 0-1.826 2.2a1.86 1.86 0 0 0 1.636-.977l2.346.316q.032.211.107.412l-.984.867a1.1 1.1 0 0 0-.318-.046a1.134 1.134 0 1 0 1.124.987l.945-.832a2.05 2.05 0 0 0 1.402.342l.835 1.665a1.85 1.85 0 0 0-.501 1.27a1.858 1.858 0 1 0 1.597-1.84l-.803-1.605a2.05 2.05 0 0 0 .683-1.53a2.06 2.06 0 0 0-.936-1.725l.735-2.419a1.858 1.858 0 0 0-.077-3.714m-1.582 2.832c.125.202.287.378.477.519l-.745 2.452a2.05 2.05 0 0 0-.819.201l-1.787-1.824a1.9 1.9 0 0 0 .203-.674z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCytoscapedotjs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 0v24H0V0zm-4.842 7.26a1.86 1.86 0 0 0-1.841 1.61l-2.71.683a1.86 1.86 0 0 0-1.55-.834a1.858 1.858 0 1 0 .738 3.563l1.792 1.83l-.049.093l-2.345-.316a1.86 1.86 0 1 0-1.826 2.2a1.86 1.86 0 0 0 1.636-.977l2.346.316q.032.211.107.412l-.984.867a1.1 1.1 0 0 0-.318-.046a1.134 1.134 0 1 0 1.124.987l.945-.832a2.05 2.05 0 0 0 1.402.342l.835 1.665a1.85 1.85 0 0 0-.501 1.27a1.858 1.858 0 1 0 1.597-1.84l-.803-1.605a2.05 2.05 0 0 0 .683-1.53a2.06 2.06 0 0 0-.936-1.725l.735-2.419a1.858 1.858 0 0 0-.077-3.714m-1.582 2.832c.125.202.287.378.477.519l-.745 2.452a2.05 2.05 0 0 0-.819.201l-1.787-1.824a1.9 1.9 0 0 0 .203-.674z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M24 0v24H0V0zm-4.842 7.26a1.86 1.86 0 0 0-1.841 1.61l-2.71.683a1.86 1.86 0 0 0-1.55-.834a1.858 1.858 0 1 0 .738 3.563l1.792 1.83l-.049.093l-2.345-.316a1.86 1.86 0 1 0-1.826 2.2a1.86 1.86 0 0 0 1.636-.977l2.346.316q.032.211.107.412l-.984.867a1.1 1.1 0 0 0-.318-.046a1.134 1.134 0 1 0 1.124.987l.945-.832a2.05 2.05 0 0 0 1.402.342l.835 1.665a1.85 1.85 0 0 0-.501 1.27a1.858 1.858 0 1 0 1.597-1.84l-.803-1.605a2.05 2.05 0 0 0 .683-1.53a2.06 2.06 0 0 0-.936-1.725l.735-2.419a1.858 1.858 0 0 0-.077-3.714m-1.582 2.832c.125.202.287.378.477.519l-.745 2.452a2.05 2.05 0 0 0-.819.201l-1.787-1.824a1.9 1.9 0 0 0 .203-.674z"/></svg> </template>
CSS
.icon-cytoscapedotjs {
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%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%200v24H0V0zm-4.842%207.26a1.86%201.86%200%200%200-1.841%201.61l-2.71.683a1.86%201.86%200%200%200-1.55-.834a1.858%201.858%200%201%200%20.738%203.563l1.792%201.83l-.049.093l-2.345-.316a1.86%201.86%200%201%200-1.826%202.2a1.86%201.86%200%200%200%201.636-.977l2.346.316q.032.211.107.412l-.984.867a1.1%201.1%200%200%200-.318-.046a1.134%201.134%200%201%200%201.124.987l.945-.832a2.05%202.05%200%200%200%201.402.342l.835%201.665a1.85%201.85%200%200%200-.501%201.27a1.858%201.858%200%201%200%201.597-1.84l-.803-1.605a2.05%202.05%200%200%200%20.683-1.53a2.06%202.06%200%200%200-.936-1.725l.735-2.419a1.858%201.858%200%200%200-.077-3.714m-1.582%202.832c.125.202.287.378.477.519l-.745%202.452a2.05%202.05%200%200%200-.819.201l-1.787-1.824a1.9%201.9%200%200%200%20.203-.674z%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%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%200v24H0V0zm-4.842%207.26a1.86%201.86%200%200%200-1.841%201.61l-2.71.683a1.86%201.86%200%200%200-1.55-.834a1.858%201.858%200%201%200%20.738%203.563l1.792%201.83l-.049.093l-2.345-.316a1.86%201.86%200%201%200-1.826%202.2a1.86%201.86%200%200%200%201.636-.977l2.346.316q.032.211.107.412l-.984.867a1.1%201.1%200%200%200-.318-.046a1.134%201.134%200%201%200%201.124.987l.945-.832a2.05%202.05%200%200%200%201.402.342l.835%201.665a1.85%201.85%200%200%200-.501%201.27a1.858%201.858%200%201%200%201.597-1.84l-.803-1.605a2.05%202.05%200%200%200%20.683-1.53a2.06%202.06%200%200%200-.936-1.725l.735-2.419a1.858%201.858%200%200%200-.077-3.714m-1.582%202.832c.125.202.287.378.477.519l-.745%202.452a2.05%202.05%200%200%200-.819.201l-1.787-1.824a1.9%201.9%200%200%200%20.203-.674z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/cytoscapedotjs.svg?color=%231a73e8&size=48