webex logo
webex from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- webex
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the webex logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.78 7.376c.512 1.181.032 2.644-1.11 3.106c-2.157.888-3-1.295-3-1.295c-.236-.55-.727-1.496-1.335-1.496c-.204 0-.503 0-.94.844c-.229.443-.434 1.185-.616 1.84l-.09.32c-.373-1.587-.821-3.454-1.536-4.816q-.293-.57-.673-1.08a5.1 5.1 0 0 1 1.743-1.337a4.9 4.9 0 0 1 2.112-.463c1.045 0 2.765.338 4.227 2.227q.251.309.448.654q.417.663.726 1.383l.043.113zM.02 8.4C-.15 7.105.8 5.845 1.953 5.755c1.794-.157 2.36 1.385 2.455 1.89l.022.137c.07.44.29 1.838.48 2.744c.078.4.244 1.013.353 1.416l.006.022l.026.092q.166.601.362 1.193q.278.822.641 1.61c.47.955.93 1.45 1.367 1.45c.203 0 .512 0 .96-.878c.283-.59.512-1.208.684-1.845c.373 1.598.811 3.128 1.495 4.456q.308.61.715 1.16a5.1 5.1 0 0 1-1.742 1.338a4.9 4.9 0 0 1-2.112.461c-1.548 0-3.727-.698-5.339-4.005a22 22 0 0 1-1.078-2.824a27 27 0 0 1-.693-2.656a49 49 0 0 1-.215-1.114A32 32 0 0 1 .02 8.4m22.047-2.645l-.202-.022h-.052q.333.588.597 1.215l.053.113a3.3 3.3 0 0 1 .068 2.391a3.08 3.08 0 0 1-1.552 1.749a2.9 2.9 0 0 1-1.228.28a3.1 3.1 0 0 1-.854-.135c-.299 1.182-.768 2.634-1.195 3.511s-.93 1.451-1.378 1.451c-.192 0-.501 0-.95-.877a11 11 0 0 1-.683-1.845a39 39 0 0 1-.396-1.575a13 13 0 0 1-.136-.598l-.002-.01c-.406-1.778-.865-3.645-1.655-5.142A8.3 8.3 0 0 0 11.52 4.8a5.1 5.1 0 0 0-1.748-1.34A4.9 4.9 0 0 0 7.654 3C6.618 3 4.9 3.338 3.437 5.228c.466.223.867.562 1.164.984c.305.433.499.933.565 1.458c.076.563.256 1.654.47 2.688l.001.007c.021.11.042.221.073.342c.126-.34.25-.642.38-.955l.112-.271l.128-.293c.235-.55.726-1.496 1.324-1.496c.213 0 .513 0 .95.844c.296.606.532 1.239.706 1.89c.138.507.276 1.047.394 1.587c.04.148.07.296.101.444l.006.028c.427 1.879.875 3.69 1.644 5.187q.238.477.545.911q.225.323.48.62c1.27 1.45 2.733 1.8 3.843 1.8c1.548 0 3.738-.698 5.35-4.006c.822-1.7 1.515-4.208 1.772-5.48c.256-1.27.449-2.419.534-3.115a2.42 2.42 0 0 0-.433-1.743a2.3 2.3 0 0 0-.653-.607a2.1 2.1 0 0 0-.826-.296z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsWebex(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="M21.78 7.376c.512 1.181.032 2.644-1.11 3.106c-2.157.888-3-1.295-3-1.295c-.236-.55-.727-1.496-1.335-1.496c-.204 0-.503 0-.94.844c-.229.443-.434 1.185-.616 1.84l-.09.32c-.373-1.587-.821-3.454-1.536-4.816q-.293-.57-.673-1.08a5.1 5.1 0 0 1 1.743-1.337a4.9 4.9 0 0 1 2.112-.463c1.045 0 2.765.338 4.227 2.227q.251.309.448.654q.417.663.726 1.383l.043.113zM.02 8.4C-.15 7.105.8 5.845 1.953 5.755c1.794-.157 2.36 1.385 2.455 1.89l.022.137c.07.44.29 1.838.48 2.744c.078.4.244 1.013.353 1.416l.006.022l.026.092q.166.601.362 1.193q.278.822.641 1.61c.47.955.93 1.45 1.367 1.45c.203 0 .512 0 .96-.878c.283-.59.512-1.208.684-1.845c.373 1.598.811 3.128 1.495 4.456q.308.61.715 1.16a5.1 5.1 0 0 1-1.742 1.338a4.9 4.9 0 0 1-2.112.461c-1.548 0-3.727-.698-5.339-4.005a22 22 0 0 1-1.078-2.824a27 27 0 0 1-.693-2.656a49 49 0 0 1-.215-1.114A32 32 0 0 1 .02 8.4m22.047-2.645l-.202-.022h-.052q.333.588.597 1.215l.053.113a3.3 3.3 0 0 1 .068 2.391a3.08 3.08 0 0 1-1.552 1.749a2.9 2.9 0 0 1-1.228.28a3.1 3.1 0 0 1-.854-.135c-.299 1.182-.768 2.634-1.195 3.511s-.93 1.451-1.378 1.451c-.192 0-.501 0-.95-.877a11 11 0 0 1-.683-1.845a39 39 0 0 1-.396-1.575a13 13 0 0 1-.136-.598l-.002-.01c-.406-1.778-.865-3.645-1.655-5.142A8.3 8.3 0 0 0 11.52 4.8a5.1 5.1 0 0 0-1.748-1.34A4.9 4.9 0 0 0 7.654 3C6.618 3 4.9 3.338 3.437 5.228c.466.223.867.562 1.164.984c.305.433.499.933.565 1.458c.076.563.256 1.654.47 2.688l.001.007c.021.11.042.221.073.342c.126-.34.25-.642.38-.955l.112-.271l.128-.293c.235-.55.726-1.496 1.324-1.496c.213 0 .513 0 .95.844c.296.606.532 1.239.706 1.89c.138.507.276 1.047.394 1.587c.04.148.07.296.101.444l.006.028c.427 1.879.875 3.69 1.644 5.187q.238.477.545.911q.225.323.48.62c1.27 1.45 2.733 1.8 3.843 1.8c1.548 0 3.738-.698 5.35-4.006c.822-1.7 1.515-4.208 1.772-5.48c.256-1.27.449-2.419.534-3.115a2.42 2.42 0 0 0-.433-1.743a2.3 2.3 0 0 0-.653-.607a2.1 2.1 0 0 0-.826-.296z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.78 7.376c.512 1.181.032 2.644-1.11 3.106c-2.157.888-3-1.295-3-1.295c-.236-.55-.727-1.496-1.335-1.496c-.204 0-.503 0-.94.844c-.229.443-.434 1.185-.616 1.84l-.09.32c-.373-1.587-.821-3.454-1.536-4.816q-.293-.57-.673-1.08a5.1 5.1 0 0 1 1.743-1.337a4.9 4.9 0 0 1 2.112-.463c1.045 0 2.765.338 4.227 2.227q.251.309.448.654q.417.663.726 1.383l.043.113zM.02 8.4C-.15 7.105.8 5.845 1.953 5.755c1.794-.157 2.36 1.385 2.455 1.89l.022.137c.07.44.29 1.838.48 2.744c.078.4.244 1.013.353 1.416l.006.022l.026.092q.166.601.362 1.193q.278.822.641 1.61c.47.955.93 1.45 1.367 1.45c.203 0 .512 0 .96-.878c.283-.59.512-1.208.684-1.845c.373 1.598.811 3.128 1.495 4.456q.308.61.715 1.16a5.1 5.1 0 0 1-1.742 1.338a4.9 4.9 0 0 1-2.112.461c-1.548 0-3.727-.698-5.339-4.005a22 22 0 0 1-1.078-2.824a27 27 0 0 1-.693-2.656a49 49 0 0 1-.215-1.114A32 32 0 0 1 .02 8.4m22.047-2.645l-.202-.022h-.052q.333.588.597 1.215l.053.113a3.3 3.3 0 0 1 .068 2.391a3.08 3.08 0 0 1-1.552 1.749a2.9 2.9 0 0 1-1.228.28a3.1 3.1 0 0 1-.854-.135c-.299 1.182-.768 2.634-1.195 3.511s-.93 1.451-1.378 1.451c-.192 0-.501 0-.95-.877a11 11 0 0 1-.683-1.845a39 39 0 0 1-.396-1.575a13 13 0 0 1-.136-.598l-.002-.01c-.406-1.778-.865-3.645-1.655-5.142A8.3 8.3 0 0 0 11.52 4.8a5.1 5.1 0 0 0-1.748-1.34A4.9 4.9 0 0 0 7.654 3C6.618 3 4.9 3.338 3.437 5.228c.466.223.867.562 1.164.984c.305.433.499.933.565 1.458c.076.563.256 1.654.47 2.688l.001.007c.021.11.042.221.073.342c.126-.34.25-.642.38-.955l.112-.271l.128-.293c.235-.55.726-1.496 1.324-1.496c.213 0 .513 0 .95.844c.296.606.532 1.239.706 1.89c.138.507.276 1.047.394 1.587c.04.148.07.296.101.444l.006.028c.427 1.879.875 3.69 1.644 5.187q.238.477.545.911q.225.323.48.62c1.27 1.45 2.733 1.8 3.843 1.8c1.548 0 3.738-.698 5.35-4.006c.822-1.7 1.515-4.208 1.772-5.48c.256-1.27.449-2.419.534-3.115a2.42 2.42 0 0 0-.433-1.743a2.3 2.3 0 0 0-.653-.607a2.1 2.1 0 0 0-.826-.296z"/></svg> </template>
CSS
.icon-webex {
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%22M21.78%207.376c.512%201.181.032%202.644-1.11%203.106c-2.157.888-3-1.295-3-1.295c-.236-.55-.727-1.496-1.335-1.496c-.204%200-.503%200-.94.844c-.229.443-.434%201.185-.616%201.84l-.09.32c-.373-1.587-.821-3.454-1.536-4.816q-.293-.57-.673-1.08a5.1%205.1%200%200%201%201.743-1.337a4.9%204.9%200%200%201%202.112-.463c1.045%200%202.765.338%204.227%202.227q.251.309.448.654q.417.663.726%201.383l.043.113zM.02%208.4C-.15%207.105.8%205.845%201.953%205.755c1.794-.157%202.36%201.385%202.455%201.89l.022.137c.07.44.29%201.838.48%202.744c.078.4.244%201.013.353%201.416l.006.022l.026.092q.166.601.362%201.193q.278.822.641%201.61c.47.955.93%201.45%201.367%201.45c.203%200%20.512%200%20.96-.878c.283-.59.512-1.208.684-1.845c.373%201.598.811%203.128%201.495%204.456q.308.61.715%201.16a5.1%205.1%200%200%201-1.742%201.338a4.9%204.9%200%200%201-2.112.461c-1.548%200-3.727-.698-5.339-4.005a22%2022%200%200%201-1.078-2.824a27%2027%200%200%201-.693-2.656a49%2049%200%200%201-.215-1.114A32%2032%200%200%201%20.02%208.4m22.047-2.645l-.202-.022h-.052q.333.588.597%201.215l.053.113a3.3%203.3%200%200%201%20.068%202.391a3.08%203.08%200%200%201-1.552%201.749a2.9%202.9%200%200%201-1.228.28a3.1%203.1%200%200%201-.854-.135c-.299%201.182-.768%202.634-1.195%203.511s-.93%201.451-1.378%201.451c-.192%200-.501%200-.95-.877a11%2011%200%200%201-.683-1.845a39%2039%200%200%201-.396-1.575a13%2013%200%200%201-.136-.598l-.002-.01c-.406-1.778-.865-3.645-1.655-5.142A8.3%208.3%200%200%200%2011.52%204.8a5.1%205.1%200%200%200-1.748-1.34A4.9%204.9%200%200%200%207.654%203C6.618%203%204.9%203.338%203.437%205.228c.466.223.867.562%201.164.984c.305.433.499.933.565%201.458c.076.563.256%201.654.47%202.688l.001.007c.021.11.042.221.073.342c.126-.34.25-.642.38-.955l.112-.271l.128-.293c.235-.55.726-1.496%201.324-1.496c.213%200%20.513%200%20.95.844c.296.606.532%201.239.706%201.89c.138.507.276%201.047.394%201.587c.04.148.07.296.101.444l.006.028c.427%201.879.875%203.69%201.644%205.187q.238.477.545.911q.225.323.48.62c1.27%201.45%202.733%201.8%203.843%201.8c1.548%200%203.738-.698%205.35-4.006c.822-1.7%201.515-4.208%201.772-5.48c.256-1.27.449-2.419.534-3.115a2.42%202.42%200%200%200-.433-1.743a2.3%202.3%200%200%200-.653-.607a2.1%202.1%200%200%200-.826-.296z%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%22M21.78%207.376c.512%201.181.032%202.644-1.11%203.106c-2.157.888-3-1.295-3-1.295c-.236-.55-.727-1.496-1.335-1.496c-.204%200-.503%200-.94.844c-.229.443-.434%201.185-.616%201.84l-.09.32c-.373-1.587-.821-3.454-1.536-4.816q-.293-.57-.673-1.08a5.1%205.1%200%200%201%201.743-1.337a4.9%204.9%200%200%201%202.112-.463c1.045%200%202.765.338%204.227%202.227q.251.309.448.654q.417.663.726%201.383l.043.113zM.02%208.4C-.15%207.105.8%205.845%201.953%205.755c1.794-.157%202.36%201.385%202.455%201.89l.022.137c.07.44.29%201.838.48%202.744c.078.4.244%201.013.353%201.416l.006.022l.026.092q.166.601.362%201.193q.278.822.641%201.61c.47.955.93%201.45%201.367%201.45c.203%200%20.512%200%20.96-.878c.283-.59.512-1.208.684-1.845c.373%201.598.811%203.128%201.495%204.456q.308.61.715%201.16a5.1%205.1%200%200%201-1.742%201.338a4.9%204.9%200%200%201-2.112.461c-1.548%200-3.727-.698-5.339-4.005a22%2022%200%200%201-1.078-2.824a27%2027%200%200%201-.693-2.656a49%2049%200%200%201-.215-1.114A32%2032%200%200%201%20.02%208.4m22.047-2.645l-.202-.022h-.052q.333.588.597%201.215l.053.113a3.3%203.3%200%200%201%20.068%202.391a3.08%203.08%200%200%201-1.552%201.749a2.9%202.9%200%200%201-1.228.28a3.1%203.1%200%200%201-.854-.135c-.299%201.182-.768%202.634-1.195%203.511s-.93%201.451-1.378%201.451c-.192%200-.501%200-.95-.877a11%2011%200%200%201-.683-1.845a39%2039%200%200%201-.396-1.575a13%2013%200%200%201-.136-.598l-.002-.01c-.406-1.778-.865-3.645-1.655-5.142A8.3%208.3%200%200%200%2011.52%204.8a5.1%205.1%200%200%200-1.748-1.34A4.9%204.9%200%200%200%207.654%203C6.618%203%204.9%203.338%203.437%205.228c.466.223.867.562%201.164.984c.305.433.499.933.565%201.458c.076.563.256%201.654.47%202.688l.001.007c.021.11.042.221.073.342c.126-.34.25-.642.38-.955l.112-.271l.128-.293c.235-.55.726-1.496%201.324-1.496c.213%200%20.513%200%20.95.844c.296.606.532%201.239.706%201.89c.138.507.276%201.047.394%201.587c.04.148.07.296.101.444l.006.028c.427%201.879.875%203.69%201.644%205.187q.238.477.545.911q.225.323.48.62c1.27%201.45%202.733%201.8%203.843%201.8c1.548%200%203.738-.698%205.35-4.006c.822-1.7%201.515-4.208%201.772-5.48c.256-1.27.449-2.419.534-3.115a2.42%202.42%200%200%200-.433-1.743a2.3%202.3%200%200%200-.653-.607a2.1%202.1%200%200%200-.826-.296z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/webex.svg?color=%231a73e8&size=48