babel logo
babel from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- babel
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the babel logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#fdd835" d="M18.23 11.21q-.045-.24-1.32-1.65c-.02-.19.29-.45.9-.8l1.74-1.55c.39-.5.62-1.28.69-2.38l-.02-.26c-.07-.78-.63-1.4-1.69-1.89c-.63-.42-1.76-.65-3.38-.68c-1.35.11-3.11.59-5.28 1.43c-.6.43-1.28.86-2.04 1.28l.01.14l.21-.08c.08-.01.13.03.14.11l.13-.07l.07-.01l.01.06c0 .07-.47.44-1.76 1.35l-.06.12c-.31.02-.61.25-.91.67l.08.12l.25-.09l.18.24c.32-.33.66-.62 1.03-.87c.19.05.29.11.44.16c1.02-.75 2.03-1.3 3.04-1.64l.01.14c-.2.27-.32.42-.38.42l.1.23c.01.19-2.55 7-6.66 14.44l.08.19c.35-.08.58-.17.75-.26l.01.13l.4-.03l-.67 1.76l.14.06c.57-.64 1-1.29 1.3-1.88c1.67-.49 2.94-.97 3.82-1.44c.88-.08 1.56-.31 2.02-.7l.92-.47c1.27-.98 2.22-1.67 2.87-2.08c1.33-.98 2.2-1.93 2.6-2.85zm-3.46 2.31L13 14.91c-1.29.85-2 1.3-2.09 1.3c-2.07 1.13-3.36 1.72-3.86 1.76l-.05.01c.04-.23.96-2.12 2.75-5.67c.78-.06 2.02-.43 3.71-1.1l.41-.03c.85-.08 1.49.09 1.91.49l.03.26c-.31.9-.67 1.44-1.04 1.59m1.09-5.78q-.27.33-1.5 1.11c-.27.03-1.27.42-3.01 1.18l-.28-.05l-.01-.12c-.02-.25.09-.57.34-.95c.13-.7.28-1.12.44-1.2l1.45-3.28c-.02-.22.29-.35.93-.46l.21-.02l.01.18l1.16-.16c1.15-.1 1.75.14 1.8.7l.13-.02l-.03-.32l.15-.02c.35.19.52.4.54.68c.02.18-.08.41-.29.68c-.09.01-.14-.06-.15-.18l-.14.01l-.03.4c-.58.87-1.01 1.31-1.27 1.34z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeBabel(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#fdd835" d="M18.23 11.21q-.045-.24-1.32-1.65c-.02-.19.29-.45.9-.8l1.74-1.55c.39-.5.62-1.28.69-2.38l-.02-.26c-.07-.78-.63-1.4-1.69-1.89c-.63-.42-1.76-.65-3.38-.68c-1.35.11-3.11.59-5.28 1.43c-.6.43-1.28.86-2.04 1.28l.01.14l.21-.08c.08-.01.13.03.14.11l.13-.07l.07-.01l.01.06c0 .07-.47.44-1.76 1.35l-.06.12c-.31.02-.61.25-.91.67l.08.12l.25-.09l.18.24c.32-.33.66-.62 1.03-.87c.19.05.29.11.44.16c1.02-.75 2.03-1.3 3.04-1.64l.01.14c-.2.27-.32.42-.38.42l.1.23c.01.19-2.55 7-6.66 14.44l.08.19c.35-.08.58-.17.75-.26l.01.13l.4-.03l-.67 1.76l.14.06c.57-.64 1-1.29 1.3-1.88c1.67-.49 2.94-.97 3.82-1.44c.88-.08 1.56-.31 2.02-.7l.92-.47c1.27-.98 2.22-1.67 2.87-2.08c1.33-.98 2.2-1.93 2.6-2.85zm-3.46 2.31L13 14.91c-1.29.85-2 1.3-2.09 1.3c-2.07 1.13-3.36 1.72-3.86 1.76l-.05.01c.04-.23.96-2.12 2.75-5.67c.78-.06 2.02-.43 3.71-1.1l.41-.03c.85-.08 1.49.09 1.91.49l.03.26c-.31.9-.67 1.44-1.04 1.59m1.09-5.78q-.27.33-1.5 1.11c-.27.03-1.27.42-3.01 1.18l-.28-.05l-.01-.12c-.02-.25.09-.57.34-.95c.13-.7.28-1.12.44-1.2l1.45-3.28c-.02-.22.29-.35.93-.46l.21-.02l.01.18l1.16-.16c1.15-.1 1.75.14 1.8.7l.13-.02l-.03-.32l.15-.02c.35.19.52.4.54.68c.02.18-.08.41-.29.68c-.09.01-.14-.06-.15-.18l-.14.01l-.03.4c-.58.87-1.01 1.31-1.27 1.34z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#fdd835" d="M18.23 11.21q-.045-.24-1.32-1.65c-.02-.19.29-.45.9-.8l1.74-1.55c.39-.5.62-1.28.69-2.38l-.02-.26c-.07-.78-.63-1.4-1.69-1.89c-.63-.42-1.76-.65-3.38-.68c-1.35.11-3.11.59-5.28 1.43c-.6.43-1.28.86-2.04 1.28l.01.14l.21-.08c.08-.01.13.03.14.11l.13-.07l.07-.01l.01.06c0 .07-.47.44-1.76 1.35l-.06.12c-.31.02-.61.25-.91.67l.08.12l.25-.09l.18.24c.32-.33.66-.62 1.03-.87c.19.05.29.11.44.16c1.02-.75 2.03-1.3 3.04-1.64l.01.14c-.2.27-.32.42-.38.42l.1.23c.01.19-2.55 7-6.66 14.44l.08.19c.35-.08.58-.17.75-.26l.01.13l.4-.03l-.67 1.76l.14.06c.57-.64 1-1.29 1.3-1.88c1.67-.49 2.94-.97 3.82-1.44c.88-.08 1.56-.31 2.02-.7l.92-.47c1.27-.98 2.22-1.67 2.87-2.08c1.33-.98 2.2-1.93 2.6-2.85zm-3.46 2.31L13 14.91c-1.29.85-2 1.3-2.09 1.3c-2.07 1.13-3.36 1.72-3.86 1.76l-.05.01c.04-.23.96-2.12 2.75-5.67c.78-.06 2.02-.43 3.71-1.1l.41-.03c.85-.08 1.49.09 1.91.49l.03.26c-.31.9-.67 1.44-1.04 1.59m1.09-5.78q-.27.33-1.5 1.11c-.27.03-1.27.42-3.01 1.18l-.28-.05l-.01-.12c-.02-.25.09-.57.34-.95c.13-.7.28-1.12.44-1.2l1.45-3.28c-.02-.22.29-.35.93-.46l.21-.02l.01.18l1.16-.16c1.15-.1 1.75.14 1.8.7l.13-.02l-.03-.32l.15-.02c.35.19.52.4.54.68c.02.18-.08.41-.29.68c-.09.01-.14-.06-.15-.18l-.14.01l-.03.4c-.58.87-1.01 1.31-1.27 1.34z"/></svg> </template>
CSS
.icon-babel {
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%22%23fdd835%22%20d%3D%22M18.23%2011.21q-.045-.24-1.32-1.65c-.02-.19.29-.45.9-.8l1.74-1.55c.39-.5.62-1.28.69-2.38l-.02-.26c-.07-.78-.63-1.4-1.69-1.89c-.63-.42-1.76-.65-3.38-.68c-1.35.11-3.11.59-5.28%201.43c-.6.43-1.28.86-2.04%201.28l.01.14l.21-.08c.08-.01.13.03.14.11l.13-.07l.07-.01l.01.06c0%20.07-.47.44-1.76%201.35l-.06.12c-.31.02-.61.25-.91.67l.08.12l.25-.09l.18.24c.32-.33.66-.62%201.03-.87c.19.05.29.11.44.16c1.02-.75%202.03-1.3%203.04-1.64l.01.14c-.2.27-.32.42-.38.42l.1.23c.01.19-2.55%207-6.66%2014.44l.08.19c.35-.08.58-.17.75-.26l.01.13l.4-.03l-.67%201.76l.14.06c.57-.64%201-1.29%201.3-1.88c1.67-.49%202.94-.97%203.82-1.44c.88-.08%201.56-.31%202.02-.7l.92-.47c1.27-.98%202.22-1.67%202.87-2.08c1.33-.98%202.2-1.93%202.6-2.85zm-3.46%202.31L13%2014.91c-1.29.85-2%201.3-2.09%201.3c-2.07%201.13-3.36%201.72-3.86%201.76l-.05.01c.04-.23.96-2.12%202.75-5.67c.78-.06%202.02-.43%203.71-1.1l.41-.03c.85-.08%201.49.09%201.91.49l.03.26c-.31.9-.67%201.44-1.04%201.59m1.09-5.78q-.27.33-1.5%201.11c-.27.03-1.27.42-3.01%201.18l-.28-.05l-.01-.12c-.02-.25.09-.57.34-.95c.13-.7.28-1.12.44-1.2l1.45-3.28c-.02-.22.29-.35.93-.46l.21-.02l.01.18l1.16-.16c1.15-.1%201.75.14%201.8.7l.13-.02l-.03-.32l.15-.02c.35.19.52.4.54.68c.02.18-.08.41-.29.68c-.09.01-.14-.06-.15-.18l-.14.01l-.03.4c-.58.87-1.01%201.31-1.27%201.34z%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%22%23fdd835%22%20d%3D%22M18.23%2011.21q-.045-.24-1.32-1.65c-.02-.19.29-.45.9-.8l1.74-1.55c.39-.5.62-1.28.69-2.38l-.02-.26c-.07-.78-.63-1.4-1.69-1.89c-.63-.42-1.76-.65-3.38-.68c-1.35.11-3.11.59-5.28%201.43c-.6.43-1.28.86-2.04%201.28l.01.14l.21-.08c.08-.01.13.03.14.11l.13-.07l.07-.01l.01.06c0%20.07-.47.44-1.76%201.35l-.06.12c-.31.02-.61.25-.91.67l.08.12l.25-.09l.18.24c.32-.33.66-.62%201.03-.87c.19.05.29.11.44.16c1.02-.75%202.03-1.3%203.04-1.64l.01.14c-.2.27-.32.42-.38.42l.1.23c.01.19-2.55%207-6.66%2014.44l.08.19c.35-.08.58-.17.75-.26l.01.13l.4-.03l-.67%201.76l.14.06c.57-.64%201-1.29%201.3-1.88c1.67-.49%202.94-.97%203.82-1.44c.88-.08%201.56-.31%202.02-.7l.92-.47c1.27-.98%202.22-1.67%202.87-2.08c1.33-.98%202.2-1.93%202.6-2.85zm-3.46%202.31L13%2014.91c-1.29.85-2%201.3-2.09%201.3c-2.07%201.13-3.36%201.72-3.86%201.76l-.05.01c.04-.23.96-2.12%202.75-5.67c.78-.06%202.02-.43%203.71-1.1l.41-.03c.85-.08%201.49.09%201.91.49l.03.26c-.31.9-.67%201.44-1.04%201.59m1.09-5.78q-.27.33-1.5%201.11c-.27.03-1.27.42-3.01%201.18l-.28-.05l-.01-.12c-.02-.25.09-.57.34-.95c.13-.7.28-1.12.44-1.2l1.45-3.28c-.02-.22.29-.35.93-.46l.21-.02l.01.18l1.16-.16c1.15-.1%201.75.14%201.8.7l.13-.02l-.03-.32l.15-.02c.35.19.52.4.54.68c.02.18-.08.41-.29.68c-.09.01-.14-.06-.15-.18l-.14.01l-.03.4c-.58.87-1.01%201.31-1.27%201.34z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/babel.svg?color=%231a73e8&size=48