science-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
science-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the science icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.345 3.4c2.043-.646 4.08-.53 5.433.822c1.353 1.353 1.468 3.39.822 5.433A12.3 12.3 0 0 1 19.556 12a12.3 12.3 0 0 1 1.044 2.345c.646 2.043.53 4.08-.822 5.434c-1.353 1.352-3.39 1.466-5.433.82a12.3 12.3 0 0 1-2.344-1.043c-.803.456-1.59.805-2.346 1.044c-2.043.645-4.08.53-5.433-.822c-1.352-1.353-1.468-3.39-.822-5.433c.239-.756.589-1.542 1.045-2.345A12.3 12.3 0 0 1 3.4 9.655c-.645-2.044-.53-4.08.822-5.433c1.353-1.353 3.39-1.468 5.433-.822A12.3 12.3 0 0 1 12 4.445A12.3 12.3 0 0 1 14.345 3.4M5.71 13.909a9 9 0 0 0-.403 1.039c-.536 1.697-.27 2.816.33 3.416s1.717.865 3.415.329q.5-.159 1.04-.404a23 23 0 0 1-2.335-2.047a23 23 0 0 1-2.047-2.334m12.58 0c-.59.778-1.274 1.56-2.047 2.333a23 23 0 0 1-2.334 2.047q.538.245 1.039.404c1.698.536 2.816.27 3.416-.33s.865-1.718.329-3.415a9 9 0 0 0-.403-1.04M12 10.5a1.5 1.5 0 1 0 0 3.001a1.5 1.5 0 0 0 0-3M9.051 5.307c-1.697-.536-2.816-.27-3.416.33c-.6.599-.865 1.717-.329 3.415q.158.5.403 1.04a23 23 0 0 1 2.047-2.335A23 23 0 0 1 10.09 5.71a9 9 0 0 0-1.039-.403m9.312.33c-.6-.6-1.718-.866-3.416-.33q-.5.158-1.04.403a23 23 0 0 1 2.335 2.047a23 23 0 0 1 2.047 2.334a9 9 0 0 0 .403-1.039c.536-1.698.27-2.816-.33-3.416"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteScienceFill(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="M14.345 3.4c2.043-.646 4.08-.53 5.433.822c1.353 1.353 1.468 3.39.822 5.433A12.3 12.3 0 0 1 19.556 12a12.3 12.3 0 0 1 1.044 2.345c.646 2.043.53 4.08-.822 5.434c-1.353 1.352-3.39 1.466-5.433.82a12.3 12.3 0 0 1-2.344-1.043c-.803.456-1.59.805-2.346 1.044c-2.043.645-4.08.53-5.433-.822c-1.352-1.353-1.468-3.39-.822-5.433c.239-.756.589-1.542 1.045-2.345A12.3 12.3 0 0 1 3.4 9.655c-.645-2.044-.53-4.08.822-5.433c1.353-1.353 3.39-1.468 5.433-.822A12.3 12.3 0 0 1 12 4.445A12.3 12.3 0 0 1 14.345 3.4M5.71 13.909a9 9 0 0 0-.403 1.039c-.536 1.697-.27 2.816.33 3.416s1.717.865 3.415.329q.5-.159 1.04-.404a23 23 0 0 1-2.335-2.047a23 23 0 0 1-2.047-2.334m12.58 0c-.59.778-1.274 1.56-2.047 2.333a23 23 0 0 1-2.334 2.047q.538.245 1.039.404c1.698.536 2.816.27 3.416-.33s.865-1.718.329-3.415a9 9 0 0 0-.403-1.04M12 10.5a1.5 1.5 0 1 0 0 3.001a1.5 1.5 0 0 0 0-3M9.051 5.307c-1.697-.536-2.816-.27-3.416.33c-.6.599-.865 1.717-.329 3.415q.158.5.403 1.04a23 23 0 0 1 2.047-2.335A23 23 0 0 1 10.09 5.71a9 9 0 0 0-1.039-.403m9.312.33c-.6-.6-1.718-.866-3.416-.33q-.5.158-1.04.403a23 23 0 0 1 2.335 2.047a23 23 0 0 1 2.047 2.334a9 9 0 0 0 .403-1.039c.536-1.698.27-2.816-.33-3.416"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.345 3.4c2.043-.646 4.08-.53 5.433.822c1.353 1.353 1.468 3.39.822 5.433A12.3 12.3 0 0 1 19.556 12a12.3 12.3 0 0 1 1.044 2.345c.646 2.043.53 4.08-.822 5.434c-1.353 1.352-3.39 1.466-5.433.82a12.3 12.3 0 0 1-2.344-1.043c-.803.456-1.59.805-2.346 1.044c-2.043.645-4.08.53-5.433-.822c-1.352-1.353-1.468-3.39-.822-5.433c.239-.756.589-1.542 1.045-2.345A12.3 12.3 0 0 1 3.4 9.655c-.645-2.044-.53-4.08.822-5.433c1.353-1.353 3.39-1.468 5.433-.822A12.3 12.3 0 0 1 12 4.445A12.3 12.3 0 0 1 14.345 3.4M5.71 13.909a9 9 0 0 0-.403 1.039c-.536 1.697-.27 2.816.33 3.416s1.717.865 3.415.329q.5-.159 1.04-.404a23 23 0 0 1-2.335-2.047a23 23 0 0 1-2.047-2.334m12.58 0c-.59.778-1.274 1.56-2.047 2.333a23 23 0 0 1-2.334 2.047q.538.245 1.039.404c1.698.536 2.816.27 3.416-.33s.865-1.718.329-3.415a9 9 0 0 0-.403-1.04M12 10.5a1.5 1.5 0 1 0 0 3.001a1.5 1.5 0 0 0 0-3M9.051 5.307c-1.697-.536-2.816-.27-3.416.33c-.6.599-.865 1.717-.329 3.415q.158.5.403 1.04a23 23 0 0 1 2.047-2.335A23 23 0 0 1 10.09 5.71a9 9 0 0 0-1.039-.403m9.312.33c-.6-.6-1.718-.866-3.416-.33q-.5.158-1.04.403a23 23 0 0 1 2.335 2.047a23 23 0 0 1 2.047 2.334a9 9 0 0 0 .403-1.039c.536-1.698.27-2.816-.33-3.416"/></svg>
</template>

