twoo logo
twoo from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- twoo
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the twoo logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.49 22.505c.083-.073.172-.146.25-.224c-1.609 1.568-3.672 2.339-5.719 2.313H7.99a7.92 7.92 0 0 1-5.661-2.526a8.56 8.56 0 0 1-2.01-3.589v-.01C-.483 15.537.236 12.24 2.46 9.927c3.13-3.245 8.094-3.323 11.281-.271l2.344 2.458l5.635 5.979h.026c.057.063.12.099.156.161a2.835 2.835 0 0 0 3.979-.141c1.161-1.198 1.203-3.161.068-4.38a2.4 2.4 0 0 0-.406-.359l-.323-.224c-1.094-.599-2.5-.396-3.438.563c-.141.141-.26.302-.359.464c-.401.62-.542 1.359-.464 2.078l-2.016-2.036l-2.344-2.224a8.6 8.6 0 0 1 1.484-2.089c.141-.141.281-.281.427-.411c-.089.073-.172.151-.255.224c1.615-1.568 3.677-2.339 5.724-2.313h.031c2.057.036 4.104.875 5.661 2.526a8.6 8.6 0 0 1 2.005 3.594v.005c.807 2.932.089 6.234-2.141 8.542c-3.125 3.245-8.094 3.328-11.276.276l-1.62-1.719l-.724-.771l-5.63-6.005l-.005-.016c-.026 0-.026-.021-.026-.021c-.057-.063-.12-.12-.161-.182c-1.135-1.042-2.88-1.021-3.974.141c-1.161 1.198-1.203 3.156-.063 4.359c.12.141.26.24.401.359l.318.203a2.894 2.894 0 0 0 3.443-.583c.141-.141.26-.302.359-.458c.401-.62.542-1.38.458-2.104l2.021 2.083l2.344 2.359a8.5 8.5 0 0 1-1.484 2.094c-.141.141-.281.281-.427.406z"/></svg>
React
import type { SVGProps } from "react";
export function CibTwoo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.49 22.505c.083-.073.172-.146.25-.224c-1.609 1.568-3.672 2.339-5.719 2.313H7.99a7.92 7.92 0 0 1-5.661-2.526a8.56 8.56 0 0 1-2.01-3.589v-.01C-.483 15.537.236 12.24 2.46 9.927c3.13-3.245 8.094-3.323 11.281-.271l2.344 2.458l5.635 5.979h.026c.057.063.12.099.156.161a2.835 2.835 0 0 0 3.979-.141c1.161-1.198 1.203-3.161.068-4.38a2.4 2.4 0 0 0-.406-.359l-.323-.224c-1.094-.599-2.5-.396-3.438.563c-.141.141-.26.302-.359.464c-.401.62-.542 1.359-.464 2.078l-2.016-2.036l-2.344-2.224a8.6 8.6 0 0 1 1.484-2.089c.141-.141.281-.281.427-.411c-.089.073-.172.151-.255.224c1.615-1.568 3.677-2.339 5.724-2.313h.031c2.057.036 4.104.875 5.661 2.526a8.6 8.6 0 0 1 2.005 3.594v.005c.807 2.932.089 6.234-2.141 8.542c-3.125 3.245-8.094 3.328-11.276.276l-1.62-1.719l-.724-.771l-5.63-6.005l-.005-.016c-.026 0-.026-.021-.026-.021c-.057-.063-.12-.12-.161-.182c-1.135-1.042-2.88-1.021-3.974.141c-1.161 1.198-1.203 3.156-.063 4.359c.12.141.26.24.401.359l.318.203a2.894 2.894 0 0 0 3.443-.583c.141-.141.26-.302.359-.458c.401-.62.542-1.38.458-2.104l2.021 2.083l2.344 2.359a8.5 8.5 0 0 1-1.484 2.094c-.141.141-.281.281-.427.406z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.49 22.505c.083-.073.172-.146.25-.224c-1.609 1.568-3.672 2.339-5.719 2.313H7.99a7.92 7.92 0 0 1-5.661-2.526a8.56 8.56 0 0 1-2.01-3.589v-.01C-.483 15.537.236 12.24 2.46 9.927c3.13-3.245 8.094-3.323 11.281-.271l2.344 2.458l5.635 5.979h.026c.057.063.12.099.156.161a2.835 2.835 0 0 0 3.979-.141c1.161-1.198 1.203-3.161.068-4.38a2.4 2.4 0 0 0-.406-.359l-.323-.224c-1.094-.599-2.5-.396-3.438.563c-.141.141-.26.302-.359.464c-.401.62-.542 1.359-.464 2.078l-2.016-2.036l-2.344-2.224a8.6 8.6 0 0 1 1.484-2.089c.141-.141.281-.281.427-.411c-.089.073-.172.151-.255.224c1.615-1.568 3.677-2.339 5.724-2.313h.031c2.057.036 4.104.875 5.661 2.526a8.6 8.6 0 0 1 2.005 3.594v.005c.807 2.932.089 6.234-2.141 8.542c-3.125 3.245-8.094 3.328-11.276.276l-1.62-1.719l-.724-.771l-5.63-6.005l-.005-.016c-.026 0-.026-.021-.026-.021c-.057-.063-.12-.12-.161-.182c-1.135-1.042-2.88-1.021-3.974.141c-1.161 1.198-1.203 3.156-.063 4.359c.12.141.26.24.401.359l.318.203a2.894 2.894 0 0 0 3.443-.583c.141-.141.26-.302.359-.458c.401-.62.542-1.38.458-2.104l2.021 2.083l2.344 2.359a8.5 8.5 0 0 1-1.484 2.094c-.141.141-.281.281-.427.406z"/></svg> </template>
CSS
.icon-twoo {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.49%2022.505c.083-.073.172-.146.25-.224c-1.609%201.568-3.672%202.339-5.719%202.313H7.99a7.92%207.92%200%200%201-5.661-2.526a8.56%208.56%200%200%201-2.01-3.589v-.01C-.483%2015.537.236%2012.24%202.46%209.927c3.13-3.245%208.094-3.323%2011.281-.271l2.344%202.458l5.635%205.979h.026c.057.063.12.099.156.161a2.835%202.835%200%200%200%203.979-.141c1.161-1.198%201.203-3.161.068-4.38a2.4%202.4%200%200%200-.406-.359l-.323-.224c-1.094-.599-2.5-.396-3.438.563c-.141.141-.26.302-.359.464c-.401.62-.542%201.359-.464%202.078l-2.016-2.036l-2.344-2.224a8.6%208.6%200%200%201%201.484-2.089c.141-.141.281-.281.427-.411c-.089.073-.172.151-.255.224c1.615-1.568%203.677-2.339%205.724-2.313h.031c2.057.036%204.104.875%205.661%202.526a8.6%208.6%200%200%201%202.005%203.594v.005c.807%202.932.089%206.234-2.141%208.542c-3.125%203.245-8.094%203.328-11.276.276l-1.62-1.719l-.724-.771l-5.63-6.005l-.005-.016c-.026%200-.026-.021-.026-.021c-.057-.063-.12-.12-.161-.182c-1.135-1.042-2.88-1.021-3.974.141c-1.161%201.198-1.203%203.156-.063%204.359c.12.141.26.24.401.359l.318.203a2.894%202.894%200%200%200%203.443-.583c.141-.141.26-.302.359-.458c.401-.62.542-1.38.458-2.104l2.021%202.083l2.344%202.359a8.5%208.5%200%200%201-1.484%202.094c-.141.141-.281.281-.427.406z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.49%2022.505c.083-.073.172-.146.25-.224c-1.609%201.568-3.672%202.339-5.719%202.313H7.99a7.92%207.92%200%200%201-5.661-2.526a8.56%208.56%200%200%201-2.01-3.589v-.01C-.483%2015.537.236%2012.24%202.46%209.927c3.13-3.245%208.094-3.323%2011.281-.271l2.344%202.458l5.635%205.979h.026c.057.063.12.099.156.161a2.835%202.835%200%200%200%203.979-.141c1.161-1.198%201.203-3.161.068-4.38a2.4%202.4%200%200%200-.406-.359l-.323-.224c-1.094-.599-2.5-.396-3.438.563c-.141.141-.26.302-.359.464c-.401.62-.542%201.359-.464%202.078l-2.016-2.036l-2.344-2.224a8.6%208.6%200%200%201%201.484-2.089c.141-.141.281-.281.427-.411c-.089.073-.172.151-.255.224c1.615-1.568%203.677-2.339%205.724-2.313h.031c2.057.036%204.104.875%205.661%202.526a8.6%208.6%200%200%201%202.005%203.594v.005c.807%202.932.089%206.234-2.141%208.542c-3.125%203.245-8.094%203.328-11.276.276l-1.62-1.719l-.724-.771l-5.63-6.005l-.005-.016c-.026%200-.026-.021-.026-.021c-.057-.063-.12-.12-.161-.182c-1.135-1.042-2.88-1.021-3.974.141c-1.161%201.198-1.203%203.156-.063%204.359c.12.141.26.24.401.359l.318.203a2.894%202.894%200%200%200%203.443-.583c.141-.141.26-.302.359-.458c.401-.62.542-1.38.458-2.104l2.021%202.083l2.344%202.359a8.5%208.5%200%200%201-1.484%202.094c-.141.141-.281.281-.427.406z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/twoo.svg?color=%231a73e8&size=48