wix logo
wix from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- wix
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same logo in other sets
Use the wix logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83c-9.52 3.45-15.95 9.66-15.95 9.66c0-31 4.72-42.22 17.4-48.86c9.75-5.11 27.23-4.63 27.23-4.63m-115.8 35.54l-34.24 132.66l-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53c-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89L55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57c7.67-30.07 29.11-118.41 31.12-124.7c4.76-14.94 11.09-13.81 15.4 0c1.97 6.3 23.45 94.63 31.12 124.7c8.6 33.73 15.37 39.32 29.59 46.57c10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27m115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61c-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47c-.47.73-6.25 10.54-13.07 0c-29.29-42.23-40.8-60.29-54.18-72.47c-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74l-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72c6.81-10.52 12.57-.77 13.07 0c29.4 42.38 39.23 58.06 53.14 70.72c17.39 15.83 53.32 11.21 53.32 11.21z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsWix(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83c-9.52 3.45-15.95 9.66-15.95 9.66c0-31 4.72-42.22 17.4-48.86c9.75-5.11 27.23-4.63 27.23-4.63m-115.8 35.54l-34.24 132.66l-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53c-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89L55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57c7.67-30.07 29.11-118.41 31.12-124.7c4.76-14.94 11.09-13.81 15.4 0c1.97 6.3 23.45 94.63 31.12 124.7c8.6 33.73 15.37 39.32 29.59 46.57c10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27m115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61c-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47c-.47.73-6.25 10.54-13.07 0c-29.29-42.23-40.8-60.29-54.18-72.47c-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74l-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72c6.81-10.52 12.57-.77 13.07 0c29.4 42.38 39.23 58.06 53.14 70.72c17.39 15.83 53.32 11.21 53.32 11.21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83c-9.52 3.45-15.95 9.66-15.95 9.66c0-31 4.72-42.22 17.4-48.86c9.75-5.11 27.23-4.63 27.23-4.63m-115.8 35.54l-34.24 132.66l-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53c-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89L55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57c7.67-30.07 29.11-118.41 31.12-124.7c4.76-14.94 11.09-13.81 15.4 0c1.97 6.3 23.45 94.63 31.12 124.7c8.6 33.73 15.37 39.32 29.59 46.57c10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27m115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61c-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47c-.47.73-6.25 10.54-13.07 0c-29.29-42.23-40.8-60.29-54.18-72.47c-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74l-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72c6.81-10.52 12.57-.77 13.07 0c29.4 42.38 39.23 58.06 53.14 70.72c17.39 15.83 53.32 11.21 53.32 11.21z"/></svg> </template>
CSS
.icon-wix {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M393.38%20131.69c0%2013.03%202.08%2032.69-28.68%2043.83c-9.52%203.45-15.95%209.66-15.95%209.66c0-31%204.72-42.22%2017.4-48.86c9.75-5.11%2027.23-4.63%2027.23-4.63m-115.8%2035.54l-34.24%20132.66l-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53c-27.37%200-40.66%2016.18-48.43%2048.53L89.52%20299.89L55.28%20167.23C49.73%20140.51%2023.86%20128.96%200%20131.96l65.57%20247.93s21.63%201.56%2032.46-3.96c14.22-7.25%2020.98-12.84%2029.59-46.57c7.67-30.07%2029.11-118.41%2031.12-124.7c4.76-14.94%2011.09-13.81%2015.4%200c1.97%206.3%2023.45%2094.63%2031.12%20124.7c8.6%2033.73%2015.37%2039.32%2029.59%2046.57c10.82%205.52%2032.46%203.96%2032.46%203.96l65.57-247.93c-24.42-3.07-49.82%208.93-55.3%2035.27m115.78%205.21s-4.1%206.34-13.46%2011.57c-6.01%203.36-11.78%205.64-17.97%208.61c-15.14%207.26-13.18%2013.95-13.18%2035.2v152.07s16.55%202.09%2027.37-3.43c13.93-7.1%2017.13-13.95%2017.26-44.78V181.41l-.02.01zm163.44%2084.08L640%20132.78s-35.11-5.98-52.5%209.85c-13.3%2012.1-24.41%2029.55-54.18%2072.47c-.47.73-6.25%2010.54-13.07%200c-29.29-42.23-40.8-60.29-54.18-72.47c-17.39-15.83-52.5-9.85-52.5-9.85l83.2%20123.74l-82.97%20123.36s36.57%204.62%2053.95-11.21c11.49-10.46%2017.58-20.37%2052.51-70.72c6.81-10.52%2012.57-.77%2013.07%200c29.4%2042.38%2039.23%2058.06%2053.14%2070.72c17.39%2015.83%2053.32%2011.21%2053.32%2011.21z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M393.38%20131.69c0%2013.03%202.08%2032.69-28.68%2043.83c-9.52%203.45-15.95%209.66-15.95%209.66c0-31%204.72-42.22%2017.4-48.86c9.75-5.11%2027.23-4.63%2027.23-4.63m-115.8%2035.54l-34.24%20132.66l-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53c-27.37%200-40.66%2016.18-48.43%2048.53L89.52%20299.89L55.28%20167.23C49.73%20140.51%2023.86%20128.96%200%20131.96l65.57%20247.93s21.63%201.56%2032.46-3.96c14.22-7.25%2020.98-12.84%2029.59-46.57c7.67-30.07%2029.11-118.41%2031.12-124.7c4.76-14.94%2011.09-13.81%2015.4%200c1.97%206.3%2023.45%2094.63%2031.12%20124.7c8.6%2033.73%2015.37%2039.32%2029.59%2046.57c10.82%205.52%2032.46%203.96%2032.46%203.96l65.57-247.93c-24.42-3.07-49.82%208.93-55.3%2035.27m115.78%205.21s-4.1%206.34-13.46%2011.57c-6.01%203.36-11.78%205.64-17.97%208.61c-15.14%207.26-13.18%2013.95-13.18%2035.2v152.07s16.55%202.09%2027.37-3.43c13.93-7.1%2017.13-13.95%2017.26-44.78V181.41l-.02.01zm163.44%2084.08L640%20132.78s-35.11-5.98-52.5%209.85c-13.3%2012.1-24.41%2029.55-54.18%2072.47c-.47.73-6.25%2010.54-13.07%200c-29.29-42.23-40.8-60.29-54.18-72.47c-17.39-15.83-52.5-9.85-52.5-9.85l83.2%20123.74l-82.97%20123.36s36.57%204.62%2053.95-11.21c11.49-10.46%2017.58-20.37%2052.51-70.72c6.81-10.52%2012.57-.77%2013.07%200c29.4%2042.38%2039.23%2058.06%2053.14%2070.72c17.39%2015.83%2053.32%2011.21%2053.32%2011.21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/wix.svg?color=%231a73e8&size=48