whalar icon logo
whalar-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- whalar-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×243
- License
- CC0
Use the whalar icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 243"><path fill="#22cace" d="M255.998 115.176v64.007c-.033.621-2.003 31.689-63.997 31.689c-62.62 0-63.998 30.319-63.998 31.697c0-1.464-1.378-31.697-63.998-31.697c-61.44 0-63.953-27.416-64.004-31.254v-.215c.001-.15.006-.23.006-.23v-63.997s2.843 31.697 63.998 31.697s63.998 28.856 63.998 31.698c0-2.153.689-31.698 63.998-31.698c62.078 0 63.94-30.472 63.996-31.671zM256 0v63.998s0 31.698-63.998 31.698c-63.358 0-63.992 29.631-63.998 31.645l-.002-.065c-.078-2.461-2.628-31.58-63.996-31.58C2.486 95.696.041 68.28.001 64.442v-.214c.002-.15.007-.23.007-.23V.038c.026 1.217 1.28 31.66 63.998 31.66s63.972 28.374 63.997 31.536v.161c0-2.842.69-31.698 63.999-31.698C255.31 31.697 256 0 256 0"/></svg>
React
import type { SVGProps } from "react";
export function LogosWhalarIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 243"><path fill="#22cace" d="M255.998 115.176v64.007c-.033.621-2.003 31.689-63.997 31.689c-62.62 0-63.998 30.319-63.998 31.697c0-1.464-1.378-31.697-63.998-31.697c-61.44 0-63.953-27.416-64.004-31.254v-.215c.001-.15.006-.23.006-.23v-63.997s2.843 31.697 63.998 31.697s63.998 28.856 63.998 31.698c0-2.153.689-31.698 63.998-31.698c62.078 0 63.94-30.472 63.996-31.671zM256 0v63.998s0 31.698-63.998 31.698c-63.358 0-63.992 29.631-63.998 31.645l-.002-.065c-.078-2.461-2.628-31.58-63.996-31.58C2.486 95.696.041 68.28.001 64.442v-.214c.002-.15.007-.23.007-.23V.038c.026 1.217 1.28 31.66 63.998 31.66s63.972 28.374 63.997 31.536v.161c0-2.842.69-31.698 63.999-31.698C255.31 31.697 256 0 256 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 243"><path fill="#22cace" d="M255.998 115.176v64.007c-.033.621-2.003 31.689-63.997 31.689c-62.62 0-63.998 30.319-63.998 31.697c0-1.464-1.378-31.697-63.998-31.697c-61.44 0-63.953-27.416-64.004-31.254v-.215c.001-.15.006-.23.006-.23v-63.997s2.843 31.697 63.998 31.697s63.998 28.856 63.998 31.698c0-2.153.689-31.698 63.998-31.698c62.078 0 63.94-30.472 63.996-31.671zM256 0v63.998s0 31.698-63.998 31.698c-63.358 0-63.992 29.631-63.998 31.645l-.002-.065c-.078-2.461-2.628-31.58-63.996-31.58C2.486 95.696.041 68.28.001 64.442v-.214c.002-.15.007-.23.007-.23V.038c.026 1.217 1.28 31.66 63.998 31.66s63.972 28.374 63.997 31.536v.161c0-2.842.69-31.698 63.999-31.698C255.31 31.697 256 0 256 0"/></svg> </template>
CSS
.icon-whalar-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%20243%22%3E%3Cpath%20fill%3D%22%2322cace%22%20d%3D%22M255.998%20115.176v64.007c-.033.621-2.003%2031.689-63.997%2031.689c-62.62%200-63.998%2030.319-63.998%2031.697c0-1.464-1.378-31.697-63.998-31.697c-61.44%200-63.953-27.416-64.004-31.254v-.215c.001-.15.006-.23.006-.23v-63.997s2.843%2031.697%2063.998%2031.697s63.998%2028.856%2063.998%2031.698c0-2.153.689-31.698%2063.998-31.698c62.078%200%2063.94-30.472%2063.996-31.671zM256%200v63.998s0%2031.698-63.998%2031.698c-63.358%200-63.992%2029.631-63.998%2031.645l-.002-.065c-.078-2.461-2.628-31.58-63.996-31.58C2.486%2095.696.041%2068.28.001%2064.442v-.214c.002-.15.007-.23.007-.23V.038c.026%201.217%201.28%2031.66%2063.998%2031.66s63.972%2028.374%2063.997%2031.536v.161c0-2.842.69-31.698%2063.999-31.698C255.31%2031.697%20256%200%20256%200%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%20243%22%3E%3Cpath%20fill%3D%22%2322cace%22%20d%3D%22M255.998%20115.176v64.007c-.033.621-2.003%2031.689-63.997%2031.689c-62.62%200-63.998%2030.319-63.998%2031.697c0-1.464-1.378-31.697-63.998-31.697c-61.44%200-63.953-27.416-64.004-31.254v-.215c.001-.15.006-.23.006-.23v-63.997s2.843%2031.697%2063.998%2031.697s63.998%2028.856%2063.998%2031.698c0-2.153.689-31.698%2063.998-31.698c62.078%200%2063.94-30.472%2063.996-31.671zM256%200v63.998s0%2031.698-63.998%2031.698c-63.358%200-63.992%2029.631-63.998%2031.645l-.002-.065c-.078-2.461-2.628-31.58-63.996-31.58C2.486%2095.696.041%2068.28.001%2064.442v-.214c.002-.15.007-.23.007-.23V.038c.026%201.217%201.28%2031.66%2063.998%2031.66s63.972%2028.374%2063.997%2031.536v.161c0-2.842.69-31.698%2063.999-31.698C255.31%2031.697%20256%200%20256%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/whalar-icon.svg?color=%231a73e8&size=48