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

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

The same logo in other sets

Use the krita logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M.869 1.016a.82.82 0 0 0-.667.328c-.468.593-.047 1.192.485 1.683c.271.249 2.359 2.389 4.567 4.703a14.8 14.8 0 0 1 2.423-2.647C4.89 3.355 2.26 1.688 1.948 1.47c-.349-.251-.724-.453-1.079-.453zm6.808 4.067c2.463 1.532 5.047 3.111 6.255 3.787c1.959 1.095 5.011 3.579 5.459 5.912c.713.62 2.907 2.557 3.459 3.219c.932-.281 2.025.177 2.749 1.489c1.151 2.115.303 5-2.625 6.651a8 8 0 0 1-.395.36l.395-.36c1.521-1.952-.952-3.249-1.567-5.151a2.7 2.7 0 0 1-.147-1.036c-.713-.38-2.812-1.937-3.729-2.625c-2.4.213-5.609-2.359-7.129-4.104C9.47 12.157 7.307 9.87 5.255 7.73a14.7 14.7 0 0 0-2.728 8.521a14.74 14.74 0 0 0 25.156 10.421a14.74 14.74 0 0 0 3.197-16.063a14.74 14.74 0 0 0-13.615-9.093a14.73 14.73 0 0 0-9.588 3.567m11.615 10.068c-.688.167-1.292 1.109-1.495 1.745c-.048.151-.052.401.088.453c1.073.791 2.079 1.557 3.203 2.265c.215-.521.995-1.281 1.459-1.599zM3.917 17.339C5 19.87 11.645 26.896 19.994 20.932c-.005.323.047.647.151.953c.615 1.891 3.152 3.235 1.652 5.188c-2.844 1.817-6.667 1.599-9.319.703C7.734 26.172 4.593 22 3.917 17.339m18.375.932a1 1 0 0 0-.089.068c-.005 0-.009.011-.009.011q0-.01.009-.011c.032-.021.057-.047.089-.068"/></svg>

React

import type { SVGProps } from "react";

