nucleo from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
nucleo
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the nucleo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.661 30c1.984.88 4.078 1.432 6.391 1.432c2.318 0 4.521-.552 6.396-1.432c-2.094-1.432-4.297-3.198-6.396-5.073c-2.089 1.875-4.297 3.641-6.391 5.073m19.62-6.177A15.6 15.6 0 0 0 31.375 16c0-2.313-.552-4.521-1.432-6.396c-2.313 3.422-5.62 7.276-9.37 11.026c-.771.771-1.651 1.651-2.536 2.422a10.5 10.5 0 0 0-1.099-.99a28 28 0 0 0 2.536-2.536c4.078-4.078 7.495-8.156 9.698-11.573c2.536-3.859 3.198-6.281 2.094-7.495c-.109-.219-.661-.443-1.214-.443c-1.323 0-3.526.995-6.172 2.755C21.567 1.452 18.922.567 16.052.567c-2.865 0-5.51.771-7.823 2.203C5.583 1.01 3.38.015 2.057.015C1.396.015.953.239.625.567c-2.646 2.646 5.62 12.901 11.792 19.068c7.276 7.276 14.552 12.349 17.635 12.349c.661 0 1.104-.224 1.432-.552c1.104-1.104.443-3.635-2.089-7.495zm.771-22.37c.109 0 .333 0 .443.109c.328.328.219 1.76-1.984 5.286c-.88-1.208-1.984-2.422-3.307-3.307c2.203-1.323 3.859-2.089 4.849-2.089zM3.599 6.849C1.724 3.875 1.172 2 1.615 1.563c.109-.109.333-.109.443-.109c.99 0 2.646.766 4.849 2.089A23.7 23.7 0 0 0 3.6 6.85zm26.896 23.589c-.115.109-.333.109-.443.109c-.99 0-2.646-.766-4.849-2.089c1.214-.885 2.427-1.984 3.307-3.307c2.203 3.526 2.313 4.958 1.984 5.286zm-16.203-7.162c-.995-.88-1.984-1.766-2.87-2.755c-3.635-3.641-7.161-7.719-9.37-11.026c-.875 1.984-1.427 4.193-1.427 6.396c0 2.865.771 5.51 2.094 7.823l-.109.109c-2.536 3.859-3.198 6.286-2.094 7.5c.328.328.88.547 1.432.547c2.422 0 7.385-3.083 12.896-7.932a4.2 4.2 0 0 1-.552-.661zm-12.24 7.271c-.104 0-.328 0-.438-.109c-.328-.328-.219-1.76 1.984-5.286q1.321 1.814 3.307 3.307c-2.208 1.323-3.859 2.089-4.854 2.089z"/></svg>

React

import type { SVGProps } from "react";

