known logo
known from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- known
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the known logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M32 16c0 8.802-7.198 16-16 16S0 24.802 0 16S7.198 0 16 0s16 7.198 16 16M16 2.401c-7.599 0-13.599 6-13.599 13.599s6 13.599 13.599 13.599s13.599-6 13.599-13.599S23.599 2.401 16 2.401m7.469 7.198l-.271.266c.135-.13.401-.266.536-.266zm.265 0h.667V7.068h-7.333v2.531h1.198q.4.001.401.401c0 .135 0 .266-.135.266l-5.063 5.068h-.135c-.135 0-.266-.135-.266-.266v-4.536c0-.531.401-.932.932-.932h1.068V7.069h-7.87V9.6h.938c.531 0 .932.401.932.932v11.203a.91.91 0 0 1-.932.932h-.938v2.667h7.87v-2.667H14a.91.91 0 0 1-.932-.932v-1.87c0-.13 0-.266.13-.396l2-2s.135-.135.271-.135c.13 0 .266 0 .266.135l2.797 4.396v.271q.002.398-.396.396h-1.203v2.667h8.401v-2.667h-.932a.73.73 0 0 1-.667-.396v-.135l-4.932-7.333c0-.135-.135-.135-.135-.266c0-.135 0-.266.135-.266l4.266-4.271c.266-.266.401-.266.667-.266z"/></svg>
React
import type { SVGProps } from "react";
export function CibKnown(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="M32 16c0 8.802-7.198 16-16 16S0 24.802 0 16S7.198 0 16 0s16 7.198 16 16M16 2.401c-7.599 0-13.599 6-13.599 13.599s6 13.599 13.599 13.599s13.599-6 13.599-13.599S23.599 2.401 16 2.401m7.469 7.198l-.271.266c.135-.13.401-.266.536-.266zm.265 0h.667V7.068h-7.333v2.531h1.198q.4.001.401.401c0 .135 0 .266-.135.266l-5.063 5.068h-.135c-.135 0-.266-.135-.266-.266v-4.536c0-.531.401-.932.932-.932h1.068V7.069h-7.87V9.6h.938c.531 0 .932.401.932.932v11.203a.91.91 0 0 1-.932.932h-.938v2.667h7.87v-2.667H14a.91.91 0 0 1-.932-.932v-1.87c0-.13 0-.266.13-.396l2-2s.135-.135.271-.135c.13 0 .266 0 .266.135l2.797 4.396v.271q.002.398-.396.396h-1.203v2.667h8.401v-2.667h-.932a.73.73 0 0 1-.667-.396v-.135l-4.932-7.333c0-.135-.135-.135-.135-.266c0-.135 0-.266.135-.266l4.266-4.271c.266-.266.401-.266.667-.266z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M32 16c0 8.802-7.198 16-16 16S0 24.802 0 16S7.198 0 16 0s16 7.198 16 16M16 2.401c-7.599 0-13.599 6-13.599 13.599s6 13.599 13.599 13.599s13.599-6 13.599-13.599S23.599 2.401 16 2.401m7.469 7.198l-.271.266c.135-.13.401-.266.536-.266zm.265 0h.667V7.068h-7.333v2.531h1.198q.4.001.401.401c0 .135 0 .266-.135.266l-5.063 5.068h-.135c-.135 0-.266-.135-.266-.266v-4.536c0-.531.401-.932.932-.932h1.068V7.069h-7.87V9.6h.938c.531 0 .932.401.932.932v11.203a.91.91 0 0 1-.932.932h-.938v2.667h7.87v-2.667H14a.91.91 0 0 1-.932-.932v-1.87c0-.13 0-.266.13-.396l2-2s.135-.135.271-.135c.13 0 .266 0 .266.135l2.797 4.396v.271q.002.398-.396.396h-1.203v2.667h8.401v-2.667h-.932a.73.73 0 0 1-.667-.396v-.135l-4.932-7.333c0-.135-.135-.135-.135-.266c0-.135 0-.266.135-.266l4.266-4.271c.266-.266.401-.266.667-.266z"/></svg> </template>
CSS
.icon-known {
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%22M32%2016c0%208.802-7.198%2016-16%2016S0%2024.802%200%2016S7.198%200%2016%200s16%207.198%2016%2016M16%202.401c-7.599%200-13.599%206-13.599%2013.599s6%2013.599%2013.599%2013.599s13.599-6%2013.599-13.599S23.599%202.401%2016%202.401m7.469%207.198l-.271.266c.135-.13.401-.266.536-.266zm.265%200h.667V7.068h-7.333v2.531h1.198q.4.001.401.401c0%20.135%200%20.266-.135.266l-5.063%205.068h-.135c-.135%200-.266-.135-.266-.266v-4.536c0-.531.401-.932.932-.932h1.068V7.069h-7.87V9.6h.938c.531%200%20.932.401.932.932v11.203a.91.91%200%200%201-.932.932h-.938v2.667h7.87v-2.667H14a.91.91%200%200%201-.932-.932v-1.87c0-.13%200-.266.13-.396l2-2s.135-.135.271-.135c.13%200%20.266%200%20.266.135l2.797%204.396v.271q.002.398-.396.396h-1.203v2.667h8.401v-2.667h-.932a.73.73%200%200%201-.667-.396v-.135l-4.932-7.333c0-.135-.135-.135-.135-.266c0-.135%200-.266.135-.266l4.266-4.271c.266-.266.401-.266.667-.266z%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%22M32%2016c0%208.802-7.198%2016-16%2016S0%2024.802%200%2016S7.198%200%2016%200s16%207.198%2016%2016M16%202.401c-7.599%200-13.599%206-13.599%2013.599s6%2013.599%2013.599%2013.599s13.599-6%2013.599-13.599S23.599%202.401%2016%202.401m7.469%207.198l-.271.266c.135-.13.401-.266.536-.266zm.265%200h.667V7.068h-7.333v2.531h1.198q.4.001.401.401c0%20.135%200%20.266-.135.266l-5.063%205.068h-.135c-.135%200-.266-.135-.266-.266v-4.536c0-.531.401-.932.932-.932h1.068V7.069h-7.87V9.6h.938c.531%200%20.932.401.932.932v11.203a.91.91%200%200%201-.932.932h-.938v2.667h7.87v-2.667H14a.91.91%200%200%201-.932-.932v-1.87c0-.13%200-.266.13-.396l2-2s.135-.135.271-.135c.13%200%20.266%200%20.266.135l2.797%204.396v.271q.002.398-.396.396h-1.203v2.667h8.401v-2.667h-.932a.73.73%200%200%201-.667-.396v-.135l-4.932-7.333c0-.135-.135-.135-.135-.266c0-.135%200-.266.135-.266l4.266-4.271c.266-.266.401-.266.667-.266z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/known.svg?color=%231a73e8&size=48