export function CibKrita(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="M.869 1.016a.82.82 0 0 0-.667.328c-.468.593-.047 1.192.485 1.683c.271.249 2.359 2.389 4.567 4.703a14.8 14.8 0 0 1 2.423-2.647C4.89 3.355 2.26 1.688 1.948 1.47c-.349-.251-.724-.453-1.079-.453zm6.808 4.067c2.463 1.532 5.047 3.111 6.255 3.787c1.959 1.095 5.011 3.579 5.459 5.912c.713.62 2.907 2.557 3.459 3.219c.932-.281 2.025.177 2.749 1.489c1.151 2.115.303 5-2.625 6.651a8 8 0 0 1-.395.36l.395-.36c1.521-1.952-.952-3.249-1.567-5.151a2.7 2.7 0 0 1-.147-1.036c-.713-.38-2.812-1.937-3.729-2.625c-2.4.213-5.609-2.359-7.129-4.104C9.47 12.157 7.307 9.87 5.255 7.73a14.7 14.7 0 0 0-2.728 8.521a14.74 14.74 0 0 0 25.156 10.421a14.74 14.74 0 0 0 3.197-16.063a14.74 14.74 0 0 0-13.615-9.093a14.73 14.73 0 0 0-9.588 3.567m11.615 10.068c-.688.167-1.292 1.109-1.495 1.745c-.048.151-.052.401.088.453c1.073.791 2.079 1.557 3.203 2.265c.215-.521.995-1.281 1.459-1.599zM3.917 17.339C5 19.87 11.645 26.896 19.994 20.932c-.005.323.047.647.151.953c.615 1.891 3.152 3.235 1.652 5.188c-2.844 1.817-6.667 1.599-9.319.703C7.734 26.172 4.593 22 3.917 17.339m18.375.932a1 1 0 0 0-.089.068c-.005 0-.009.011-.009.011q0-.01.009-.011c.032-.021.057-.047.089-.068"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M.869 1.016a.82.82 0 0 0-.667.328c-.468.593-.047 1.192.485 1.683c.271.249 2.359 2.389 4.567 4.703a14.8 14.8 0 0 1 2.423-2.647C4.89 3.355 2.26 1.688 1.948 1.47c-.349-.251-.724-.453-1.079-.453zm6.808 4.067c2.463 1.532 5.047 3.111 6.255 3.787c1.959 1.095 5.011 3.579 5.459 5.912c.713.62 2.907 2.557 3.459 3.219c.932-.281 2.025.177 2.749 1.489c1.151 2.115.303 5-2.625 6.651a8 8 0 0 1-.395.36l.395-.36c1.521-1.952-.952-3.249-1.567-5.151a2.7 2.7 0 0 1-.147-1.036c-.713-.38-2.812-1.937-3.729-2.625c-2.4.213-5.609-2.359-7.129-4.104C9.47 12.157 7.307 9.87 5.255 7.73a14.7 14.7 0 0 0-2.728 8.521a14.74 14.74 0 0 0 25.156 10.421a14.74 14.74 0 0 0 3.197-16.063a14.74 14.74 0 0 0-13.615-9.093a14.73 14.73 0 0 0-9.588 3.567m11.615 10.068c-.688.167-1.292 1.109-1.495 1.745c-.048.151-.052.401.088.453c1.073.791 2.079 1.557 3.203 2.265c.215-.521.995-1.281 1.459-1.599zM3.917 17.339C5 19.87 11.645 26.896 19.994 20.932c-.005.323.047.647.151.953c.615 1.891 3.152 3.235 1.652 5.188c-2.844 1.817-6.667 1.599-9.319.703C7.734 26.172 4.593 22 3.917 17.339m18.375.932a1 1 0 0 0-.089.068c-.005 0-.009.011-.009.011q0-.01.009-.011c.032-.021.057-.047.089-.068"/></svg>
</template>

CSS

.icon-krita {
  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%22M.869%201.016a.82.82%200%200%200-.667.328c-.468.593-.047%201.192.485%201.683c.271.249%202.359%202.389%204.567%204.703a14.8%2014.8%200%200%201%202.423-2.647C4.89%203.355%202.26%201.688%201.948%201.47c-.349-.251-.724-.453-1.079-.453zm6.808%204.067c2.463%201.532%205.047%203.111%206.255%203.787c1.959%201.095%205.011%203.579%205.459%205.912c.713.62%202.907%202.557%203.459%203.219c.932-.281%202.025.177%202.749%201.489c1.151%202.115.303%205-2.625%206.651a8%208%200%200%201-.395.36l.395-.36c1.521-1.952-.952-3.249-1.567-5.151a2.7%202.7%200%200%201-.147-1.036c-.713-.38-2.812-1.937-3.729-2.625c-2.4.213-5.609-2.359-7.129-4.104C9.47%2012.157%207.307%209.87%205.255%207.73a14.7%2014.7%200%200%200-2.728%208.521a14.74%2014.74%200%200%200%2025.156%2010.421a14.74%2014.74%200%200%200%203.197-16.063a14.74%2014.74%200%200%200-13.615-9.093a14.73%2014.73%200%200%200-9.588%203.567m11.615%2010.068c-.688.167-1.292%201.109-1.495%201.745c-.048.151-.052.401.088.453c1.073.791%202.079%201.557%203.203%202.265c.215-.521.995-1.281%201.459-1.599zM3.917%2017.339C5%2019.87%2011.645%2026.896%2019.994%2020.932c-.005.323.047.647.151.953c.615%201.891%203.152%203.235%201.652%205.188c-2.844%201.817-6.667%201.599-9.319.703C7.734%2026.172%204.593%2022%203.917%2017.339m18.375.932a1%201%200%200%200-.089.068c-.005%200-.009.011-.009.011q0-.01.009-.011c.032-.021.057-.047.089-.068%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%22M.869%201.016a.82.82%200%200%200-.667.328c-.468.593-.047%201.192.485%201.683c.271.249%202.359%202.389%204.567%204.703a14.8%2014.8%200%200%201%202.423-2.647C4.89%203.355%202.26%201.688%201.948%201.47c-.349-.251-.724-.453-1.079-.453zm6.808%204.067c2.463%201.532%205.047%203.111%206.255%203.787c1.959%201.095%205.011%203.579%205.459%205.912c.713.62%202.907%202.557%203.459%203.219c.932-.281%202.025.177%202.749%201.489c1.151%202.115.303%205-2.625%206.651a8%208%200%200%201-.395.36l.395-.36c1.521-1.952-.952-3.249-1.567-5.151a2.7%202.7%200%200%201-.147-1.036c-.713-.38-2.812-1.937-3.729-2.625c-2.4.213-5.609-2.359-7.129-4.104C9.47%2012.157%207.307%209.87%205.255%207.73a14.7%2014.7%200%200%200-2.728%208.521a14.74%2014.74%200%200%200%2025.156%2010.421a14.74%2014.74%200%200%200%203.197-16.063a14.74%2014.74%200%200%200-13.615-9.093a14.73%2014.73%200%200%200-9.588%203.567m11.615%2010.068c-.688.167-1.292%201.109-1.495%201.745c-.048.151-.052.401.088.453c1.073.791%202.079%201.557%203.203%202.265c.215-.521.995-1.281%201.459-1.599zM3.917%2017.339C5%2019.87%2011.645%2026.896%2019.994%2020.932c-.005.323.047.647.151.953c.615%201.891%203.152%203.235%201.652%205.188c-2.844%201.817-6.667%201.599-9.319.703C7.734%2026.172%204.593%2022%203.917%2017.339m18.375.932a1%201%200%200%200-.089.068c-.005%200-.009.011-.009.011q0-.01.009-.011c.032-.021.057-.047.089-.068%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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