export function CibNucleo(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="M9.661 30c1.984.88 4.078 1.432 6.391 1.432c2.318 0 4.521-.552 6.396-1.432c-2.094-1.432-4.297-3.198-6.396-5.073c-2.089 1.875-4.297 3.641-6.391 5.073m19.62-6.177A15.6 15.6 0 0 0 31.375 16c0-2.313-.552-4.521-1.432-6.396c-2.313 3.422-5.62 7.276-9.37 11.026c-.771.771-1.651 1.651-2.536 2.422a10.5 10.5 0 0 0-1.099-.99a28 28 0 0 0 2.536-2.536c4.078-4.078 7.495-8.156 9.698-11.573c2.536-3.859 3.198-6.281 2.094-7.495c-.109-.219-.661-.443-1.214-.443c-1.323 0-3.526.995-6.172 2.755C21.567 1.452 18.922.567 16.052.567c-2.865 0-5.51.771-7.823 2.203C5.583 1.01 3.38.015 2.057.015C1.396.015.953.239.625.567c-2.646 2.646 5.62 12.901 11.792 19.068c7.276 7.276 14.552 12.349 17.635 12.349c.661 0 1.104-.224 1.432-.552c1.104-1.104.443-3.635-2.089-7.495zm.771-22.37c.109 0 .333 0 .443.109c.328.328.219 1.76-1.984 5.286c-.88-1.208-1.984-2.422-3.307-3.307c2.203-1.323 3.859-2.089 4.849-2.089zM3.599 6.849C1.724 3.875 1.172 2 1.615 1.563c.109-.109.333-.109.443-.109c.99 0 2.646.766 4.849 2.089A23.7 23.7 0 0 0 3.6 6.85zm26.896 23.589c-.115.109-.333.109-.443.109c-.99 0-2.646-.766-4.849-2.089c1.214-.885 2.427-1.984 3.307-3.307c2.203 3.526 2.313 4.958 1.984 5.286zm-16.203-7.162c-.995-.88-1.984-1.766-2.87-2.755c-3.635-3.641-7.161-7.719-9.37-11.026c-.875 1.984-1.427 4.193-1.427 6.396c0 2.865.771 5.51 2.094 7.823l-.109.109c-2.536 3.859-3.198 6.286-2.094 7.5c.328.328.88.547 1.432.547c2.422 0 7.385-3.083 12.896-7.932a4.2 4.2 0 0 1-.552-.661zm-12.24 7.271c-.104 0-.328 0-.438-.109c-.328-.328-.219-1.76 1.984-5.286q1.321 1.814 3.307 3.307c-2.208 1.323-3.859 2.089-4.854 2.089z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.661 30c1.984.88 4.078 1.432 6.391 1.432c2.318 0 4.521-.552 6.396-1.432c-2.094-1.432-4.297-3.198-6.396-5.073c-2.089 1.875-4.297 3.641-6.391 5.073m19.62-6.177A15.6 15.6 0 0 0 31.375 16c0-2.313-.552-4.521-1.432-6.396c-2.313 3.422-5.62 7.276-9.37 11.026c-.771.771-1.651 1.651-2.536 2.422a10.5 10.5 0 0 0-1.099-.99a28 28 0 0 0 2.536-2.536c4.078-4.078 7.495-8.156 9.698-11.573c2.536-3.859 3.198-6.281 2.094-7.495c-.109-.219-.661-.443-1.214-.443c-1.323 0-3.526.995-6.172 2.755C21.567 1.452 18.922.567 16.052.567c-2.865 0-5.51.771-7.823 2.203C5.583 1.01 3.38.015 2.057.015C1.396.015.953.239.625.567c-2.646 2.646 5.62 12.901 11.792 19.068c7.276 7.276 14.552 12.349 17.635 12.349c.661 0 1.104-.224 1.432-.552c1.104-1.104.443-3.635-2.089-7.495zm.771-22.37c.109 0 .333 0 .443.109c.328.328.219 1.76-1.984 5.286c-.88-1.208-1.984-2.422-3.307-3.307c2.203-1.323 3.859-2.089 4.849-2.089zM3.599 6.849C1.724 3.875 1.172 2 1.615 1.563c.109-.109.333-.109.443-.109c.99 0 2.646.766 4.849 2.089A23.7 23.7 0 0 0 3.6 6.85zm26.896 23.589c-.115.109-.333.109-.443.109c-.99 0-2.646-.766-4.849-2.089c1.214-.885 2.427-1.984 3.307-3.307c2.203 3.526 2.313 4.958 1.984 5.286zm-16.203-7.162c-.995-.88-1.984-1.766-2.87-2.755c-3.635-3.641-7.161-7.719-9.37-11.026c-.875 1.984-1.427 4.193-1.427 6.396c0 2.865.771 5.51 2.094 7.823l-.109.109c-2.536 3.859-3.198 6.286-2.094 7.5c.328.328.88.547 1.432.547c2.422 0 7.385-3.083 12.896-7.932a4.2 4.2 0 0 1-.552-.661zm-12.24 7.271c-.104 0-.328 0-.438-.109c-.328-.328-.219-1.76 1.984-5.286q1.321 1.814 3.307 3.307c-2.208 1.323-3.859 2.089-4.854 2.089z"/></svg>
</template>

CSS

.icon-nucleo {
  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%22M9.661%2030c1.984.88%204.078%201.432%206.391%201.432c2.318%200%204.521-.552%206.396-1.432c-2.094-1.432-4.297-3.198-6.396-5.073c-2.089%201.875-4.297%203.641-6.391%205.073m19.62-6.177A15.6%2015.6%200%200%200%2031.375%2016c0-2.313-.552-4.521-1.432-6.396c-2.313%203.422-5.62%207.276-9.37%2011.026c-.771.771-1.651%201.651-2.536%202.422a10.5%2010.5%200%200%200-1.099-.99a28%2028%200%200%200%202.536-2.536c4.078-4.078%207.495-8.156%209.698-11.573c2.536-3.859%203.198-6.281%202.094-7.495c-.109-.219-.661-.443-1.214-.443c-1.323%200-3.526.995-6.172%202.755C21.567%201.452%2018.922.567%2016.052.567c-2.865%200-5.51.771-7.823%202.203C5.583%201.01%203.38.015%202.057.015C1.396.015.953.239.625.567c-2.646%202.646%205.62%2012.901%2011.792%2019.068c7.276%207.276%2014.552%2012.349%2017.635%2012.349c.661%200%201.104-.224%201.432-.552c1.104-1.104.443-3.635-2.089-7.495zm.771-22.37c.109%200%20.333%200%20.443.109c.328.328.219%201.76-1.984%205.286c-.88-1.208-1.984-2.422-3.307-3.307c2.203-1.323%203.859-2.089%204.849-2.089zM3.599%206.849C1.724%203.875%201.172%202%201.615%201.563c.109-.109.333-.109.443-.109c.99%200%202.646.766%204.849%202.089A23.7%2023.7%200%200%200%203.6%206.85zm26.896%2023.589c-.115.109-.333.109-.443.109c-.99%200-2.646-.766-4.849-2.089c1.214-.885%202.427-1.984%203.307-3.307c2.203%203.526%202.313%204.958%201.984%205.286zm-16.203-7.162c-.995-.88-1.984-1.766-2.87-2.755c-3.635-3.641-7.161-7.719-9.37-11.026c-.875%201.984-1.427%204.193-1.427%206.396c0%202.865.771%205.51%202.094%207.823l-.109.109c-2.536%203.859-3.198%206.286-2.094%207.5c.328.328.88.547%201.432.547c2.422%200%207.385-3.083%2012.896-7.932a4.2%204.2%200%200%201-.552-.661zm-12.24%207.271c-.104%200-.328%200-.438-.109c-.328-.328-.219-1.76%201.984-5.286q1.321%201.814%203.307%203.307c-2.208%201.323-3.859%202.089-4.854%202.089z%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%22M9.661%2030c1.984.88%204.078%201.432%206.391%201.432c2.318%200%204.521-.552%206.396-1.432c-2.094-1.432-4.297-3.198-6.396-5.073c-2.089%201.875-4.297%203.641-6.391%205.073m19.62-6.177A15.6%2015.6%200%200%200%2031.375%2016c0-2.313-.552-4.521-1.432-6.396c-2.313%203.422-5.62%207.276-9.37%2011.026c-.771.771-1.651%201.651-2.536%202.422a10.5%2010.5%200%200%200-1.099-.99a28%2028%200%200%200%202.536-2.536c4.078-4.078%207.495-8.156%209.698-11.573c2.536-3.859%203.198-6.281%202.094-7.495c-.109-.219-.661-.443-1.214-.443c-1.323%200-3.526.995-6.172%202.755C21.567%201.452%2018.922.567%2016.052.567c-2.865%200-5.51.771-7.823%202.203C5.583%201.01%203.38.015%202.057.015C1.396.015.953.239.625.567c-2.646%202.646%205.62%2012.901%2011.792%2019.068c7.276%207.276%2014.552%2012.349%2017.635%2012.349c.661%200%201.104-.224%201.432-.552c1.104-1.104.443-3.635-2.089-7.495zm.771-22.37c.109%200%20.333%200%20.443.109c.328.328.219%201.76-1.984%205.286c-.88-1.208-1.984-2.422-3.307-3.307c2.203-1.323%203.859-2.089%204.849-2.089zM3.599%206.849C1.724%203.875%201.172%202%201.615%201.563c.109-.109.333-.109.443-.109c.99%200%202.646.766%204.849%202.089A23.7%2023.7%200%200%200%203.6%206.85zm26.896%2023.589c-.115.109-.333.109-.443.109c-.99%200-2.646-.766-4.849-2.089c1.214-.885%202.427-1.984%203.307-3.307c2.203%203.526%202.313%204.958%201.984%205.286zm-16.203-7.162c-.995-.88-1.984-1.766-2.87-2.755c-3.635-3.641-7.161-7.719-9.37-11.026c-.875%201.984-1.427%204.193-1.427%206.396c0%202.865.771%205.51%202.094%207.823l-.109.109c-2.536%203.859-3.198%206.286-2.094%207.5c.328.328.88.547%201.432.547c2.422%200%207.385-3.083%2012.896-7.932a4.2%204.2%200%200%201-.552-.661zm-12.24%207.271c-.104%200-.328%200-.438-.109c-.328-.328-.219-1.76%201.984-5.286q1.321%201.814%203.307%203.307c-2.208%201.323-3.859%202.089-4.854%202.089z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/nucleo.svg?color=%231a73e8&size=48