genius logo
genius from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- genius
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the genius logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.197 1.645c-.484 0-.963.016-1.443.027c-.291-.041-.495.297-.468.552c-.047 1.349.031 2.697-.021 4.047c-.052 1.125-.739 2.131-1.629 2.776c-.667.459-1.496.579-2.229.88c.161 1.043.577 2.079 1.405 2.761c1.589 1.405 4.303 1.151 5.563-.568c1.261-1.427.604-3.427.803-5.136c.385-.64 1.249-.177 1.755-.656c-.453-1.667-1.077-3.369-2.296-4.631a17 17 0 0 0-1.443-.052zm-13.894.011C.708 3.989-.516 7.729.203 11.145c.516 2.74 2.245 5.193 4.604 6.667c.177-.307.308-.635.12-.973c-1.271-3.756-.187-8.161 2.647-10.921c.02-1.313.057-2.636-.005-3.948l-.251-.287c-1.339-.068-2.677 0-4.011-.027zm23.837.073l-.271.473c.355 1.251.803 2.485.959 3.776c.776 4.729-.536 9.756-3.484 13.521c-2.423 3.14-5.923 5.432-9.776 6.364c-3.547.881-7.355.6-10.756-.724c-.088.105-.276.319-.364.428c3.552 3.505 8.724 5.292 13.677 4.661c4.099-.437 7.995-2.484 10.697-5.593c2.579-2.917 4.109-6.761 4.167-10.657c.161-4.509-1.609-9.093-4.849-12.249"/></svg>
React
import type { SVGProps } from "react";
export function CibGenius(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="M17.197 1.645c-.484 0-.963.016-1.443.027c-.291-.041-.495.297-.468.552c-.047 1.349.031 2.697-.021 4.047c-.052 1.125-.739 2.131-1.629 2.776c-.667.459-1.496.579-2.229.88c.161 1.043.577 2.079 1.405 2.761c1.589 1.405 4.303 1.151 5.563-.568c1.261-1.427.604-3.427.803-5.136c.385-.64 1.249-.177 1.755-.656c-.453-1.667-1.077-3.369-2.296-4.631a17 17 0 0 0-1.443-.052zm-13.894.011C.708 3.989-.516 7.729.203 11.145c.516 2.74 2.245 5.193 4.604 6.667c.177-.307.308-.635.12-.973c-1.271-3.756-.187-8.161 2.647-10.921c.02-1.313.057-2.636-.005-3.948l-.251-.287c-1.339-.068-2.677 0-4.011-.027zm23.837.073l-.271.473c.355 1.251.803 2.485.959 3.776c.776 4.729-.536 9.756-3.484 13.521c-2.423 3.14-5.923 5.432-9.776 6.364c-3.547.881-7.355.6-10.756-.724c-.088.105-.276.319-.364.428c3.552 3.505 8.724 5.292 13.677 4.661c4.099-.437 7.995-2.484 10.697-5.593c2.579-2.917 4.109-6.761 4.167-10.657c.161-4.509-1.609-9.093-4.849-12.249"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.197 1.645c-.484 0-.963.016-1.443.027c-.291-.041-.495.297-.468.552c-.047 1.349.031 2.697-.021 4.047c-.052 1.125-.739 2.131-1.629 2.776c-.667.459-1.496.579-2.229.88c.161 1.043.577 2.079 1.405 2.761c1.589 1.405 4.303 1.151 5.563-.568c1.261-1.427.604-3.427.803-5.136c.385-.64 1.249-.177 1.755-.656c-.453-1.667-1.077-3.369-2.296-4.631a17 17 0 0 0-1.443-.052zm-13.894.011C.708 3.989-.516 7.729.203 11.145c.516 2.74 2.245 5.193 4.604 6.667c.177-.307.308-.635.12-.973c-1.271-3.756-.187-8.161 2.647-10.921c.02-1.313.057-2.636-.005-3.948l-.251-.287c-1.339-.068-2.677 0-4.011-.027zm23.837.073l-.271.473c.355 1.251.803 2.485.959 3.776c.776 4.729-.536 9.756-3.484 13.521c-2.423 3.14-5.923 5.432-9.776 6.364c-3.547.881-7.355.6-10.756-.724c-.088.105-.276.319-.364.428c3.552 3.505 8.724 5.292 13.677 4.661c4.099-.437 7.995-2.484 10.697-5.593c2.579-2.917 4.109-6.761 4.167-10.657c.161-4.509-1.609-9.093-4.849-12.249"/></svg> </template>
CSS
.icon-genius {
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%22M17.197%201.645c-.484%200-.963.016-1.443.027c-.291-.041-.495.297-.468.552c-.047%201.349.031%202.697-.021%204.047c-.052%201.125-.739%202.131-1.629%202.776c-.667.459-1.496.579-2.229.88c.161%201.043.577%202.079%201.405%202.761c1.589%201.405%204.303%201.151%205.563-.568c1.261-1.427.604-3.427.803-5.136c.385-.64%201.249-.177%201.755-.656c-.453-1.667-1.077-3.369-2.296-4.631a17%2017%200%200%200-1.443-.052zm-13.894.011C.708%203.989-.516%207.729.203%2011.145c.516%202.74%202.245%205.193%204.604%206.667c.177-.307.308-.635.12-.973c-1.271-3.756-.187-8.161%202.647-10.921c.02-1.313.057-2.636-.005-3.948l-.251-.287c-1.339-.068-2.677%200-4.011-.027zm23.837.073l-.271.473c.355%201.251.803%202.485.959%203.776c.776%204.729-.536%209.756-3.484%2013.521c-2.423%203.14-5.923%205.432-9.776%206.364c-3.547.881-7.355.6-10.756-.724c-.088.105-.276.319-.364.428c3.552%203.505%208.724%205.292%2013.677%204.661c4.099-.437%207.995-2.484%2010.697-5.593c2.579-2.917%204.109-6.761%204.167-10.657c.161-4.509-1.609-9.093-4.849-12.249%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%22M17.197%201.645c-.484%200-.963.016-1.443.027c-.291-.041-.495.297-.468.552c-.047%201.349.031%202.697-.021%204.047c-.052%201.125-.739%202.131-1.629%202.776c-.667.459-1.496.579-2.229.88c.161%201.043.577%202.079%201.405%202.761c1.589%201.405%204.303%201.151%205.563-.568c1.261-1.427.604-3.427.803-5.136c.385-.64%201.249-.177%201.755-.656c-.453-1.667-1.077-3.369-2.296-4.631a17%2017%200%200%200-1.443-.052zm-13.894.011C.708%203.989-.516%207.729.203%2011.145c.516%202.74%202.245%205.193%204.604%206.667c.177-.307.308-.635.12-.973c-1.271-3.756-.187-8.161%202.647-10.921c.02-1.313.057-2.636-.005-3.948l-.251-.287c-1.339-.068-2.677%200-4.011-.027zm23.837.073l-.271.473c.355%201.251.803%202.485.959%203.776c.776%204.729-.536%209.756-3.484%2013.521c-2.423%203.14-5.923%205.432-9.776%206.364c-3.547.881-7.355.6-10.756-.724c-.088.105-.276.319-.364.428c3.552%203.505%208.724%205.292%2013.677%204.661c4.099-.437%207.995-2.484%2010.697-5.593c2.579-2.917%204.109-6.761%204.167-10.657c.161-4.509-1.609-9.093-4.849-12.249%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/genius.svg?color=%231a73e8&size=48