wicket icon logo
wicket-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- wicket-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the wicket icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ff9925" d="M127.998 0C198.694 0 256 57.306 256 127.998c0 70.696-57.306 128.005-128.002 128.005C57.306 256.003 0 198.693 0 127.998C0 57.306 57.306 0 127.998 0"/><path fill="#fff" d="M79.988 79.99v96.024h96.024V79.99l-32.01 64.013l-16.004-32.006l-16 32.006z"/></svg>
React
import type { SVGProps } from "react";
export function LogosWicketIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ff9925" d="M127.998 0C198.694 0 256 57.306 256 127.998c0 70.696-57.306 128.005-128.002 128.005C57.306 256.003 0 198.693 0 127.998C0 57.306 57.306 0 127.998 0"/><path fill="#fff" d="M79.988 79.99v96.024h96.024V79.99l-32.01 64.013l-16.004-32.006l-16 32.006z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#ff9925" d="M127.998 0C198.694 0 256 57.306 256 127.998c0 70.696-57.306 128.005-128.002 128.005C57.306 256.003 0 198.693 0 127.998C0 57.306 57.306 0 127.998 0"/><path fill="#fff" d="M79.988 79.99v96.024h96.024V79.99l-32.01 64.013l-16.004-32.006l-16 32.006z"/></svg> </template>
CSS
.icon-wicket-icon {
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%20256%20256%22%3E%3Cpath%20fill%3D%22%23ff9925%22%20d%3D%22M127.998%200C198.694%200%20256%2057.306%20256%20127.998c0%2070.696-57.306%20128.005-128.002%20128.005C57.306%20256.003%200%20198.693%200%20127.998C0%2057.306%2057.306%200%20127.998%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M79.988%2079.99v96.024h96.024V79.99l-32.01%2064.013l-16.004-32.006l-16%2032.006z%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23ff9925%22%20d%3D%22M127.998%200C198.694%200%20256%2057.306%20256%20127.998c0%2070.696-57.306%20128.005-128.002%20128.005C57.306%20256.003%200%20198.693%200%20127.998C0%2057.306%2057.306%200%20127.998%200%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M79.988%2079.99v96.024h96.024V79.99l-32.01%2064.013l-16.004-32.006l-16%2032.006z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/wicket-icon.svg?color=%231a73e8&size=48