logo cnb icon
logo-cnb-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- logo-cnb-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
logo-adobe-illustratelogo-adobe-lightroomlogo-adobe-photoshoplogo-alipaylogo-androidlogo-applelogo-behancelogo-chromelogo-cinema4dlogo-codepenlogo-codesandboxlogo-codesignlogo-dribbblelogo-facebooklogo-figmalogo-framerlogo-githublogo-gitlablogo-hiflowlogo-ielogo-instagramlogo-iwikilogo-markdownlogo-miniprogram
Use the logo cnb icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.293 2.807a.55.55 0 0 0-.158-.595A7.08 7.08 0 0 0 13.003.51c-2.397-.174-3.882.468-4.632.945a.555.555 0 0 0-.039.906l6.109 4.748a.992.992 0 0 0 1.547-.464zM2.235 16.9a.7.7 0 0 0-.282.766c.233.835.925 2.572 2.89 4.152c1.964 1.58 4.288 1.751 5.281 1.727a.69.69 0 0 0 .646-.486l3.915-12.393c.283-.895-.72-1.645-1.498-1.122zM5.097 3.822a.7.7 0 0 0-.589.036c-.724.394-2.58 1.61-3.538 4.106c-.738 1.924-.478 4.052-.275 5.093c.067.34.426.536.748.41L13.192 8.88c.839-.327.842-1.513.005-1.845zm17.428 8.881c.34.23.804.027.863-.38c.156-1.075.29-2.947-.332-4.359c-.83-1.882-2.238-3.042-2.907-3.514a.56.56 0 0 0-.69.039l-2.965 2.63a.992.992 0 0 0 .101 1.562zM14.24 22.74c-.03.35.267.64.616.602c1.123-.12 3.432-.566 5.16-2.218a8.47 8.47 0 0 0 2.391-4.276a.7.7 0 0 0-.14-.582L17.083 9.87c-.562-.693-1.681-.351-1.759.537z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignLogoCnbFilled(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="M17.293 2.807a.55.55 0 0 0-.158-.595A7.08 7.08 0 0 0 13.003.51c-2.397-.174-3.882.468-4.632.945a.555.555 0 0 0-.039.906l6.109 4.748a.992.992 0 0 0 1.547-.464zM2.235 16.9a.7.7 0 0 0-.282.766c.233.835.925 2.572 2.89 4.152c1.964 1.58 4.288 1.751 5.281 1.727a.69.69 0 0 0 .646-.486l3.915-12.393c.283-.895-.72-1.645-1.498-1.122zM5.097 3.822a.7.7 0 0 0-.589.036c-.724.394-2.58 1.61-3.538 4.106c-.738 1.924-.478 4.052-.275 5.093c.067.34.426.536.748.41L13.192 8.88c.839-.327.842-1.513.005-1.845zm17.428 8.881c.34.23.804.027.863-.38c.156-1.075.29-2.947-.332-4.359c-.83-1.882-2.238-3.042-2.907-3.514a.56.56 0 0 0-.69.039l-2.965 2.63a.992.992 0 0 0 .101 1.562zM14.24 22.74c-.03.35.267.64.616.602c1.123-.12 3.432-.566 5.16-2.218a8.47 8.47 0 0 0 2.391-4.276a.7.7 0 0 0-.14-.582L17.083 9.87c-.562-.693-1.681-.351-1.759.537z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.293 2.807a.55.55 0 0 0-.158-.595A7.08 7.08 0 0 0 13.003.51c-2.397-.174-3.882.468-4.632.945a.555.555 0 0 0-.039.906l6.109 4.748a.992.992 0 0 0 1.547-.464zM2.235 16.9a.7.7 0 0 0-.282.766c.233.835.925 2.572 2.89 4.152c1.964 1.58 4.288 1.751 5.281 1.727a.69.69 0 0 0 .646-.486l3.915-12.393c.283-.895-.72-1.645-1.498-1.122zM5.097 3.822a.7.7 0 0 0-.589.036c-.724.394-2.58 1.61-3.538 4.106c-.738 1.924-.478 4.052-.275 5.093c.067.34.426.536.748.41L13.192 8.88c.839-.327.842-1.513.005-1.845zm17.428 8.881c.34.23.804.027.863-.38c.156-1.075.29-2.947-.332-4.359c-.83-1.882-2.238-3.042-2.907-3.514a.56.56 0 0 0-.69.039l-2.965 2.63a.992.992 0 0 0 .101 1.562zM14.24 22.74c-.03.35.267.64.616.602c1.123-.12 3.432-.566 5.16-2.218a8.47 8.47 0 0 0 2.391-4.276a.7.7 0 0 0-.14-.582L17.083 9.87c-.562-.693-1.681-.351-1.759.537z"/></svg> </template>
CSS
.icon-logo-cnb-filled {
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%22M17.293%202.807a.55.55%200%200%200-.158-.595A7.08%207.08%200%200%200%2013.003.51c-2.397-.174-3.882.468-4.632.945a.555.555%200%200%200-.039.906l6.109%204.748a.992.992%200%200%200%201.547-.464zM2.235%2016.9a.7.7%200%200%200-.282.766c.233.835.925%202.572%202.89%204.152c1.964%201.58%204.288%201.751%205.281%201.727a.69.69%200%200%200%20.646-.486l3.915-12.393c.283-.895-.72-1.645-1.498-1.122zM5.097%203.822a.7.7%200%200%200-.589.036c-.724.394-2.58%201.61-3.538%204.106c-.738%201.924-.478%204.052-.275%205.093c.067.34.426.536.748.41L13.192%208.88c.839-.327.842-1.513.005-1.845zm17.428%208.881c.34.23.804.027.863-.38c.156-1.075.29-2.947-.332-4.359c-.83-1.882-2.238-3.042-2.907-3.514a.56.56%200%200%200-.69.039l-2.965%202.63a.992.992%200%200%200%20.101%201.562zM14.24%2022.74c-.03.35.267.64.616.602c1.123-.12%203.432-.566%205.16-2.218a8.47%208.47%200%200%200%202.391-4.276a.7.7%200%200%200-.14-.582L17.083%209.87c-.562-.693-1.681-.351-1.759.537z%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%22M17.293%202.807a.55.55%200%200%200-.158-.595A7.08%207.08%200%200%200%2013.003.51c-2.397-.174-3.882.468-4.632.945a.555.555%200%200%200-.039.906l6.109%204.748a.992.992%200%200%200%201.547-.464zM2.235%2016.9a.7.7%200%200%200-.282.766c.233.835.925%202.572%202.89%204.152c1.964%201.58%204.288%201.751%205.281%201.727a.69.69%200%200%200%20.646-.486l3.915-12.393c.283-.895-.72-1.645-1.498-1.122zM5.097%203.822a.7.7%200%200%200-.589.036c-.724.394-2.58%201.61-3.538%204.106c-.738%201.924-.478%204.052-.275%205.093c.067.34.426.536.748.41L13.192%208.88c.839-.327.842-1.513.005-1.845zm17.428%208.881c.34.23.804.027.863-.38c.156-1.075.29-2.947-.332-4.359c-.83-1.882-2.238-3.042-2.907-3.514a.56.56%200%200%200-.69.039l-2.965%202.63a.992.992%200%200%200%20.101%201.562zM14.24%2022.74c-.03.35.267.64.616.602c1.123-.12%203.432-.566%205.16-2.218a8.47%208.47%200%200%200%202.391-4.276a.7.7%200%200%200-.14-.582L17.083%209.87c-.562-.693-1.681-.351-1.759.537z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/logo-cnb-filled.svg?color=%231a73e8&size=48