plotly logo
plotly from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- plotly
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the plotly logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.713.002A1.713 1.713 0 0 0 0 1.715a1.713 1.713 0 0 0 1.713 1.713a1.713 1.713 0 0 0 1.714-1.713A1.713 1.713 0 0 0 1.713.002m6.861 0a1.713 1.713 0 0 0-1.713 1.713a1.713 1.713 0 0 0 1.713 1.713a1.713 1.713 0 0 0 1.713-1.713A1.713 1.713 0 0 0 8.574.002m6.857 0a1.713 1.713 0 0 0-1.714 1.713a1.713 1.713 0 0 0 1.714 1.713a1.713 1.713 0 0 0 1.713-1.713A1.713 1.713 0 0 0 15.431.002m6.856 0a1.713 1.713 0 0 0-1.713 1.713a1.713 1.713 0 0 0 1.713 1.713A1.713 1.713 0 0 0 24 1.715A1.713 1.713 0 0 0 22.287.002M1.713 6.859A1.713 1.713 0 0 0 0 8.572a1.713 1.713 0 0 0 1.713 1.713a1.713 1.713 0 0 0 1.714-1.713A1.713 1.713 0 0 0 1.713 6.86Zm6.861 0a1.71 1.71 0 0 0-1.713 1.713v13.713c0 .947.765 1.713 1.713 1.713s1.713-.766 1.713-1.713V8.572a1.71 1.71 0 0 0-1.713-1.713m6.857 0a1.713 1.713 0 0 0-1.714 1.713a1.713 1.713 0 0 0 1.714 1.713a1.713 1.713 0 0 0 1.713-1.713a1.713 1.713 0 0 0-1.713-1.713m6.856 0c-.947 0-1.713.765-1.713 1.713v13.713c0 .947.766 1.713 1.713 1.713S24 23.232 24 22.285V8.572a1.71 1.71 0 0 0-1.713-1.713M1.713 13.715C.766 13.715 0 14.48 0 15.428v6.857a1.713 1.713 0 1 0 3.427 0v-6.857c0-.948-.766-1.713-1.714-1.713m13.718 0c-.948 0-1.714.765-1.714 1.713v6.857c0 .947.766 1.713 1.714 1.713c.947 0 1.713-.766 1.713-1.713v-6.857c0-.948-.766-1.713-1.713-1.713"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPlotly(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="M1.713.002A1.713 1.713 0 0 0 0 1.715a1.713 1.713 0 0 0 1.713 1.713a1.713 1.713 0 0 0 1.714-1.713A1.713 1.713 0 0 0 1.713.002m6.861 0a1.713 1.713 0 0 0-1.713 1.713a1.713 1.713 0 0 0 1.713 1.713a1.713 1.713 0 0 0 1.713-1.713A1.713 1.713 0 0 0 8.574.002m6.857 0a1.713 1.713 0 0 0-1.714 1.713a1.713 1.713 0 0 0 1.714 1.713a1.713 1.713 0 0 0 1.713-1.713A1.713 1.713 0 0 0 15.431.002m6.856 0a1.713 1.713 0 0 0-1.713 1.713a1.713 1.713 0 0 0 1.713 1.713A1.713 1.713 0 0 0 24 1.715A1.713 1.713 0 0 0 22.287.002M1.713 6.859A1.713 1.713 0 0 0 0 8.572a1.713 1.713 0 0 0 1.713 1.713a1.713 1.713 0 0 0 1.714-1.713A1.713 1.713 0 0 0 1.713 6.86Zm6.861 0a1.71 1.71 0 0 0-1.713 1.713v13.713c0 .947.765 1.713 1.713 1.713s1.713-.766 1.713-1.713V8.572a1.71 1.71 0 0 0-1.713-1.713m6.857 0a1.713 1.713 0 0 0-1.714 1.713a1.713 1.713 0 0 0 1.714 1.713a1.713 1.713 0 0 0 1.713-1.713a1.713 1.713 0 0 0-1.713-1.713m6.856 0c-.947 0-1.713.765-1.713 1.713v13.713c0 .947.766 1.713 1.713 1.713S24 23.232 24 22.285V8.572a1.71 1.71 0 0 0-1.713-1.713M1.713 13.715C.766 13.715 0 14.48 0 15.428v6.857a1.713 1.713 0 1 0 3.427 0v-6.857c0-.948-.766-1.713-1.714-1.713m13.718 0c-.948 0-1.714.765-1.714 1.713v6.857c0 .947.766 1.713 1.714 1.713c.947 0 1.713-.766 1.713-1.713v-6.857c0-.948-.766-1.713-1.713-1.713"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.713.002A1.713 1.713 0 0 0 0 1.715a1.713 1.713 0 0 0 1.713 1.713a1.713 1.713 0 0 0 1.714-1.713A1.713 1.713 0 0 0 1.713.002m6.861 0a1.713 1.713 0 0 0-1.713 1.713a1.713 1.713 0 0 0 1.713 1.713a1.713 1.713 0 0 0 1.713-1.713A1.713 1.713 0 0 0 8.574.002m6.857 0a1.713 1.713 0 0 0-1.714 1.713a1.713 1.713 0 0 0 1.714 1.713a1.713 1.713 0 0 0 1.713-1.713A1.713 1.713 0 0 0 15.431.002m6.856 0a1.713 1.713 0 0 0-1.713 1.713a1.713 1.713 0 0 0 1.713 1.713A1.713 1.713 0 0 0 24 1.715A1.713 1.713 0 0 0 22.287.002M1.713 6.859A1.713 1.713 0 0 0 0 8.572a1.713 1.713 0 0 0 1.713 1.713a1.713 1.713 0 0 0 1.714-1.713A1.713 1.713 0 0 0 1.713 6.86Zm6.861 0a1.71 1.71 0 0 0-1.713 1.713v13.713c0 .947.765 1.713 1.713 1.713s1.713-.766 1.713-1.713V8.572a1.71 1.71 0 0 0-1.713-1.713m6.857 0a1.713 1.713 0 0 0-1.714 1.713a1.713 1.713 0 0 0 1.714 1.713a1.713 1.713 0 0 0 1.713-1.713a1.713 1.713 0 0 0-1.713-1.713m6.856 0c-.947 0-1.713.765-1.713 1.713v13.713c0 .947.766 1.713 1.713 1.713S24 23.232 24 22.285V8.572a1.71 1.71 0 0 0-1.713-1.713M1.713 13.715C.766 13.715 0 14.48 0 15.428v6.857a1.713 1.713 0 1 0 3.427 0v-6.857c0-.948-.766-1.713-1.714-1.713m13.718 0c-.948 0-1.714.765-1.714 1.713v6.857c0 .947.766 1.713 1.714 1.713c.947 0 1.713-.766 1.713-1.713v-6.857c0-.948-.766-1.713-1.713-1.713"/></svg> </template>
CSS
.icon-plotly {
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%22M1.713.002A1.713%201.713%200%200%200%200%201.715a1.713%201.713%200%200%200%201.713%201.713a1.713%201.713%200%200%200%201.714-1.713A1.713%201.713%200%200%200%201.713.002m6.861%200a1.713%201.713%200%200%200-1.713%201.713a1.713%201.713%200%200%200%201.713%201.713a1.713%201.713%200%200%200%201.713-1.713A1.713%201.713%200%200%200%208.574.002m6.857%200a1.713%201.713%200%200%200-1.714%201.713a1.713%201.713%200%200%200%201.714%201.713a1.713%201.713%200%200%200%201.713-1.713A1.713%201.713%200%200%200%2015.431.002m6.856%200a1.713%201.713%200%200%200-1.713%201.713a1.713%201.713%200%200%200%201.713%201.713A1.713%201.713%200%200%200%2024%201.715A1.713%201.713%200%200%200%2022.287.002M1.713%206.859A1.713%201.713%200%200%200%200%208.572a1.713%201.713%200%200%200%201.713%201.713a1.713%201.713%200%200%200%201.714-1.713A1.713%201.713%200%200%200%201.713%206.86Zm6.861%200a1.71%201.71%200%200%200-1.713%201.713v13.713c0%20.947.765%201.713%201.713%201.713s1.713-.766%201.713-1.713V8.572a1.71%201.71%200%200%200-1.713-1.713m6.857%200a1.713%201.713%200%200%200-1.714%201.713a1.713%201.713%200%200%200%201.714%201.713a1.713%201.713%200%200%200%201.713-1.713a1.713%201.713%200%200%200-1.713-1.713m6.856%200c-.947%200-1.713.765-1.713%201.713v13.713c0%20.947.766%201.713%201.713%201.713S24%2023.232%2024%2022.285V8.572a1.71%201.71%200%200%200-1.713-1.713M1.713%2013.715C.766%2013.715%200%2014.48%200%2015.428v6.857a1.713%201.713%200%201%200%203.427%200v-6.857c0-.948-.766-1.713-1.714-1.713m13.718%200c-.948%200-1.714.765-1.714%201.713v6.857c0%20.947.766%201.713%201.714%201.713c.947%200%201.713-.766%201.713-1.713v-6.857c0-.948-.766-1.713-1.713-1.713%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%22M1.713.002A1.713%201.713%200%200%200%200%201.715a1.713%201.713%200%200%200%201.713%201.713a1.713%201.713%200%200%200%201.714-1.713A1.713%201.713%200%200%200%201.713.002m6.861%200a1.713%201.713%200%200%200-1.713%201.713a1.713%201.713%200%200%200%201.713%201.713a1.713%201.713%200%200%200%201.713-1.713A1.713%201.713%200%200%200%208.574.002m6.857%200a1.713%201.713%200%200%200-1.714%201.713a1.713%201.713%200%200%200%201.714%201.713a1.713%201.713%200%200%200%201.713-1.713A1.713%201.713%200%200%200%2015.431.002m6.856%200a1.713%201.713%200%200%200-1.713%201.713a1.713%201.713%200%200%200%201.713%201.713A1.713%201.713%200%200%200%2024%201.715A1.713%201.713%200%200%200%2022.287.002M1.713%206.859A1.713%201.713%200%200%200%200%208.572a1.713%201.713%200%200%200%201.713%201.713a1.713%201.713%200%200%200%201.714-1.713A1.713%201.713%200%200%200%201.713%206.86Zm6.861%200a1.71%201.71%200%200%200-1.713%201.713v13.713c0%20.947.765%201.713%201.713%201.713s1.713-.766%201.713-1.713V8.572a1.71%201.71%200%200%200-1.713-1.713m6.857%200a1.713%201.713%200%200%200-1.714%201.713a1.713%201.713%200%200%200%201.714%201.713a1.713%201.713%200%200%200%201.713-1.713a1.713%201.713%200%200%200-1.713-1.713m6.856%200c-.947%200-1.713.765-1.713%201.713v13.713c0%20.947.766%201.713%201.713%201.713S24%2023.232%2024%2022.285V8.572a1.71%201.71%200%200%200-1.713-1.713M1.713%2013.715C.766%2013.715%200%2014.48%200%2015.428v6.857a1.713%201.713%200%201%200%203.427%200v-6.857c0-.948-.766-1.713-1.714-1.713m13.718%200c-.948%200-1.714.765-1.714%201.713v6.857c0%20.947.766%201.713%201.714%201.713c.947%200%201.713-.766%201.713-1.713v-6.857c0-.948-.766-1.713-1.713-1.713%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/plotly.svg?color=%231a73e8&size=48