whmcs logo
whmcs from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- whmcs
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
The same logo in other sets
Use the whmcs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 161v-21.3l-28.5-8.8l-2.2-10.4l20.1-20.7L427 80.4l-29 7.5l-7.2-7.5l7.5-28.2l-19.1-11.6l-21.3 21l-10.7-3.2l-7-26.4h-22.6l-6.2 26.4l-12.1 3.2l-19.7-21l-19.4 11l8.1 27.7l-8.1 8.4l-28.5-7.5l-11 19.1l20.7 21l-2.9 10.4l-28.5 7.8l-.3 21.7l28.8 7.5l2.4 12.1l-20.1 19.9l10.4 18.5l29.6-7.5l7.2 8.6l-8.1 26.9l19.9 11.6l19.4-20.4l11.6 2.9l6.7 28.5l22.6.3l6.7-28.8l11.6-3.5l20.7 21.6l20.4-12.1l-8.8-28l7.8-8.1l28.8 8.8l10.3-20.1l-20.9-18.8l2.2-12.1zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8s56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8m72.3 16.4l46.9 14.5V277l-55.1 13.4l-4.1 22.7l38.9 35.3l-19.2 37.9l-54-16.7l-14.6 15.2l16.7 52.5l-38.3 22.7l-38.9-40.5l-21.7 6.6l-12.6 54l-42.4-.5l-12.6-53.6l-21.7-5.6l-36.4 38.4l-37.4-21.7l15.2-50.5l-13.7-16.1l-55.5 14.1l-19.7-34.8l37.9-37.4l-4.8-22.8l-54-14.1l.5-40.9L54 219.9l5.7-19.7l-38.9-39.4L41.5 125l53.6 14.1l15.2-15.7l-15.2-52l36.4-20.7l36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7l-3.3 5.7l-11 19.1l-3.3 5.6l4.6 4.6l17.2 17.4l-.3 1l-23.8 6.5l-6.2 1.7l-.1 6.4l-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7c50.5 0 92.7-35.4 103.2-82.8l13.2.2l6.9.1l1.6-6.7l5.6-24l1.9-.6l17.1 17.8l4.7 4.9l5.8-3.4l20.4-12.1l5.8-3.5l-2-6.5z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsWhmcs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 161v-21.3l-28.5-8.8l-2.2-10.4l20.1-20.7L427 80.4l-29 7.5l-7.2-7.5l7.5-28.2l-19.1-11.6l-21.3 21l-10.7-3.2l-7-26.4h-22.6l-6.2 26.4l-12.1 3.2l-19.7-21l-19.4 11l8.1 27.7l-8.1 8.4l-28.5-7.5l-11 19.1l20.7 21l-2.9 10.4l-28.5 7.8l-.3 21.7l28.8 7.5l2.4 12.1l-20.1 19.9l10.4 18.5l29.6-7.5l7.2 8.6l-8.1 26.9l19.9 11.6l19.4-20.4l11.6 2.9l6.7 28.5l22.6.3l6.7-28.8l11.6-3.5l20.7 21.6l20.4-12.1l-8.8-28l7.8-8.1l28.8 8.8l10.3-20.1l-20.9-18.8l2.2-12.1zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8s56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8m72.3 16.4l46.9 14.5V277l-55.1 13.4l-4.1 22.7l38.9 35.3l-19.2 37.9l-54-16.7l-14.6 15.2l16.7 52.5l-38.3 22.7l-38.9-40.5l-21.7 6.6l-12.6 54l-42.4-.5l-12.6-53.6l-21.7-5.6l-36.4 38.4l-37.4-21.7l15.2-50.5l-13.7-16.1l-55.5 14.1l-19.7-34.8l37.9-37.4l-4.8-22.8l-54-14.1l.5-40.9L54 219.9l5.7-19.7l-38.9-39.4L41.5 125l53.6 14.1l15.2-15.7l-15.2-52l36.4-20.7l36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7l-3.3 5.7l-11 19.1l-3.3 5.6l4.6 4.6l17.2 17.4l-.3 1l-23.8 6.5l-6.2 1.7l-.1 6.4l-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7c50.5 0 92.7-35.4 103.2-82.8l13.2.2l6.9.1l1.6-6.7l5.6-24l1.9-.6l17.1 17.8l4.7 4.9l5.8-3.4l20.4-12.1l5.8-3.5l-2-6.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 161v-21.3l-28.5-8.8l-2.2-10.4l20.1-20.7L427 80.4l-29 7.5l-7.2-7.5l7.5-28.2l-19.1-11.6l-21.3 21l-10.7-3.2l-7-26.4h-22.6l-6.2 26.4l-12.1 3.2l-19.7-21l-19.4 11l8.1 27.7l-8.1 8.4l-28.5-7.5l-11 19.1l20.7 21l-2.9 10.4l-28.5 7.8l-.3 21.7l28.8 7.5l2.4 12.1l-20.1 19.9l10.4 18.5l29.6-7.5l7.2 8.6l-8.1 26.9l19.9 11.6l19.4-20.4l11.6 2.9l6.7 28.5l22.6.3l6.7-28.8l11.6-3.5l20.7 21.6l20.4-12.1l-8.8-28l7.8-8.1l28.8 8.8l10.3-20.1l-20.9-18.8l2.2-12.1zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8s56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8m72.3 16.4l46.9 14.5V277l-55.1 13.4l-4.1 22.7l38.9 35.3l-19.2 37.9l-54-16.7l-14.6 15.2l16.7 52.5l-38.3 22.7l-38.9-40.5l-21.7 6.6l-12.6 54l-42.4-.5l-12.6-53.6l-21.7-5.6l-36.4 38.4l-37.4-21.7l15.2-50.5l-13.7-16.1l-55.5 14.1l-19.7-34.8l37.9-37.4l-4.8-22.8l-54-14.1l.5-40.9L54 219.9l5.7-19.7l-38.9-39.4L41.5 125l53.6 14.1l15.2-15.7l-15.2-52l36.4-20.7l36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7l-3.3 5.7l-11 19.1l-3.3 5.6l4.6 4.6l17.2 17.4l-.3 1l-23.8 6.5l-6.2 1.7l-.1 6.4l-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7c50.5 0 92.7-35.4 103.2-82.8l13.2.2l6.9.1l1.6-6.7l5.6-24l1.9-.6l17.1 17.8l4.7 4.9l5.8-3.4l20.4-12.1l5.8-3.5l-2-6.5z"/></svg> </template>
CSS
.icon-whmcs {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20161v-21.3l-28.5-8.8l-2.2-10.4l20.1-20.7L427%2080.4l-29%207.5l-7.2-7.5l7.5-28.2l-19.1-11.6l-21.3%2021l-10.7-3.2l-7-26.4h-22.6l-6.2%2026.4l-12.1%203.2l-19.7-21l-19.4%2011l8.1%2027.7l-8.1%208.4l-28.5-7.5l-11%2019.1l20.7%2021l-2.9%2010.4l-28.5%207.8l-.3%2021.7l28.8%207.5l2.4%2012.1l-20.1%2019.9l10.4%2018.5l29.6-7.5l7.2%208.6l-8.1%2026.9l19.9%2011.6l19.4-20.4l11.6%202.9l6.7%2028.5l22.6.3l6.7-28.8l11.6-3.5l20.7%2021.6l20.4-12.1l-8.8-28l7.8-8.1l28.8%208.8l10.3-20.1l-20.9-18.8l2.2-12.1zm-119.2%2045.2c-31.3%200-56.8-25.4-56.8-56.8s25.4-56.8%2056.8-56.8s56.8%2025.4%2056.8%2056.8c0%2031.5-25.4%2056.8-56.8%2056.8m72.3%2016.4l46.9%2014.5V277l-55.1%2013.4l-4.1%2022.7l38.9%2035.3l-19.2%2037.9l-54-16.7l-14.6%2015.2l16.7%2052.5l-38.3%2022.7l-38.9-40.5l-21.7%206.6l-12.6%2054l-42.4-.5l-12.6-53.6l-21.7-5.6l-36.4%2038.4l-37.4-21.7l15.2-50.5l-13.7-16.1l-55.5%2014.1l-19.7-34.8l37.9-37.4l-4.8-22.8l-54-14.1l.5-40.9L54%20219.9l5.7-19.7l-38.9-39.4L41.5%20125l53.6%2014.1l15.2-15.7l-15.2-52l36.4-20.7l36.8%2039.4L191%2084l11.6-52H245l11.6%2045.9L234%2072l-6.3-1.7l-3.3%205.7l-11%2019.1l-3.3%205.6l4.6%204.6l17.2%2017.4l-.3%201l-23.8%206.5l-6.2%201.7l-.1%206.4l-.2%2012.9C153.8%20161.6%20118%20204%20118%20254.7c0%2058.3%2047.3%20105.7%20105.7%20105.7c50.5%200%2092.7-35.4%20103.2-82.8l13.2.2l6.9.1l1.6-6.7l5.6-24l1.9-.6l17.1%2017.8l4.7%204.9l5.8-3.4l20.4-12.1l5.8-3.5l-2-6.5z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20161v-21.3l-28.5-8.8l-2.2-10.4l20.1-20.7L427%2080.4l-29%207.5l-7.2-7.5l7.5-28.2l-19.1-11.6l-21.3%2021l-10.7-3.2l-7-26.4h-22.6l-6.2%2026.4l-12.1%203.2l-19.7-21l-19.4%2011l8.1%2027.7l-8.1%208.4l-28.5-7.5l-11%2019.1l20.7%2021l-2.9%2010.4l-28.5%207.8l-.3%2021.7l28.8%207.5l2.4%2012.1l-20.1%2019.9l10.4%2018.5l29.6-7.5l7.2%208.6l-8.1%2026.9l19.9%2011.6l19.4-20.4l11.6%202.9l6.7%2028.5l22.6.3l6.7-28.8l11.6-3.5l20.7%2021.6l20.4-12.1l-8.8-28l7.8-8.1l28.8%208.8l10.3-20.1l-20.9-18.8l2.2-12.1zm-119.2%2045.2c-31.3%200-56.8-25.4-56.8-56.8s25.4-56.8%2056.8-56.8s56.8%2025.4%2056.8%2056.8c0%2031.5-25.4%2056.8-56.8%2056.8m72.3%2016.4l46.9%2014.5V277l-55.1%2013.4l-4.1%2022.7l38.9%2035.3l-19.2%2037.9l-54-16.7l-14.6%2015.2l16.7%2052.5l-38.3%2022.7l-38.9-40.5l-21.7%206.6l-12.6%2054l-42.4-.5l-12.6-53.6l-21.7-5.6l-36.4%2038.4l-37.4-21.7l15.2-50.5l-13.7-16.1l-55.5%2014.1l-19.7-34.8l37.9-37.4l-4.8-22.8l-54-14.1l.5-40.9L54%20219.9l5.7-19.7l-38.9-39.4L41.5%20125l53.6%2014.1l15.2-15.7l-15.2-52l36.4-20.7l36.8%2039.4L191%2084l11.6-52H245l11.6%2045.9L234%2072l-6.3-1.7l-3.3%205.7l-11%2019.1l-3.3%205.6l4.6%204.6l17.2%2017.4l-.3%201l-23.8%206.5l-6.2%201.7l-.1%206.4l-.2%2012.9C153.8%20161.6%20118%20204%20118%20254.7c0%2058.3%2047.3%20105.7%20105.7%20105.7c50.5%200%2092.7-35.4%20103.2-82.8l13.2.2l6.9.1l1.6-6.7l5.6-24l1.9-.6l17.1%2017.8l4.7%204.9l5.8-3.4l20.4-12.1l5.8-3.5l-2-6.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/whmcs.svg?color=%231a73e8&size=48