CSS

.icon-science-fill {
  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%22M14.345%203.4c2.043-.646%204.08-.53%205.433.822c1.353%201.353%201.468%203.39.822%205.433A12.3%2012.3%200%200%201%2019.556%2012a12.3%2012.3%200%200%201%201.044%202.345c.646%202.043.53%204.08-.822%205.434c-1.353%201.352-3.39%201.466-5.433.82a12.3%2012.3%200%200%201-2.344-1.043c-.803.456-1.59.805-2.346%201.044c-2.043.645-4.08.53-5.433-.822c-1.352-1.353-1.468-3.39-.822-5.433c.239-.756.589-1.542%201.045-2.345A12.3%2012.3%200%200%201%203.4%209.655c-.645-2.044-.53-4.08.822-5.433c1.353-1.353%203.39-1.468%205.433-.822A12.3%2012.3%200%200%201%2012%204.445A12.3%2012.3%200%200%201%2014.345%203.4M5.71%2013.909a9%209%200%200%200-.403%201.039c-.536%201.697-.27%202.816.33%203.416s1.717.865%203.415.329q.5-.159%201.04-.404a23%2023%200%200%201-2.335-2.047a23%2023%200%200%201-2.047-2.334m12.58%200c-.59.778-1.274%201.56-2.047%202.333a23%2023%200%200%201-2.334%202.047q.538.245%201.039.404c1.698.536%202.816.27%203.416-.33s.865-1.718.329-3.415a9%209%200%200%200-.403-1.04M12%2010.5a1.5%201.5%200%201%200%200%203.001a1.5%201.5%200%200%200%200-3M9.051%205.307c-1.697-.536-2.816-.27-3.416.33c-.6.599-.865%201.717-.329%203.415q.158.5.403%201.04a23%2023%200%200%201%202.047-2.335A23%2023%200%200%201%2010.09%205.71a9%209%200%200%200-1.039-.403m9.312.33c-.6-.6-1.718-.866-3.416-.33q-.5.158-1.04.403a23%2023%200%200%201%202.335%202.047a23%2023%200%200%201%202.047%202.334a9%209%200%200%200%20.403-1.039c.536-1.698.27-2.816-.33-3.416%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%22M14.345%203.4c2.043-.646%204.08-.53%205.433.822c1.353%201.353%201.468%203.39.822%205.433A12.3%2012.3%200%200%201%2019.556%2012a12.3%2012.3%200%200%201%201.044%202.345c.646%202.043.53%204.08-.822%205.434c-1.353%201.352-3.39%201.466-5.433.82a12.3%2012.3%200%200%201-2.344-1.043c-.803.456-1.59.805-2.346%201.044c-2.043.645-4.08.53-5.433-.822c-1.352-1.353-1.468-3.39-.822-5.433c.239-.756.589-1.542%201.045-2.345A12.3%2012.3%200%200%201%203.4%209.655c-.645-2.044-.53-4.08.822-5.433c1.353-1.353%203.39-1.468%205.433-.822A12.3%2012.3%200%200%201%2012%204.445A12.3%2012.3%200%200%201%2014.345%203.4M5.71%2013.909a9%209%200%200%200-.403%201.039c-.536%201.697-.27%202.816.33%203.416s1.717.865%203.415.329q.5-.159%201.04-.404a23%2023%200%200%201-2.335-2.047a23%2023%200%200%201-2.047-2.334m12.58%200c-.59.778-1.274%201.56-2.047%202.333a23%2023%200%200%201-2.334%202.047q.538.245%201.039.404c1.698.536%202.816.27%203.416-.33s.865-1.718.329-3.415a9%209%200%200%200-.403-1.04M12%2010.5a1.5%201.5%200%201%200%200%203.001a1.5%201.5%200%200%200%200-3M9.051%205.307c-1.697-.536-2.816-.27-3.416.33c-.6.599-.865%201.717-.329%203.415q.158.5.403%201.04a23%2023%200%200%201%202.047-2.335A23%2023%200%200%201%2010.09%205.71a9%209%200%200%200-1.039-.403m9.312.33c-.6-.6-1.718-.866-3.416-.33q-.5.158-1.04.403a23%2023%200%200%201%202.335%202.047a23%2023%200%200%201%202.047%202.334a9%209%200%200%200%20.403-1.039c.536-1.698.27-2.816-.33-3.416%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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