webawesome logo

webawesome from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
webawesome
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the webawesome logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.958 4.95c0 .783-.465 1.462-1.132 1.77L16.8 10.2l3.914-.784A1.8 1.8 0 0 1 20.4 8.4a1.8 1.8 0 1 1 1.86 1.8l-4.221 9.385A2.4 2.4 0 0 1 15.849 21H8.153c-.945 0-1.8-.555-2.19-1.414l-4.221-9.384a1.8 1.8 0 1 1 1.545-.784L7.2 10.2l3.98-3.484a1.95 1.95 0 0 1-1.125-1.766a1.95 1.95 0 0 1 3.9 0z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsWebawesome(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="M13.958 4.95c0 .783-.465 1.462-1.132 1.77L16.8 10.2l3.914-.784A1.8 1.8 0 0 1 20.4 8.4a1.8 1.8 0 1 1 1.86 1.8l-4.221 9.385A2.4 2.4 0 0 1 15.849 21H8.153c-.945 0-1.8-.555-2.19-1.414l-4.221-9.384a1.8 1.8 0 1 1 1.545-.784L7.2 10.2l3.98-3.484a1.95 1.95 0 0 1-1.125-1.766a1.95 1.95 0 0 1 3.9 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.958 4.95c0 .783-.465 1.462-1.132 1.77L16.8 10.2l3.914-.784A1.8 1.8 0 0 1 20.4 8.4a1.8 1.8 0 1 1 1.86 1.8l-4.221 9.385A2.4 2.4 0 0 1 15.849 21H8.153c-.945 0-1.8-.555-2.19-1.414l-4.221-9.384a1.8 1.8 0 1 1 1.545-.784L7.2 10.2l3.98-3.484a1.95 1.95 0 0 1-1.125-1.766a1.95 1.95 0 0 1 3.9 0z"/></svg>
</template>

CSS

.icon-webawesome {
  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%22M13.958%204.95c0%20.783-.465%201.462-1.132%201.77L16.8%2010.2l3.914-.784A1.8%201.8%200%200%201%2020.4%208.4a1.8%201.8%200%201%201%201.86%201.8l-4.221%209.385A2.4%202.4%200%200%201%2015.849%2021H8.153c-.945%200-1.8-.555-2.19-1.414l-4.221-9.384a1.8%201.8%200%201%201%201.545-.784L7.2%2010.2l3.98-3.484a1.95%201.95%200%200%201-1.125-1.766a1.95%201.95%200%200%201%203.9%200z%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%22M13.958%204.95c0%20.783-.465%201.462-1.132%201.77L16.8%2010.2l3.914-.784A1.8%201.8%200%200%201%2020.4%208.4a1.8%201.8%200%201%201%201.86%201.8l-4.221%209.385A2.4%202.4%200%200%201%2015.849%2021H8.153c-.945%200-1.8-.555-2.19-1.414l-4.221-9.384a1.8%201.8%200%201%201%201.545-.784L7.2%2010.2l3.98-3.484a1.95%201.95%200%200%201-1.125-1.766a1.95%201.95%200%200%201%203.9%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/webawesome.svg?color=%231a73e8&size=48