codestream logo
codestream from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- codestream
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the codestream logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.54 18.246a6.46 6.46 0 0 1 0-12.58V1.22a.432.432 0 0 0-.745-.294l-9.36 9.971a1.61 1.61 0 0 0 0 2.201l9.36 9.976a.432.432 0 0 0 .746-.295zm2.92 0a6.46 6.46 0 0 0 0-12.58V1.22a.432.432 0 0 1 .746-.294l9.36 9.971a1.61 1.61 0 0 1 0 2.201l-9.36 9.976a.432.432 0 0 1-.747-.295zm2.263-6.29a3.728 3.73 0 0 1-3.728 3.73a3.728 3.73 0 0 1-3.727-3.73a3.728 3.73 0 0 1 3.727-3.731a3.728 3.73 0 0 1 3.728 3.73"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCodestream(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="M10.54 18.246a6.46 6.46 0 0 1 0-12.58V1.22a.432.432 0 0 0-.745-.294l-9.36 9.971a1.61 1.61 0 0 0 0 2.201l9.36 9.976a.432.432 0 0 0 .746-.295zm2.92 0a6.46 6.46 0 0 0 0-12.58V1.22a.432.432 0 0 1 .746-.294l9.36 9.971a1.61 1.61 0 0 1 0 2.201l-9.36 9.976a.432.432 0 0 1-.747-.295zm2.263-6.29a3.728 3.73 0 0 1-3.728 3.73a3.728 3.73 0 0 1-3.727-3.73a3.728 3.73 0 0 1 3.727-3.731a3.728 3.73 0 0 1 3.728 3.73"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.54 18.246a6.46 6.46 0 0 1 0-12.58V1.22a.432.432 0 0 0-.745-.294l-9.36 9.971a1.61 1.61 0 0 0 0 2.201l9.36 9.976a.432.432 0 0 0 .746-.295zm2.92 0a6.46 6.46 0 0 0 0-12.58V1.22a.432.432 0 0 1 .746-.294l9.36 9.971a1.61 1.61 0 0 1 0 2.201l-9.36 9.976a.432.432 0 0 1-.747-.295zm2.263-6.29a3.728 3.73 0 0 1-3.728 3.73a3.728 3.73 0 0 1-3.727-3.73a3.728 3.73 0 0 1 3.727-3.731a3.728 3.73 0 0 1 3.728 3.73"/></svg> </template>
CSS
.icon-codestream {
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%22M10.54%2018.246a6.46%206.46%200%200%201%200-12.58V1.22a.432.432%200%200%200-.745-.294l-9.36%209.971a1.61%201.61%200%200%200%200%202.201l9.36%209.976a.432.432%200%200%200%20.746-.295zm2.92%200a6.46%206.46%200%200%200%200-12.58V1.22a.432.432%200%200%201%20.746-.294l9.36%209.971a1.61%201.61%200%200%201%200%202.201l-9.36%209.976a.432.432%200%200%201-.747-.295zm2.263-6.29a3.728%203.73%200%200%201-3.728%203.73a3.728%203.73%200%200%201-3.727-3.73a3.728%203.73%200%200%201%203.727-3.731a3.728%203.73%200%200%201%203.728%203.73%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%22M10.54%2018.246a6.46%206.46%200%200%201%200-12.58V1.22a.432.432%200%200%200-.745-.294l-9.36%209.971a1.61%201.61%200%200%200%200%202.201l9.36%209.976a.432.432%200%200%200%20.746-.295zm2.92%200a6.46%206.46%200%200%200%200-12.58V1.22a.432.432%200%200%201%20.746-.294l9.36%209.971a1.61%201.61%200%200%201%200%202.201l-9.36%209.976a.432.432%200%200%201-.747-.295zm2.263-6.29a3.728%203.73%200%200%201-3.728%203.73a3.728%203.73%200%200%201-3.727-3.73a3.728%203.73%200%200%201%203.727-3.731a3.728%203.73%200%200%201%203.728%203.73%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/codestream.svg?color=%231a73e8&size=48