medibangpaint logo

medibangpaint from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
medibangpaint
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the medibangpaint logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.516 0H6.478L4.417.164a5.16 5.16 0 0 0-3.184 1.827a5.5 5.5 0 0 0-.981 2.06C-.068 5.336.015 6.992.015 8.548v7.284c0 2.377.038 4.504 1.007 5.878a5.15 5.15 0 0 0 2.435 1.873c1.232.332 2.509.467 3.783.401h6.967c.622 0 1.25.007 1.87.007c2.149 0 4.19-.092 5.504-.921a5.07 5.07 0 0 0 2.013-2.53c.459-1.308.398-3.127.398-4.871V9.415c0-3.264.115-5.748-1.335-7.565S18.727 0 15.516 0m0 .327a23 23 0 0 1 4.167.237a4.32 4.32 0 0 1 2.718 1.49a5.65 5.65 0 0 1 1.108 2.823c.143 1.284.195 2.576.156 3.867v7.475c.005 1.52.011 3.092-.382 4.212a4.72 4.72 0 0 1-1.878 2.36a5.75 5.75 0 0 1-2.307.724a23.5 23.5 0 0 1-3.021.147l-1.87-.008H7.241a12 12 0 0 1-3.675-.381a4.83 4.83 0 0 1-2.276-1.754a5.3 5.3 0 0 1-.81-2.414a26 26 0 0 1-.137-3.272V8.548c0-.268 0-.545-.005-.812A15.6 15.6 0 0 1 .567 4.13a5.2 5.2 0 0 1 .927-1.94A4.83 4.83 0 0 1 4.464.491L5.852.382l.639-.055zm2.147 8.845l-.174-.286l-.26-.357a7 7 0 0 0-.267-.331c-.029-.034-.055-.061-.085-.094c.362 7.124-6.189 10.879-10.683 7.917a6.7 6.7 0 0 0 5.716 3.224c3.665 0 6.68-3.015 6.68-6.679c0-1.194-.32-2.366-.927-3.394M5.674 14.978c.081.207.636.521.795.626c4.195 2.764 10.247-.825 9.908-7.474c-.007-.148-.006-.538-.089-.61a7.7 7.7 0 0 0-1.44-.995c-1.103 3.961-6.324 6.303-9.404 4.362a6.6 6.6 0 0 0 .23 4.091m-.075-4.598q.05.05.111.084c1.117.704 2.547.769 3.922.385c2.116-.591 4.119-2.248 4.735-4.458c.014-.05.039-.156.028-.165a3.4 3.4 0 0 1-.341-.296c-.679-.715-.826-.975-.382-2.603c-3.168.512-6.771 4.01-7.534 5.87l-.005.022a6.7 6.7 0 0 0-.534 1.161"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMedibangpaint(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="M15.516 0H6.478L4.417.164a5.16 5.16 0 0 0-3.184 1.827a5.5 5.5 0 0 0-.981 2.06C-.068 5.336.015 6.992.015 8.548v7.284c0 2.377.038 4.504 1.007 5.878a5.15 5.15 0 0 0 2.435 1.873c1.232.332 2.509.467 3.783.401h6.967c.622 0 1.25.007 1.87.007c2.149 0 4.19-.092 5.504-.921a5.07 5.07 0 0 0 2.013-2.53c.459-1.308.398-3.127.398-4.871V9.415c0-3.264.115-5.748-1.335-7.565S18.727 0 15.516 0m0 .327a23 23 0 0 1 4.167.237a4.32 4.32 0 0 1 2.718 1.49a5.65 5.65 0 0 1 1.108 2.823c.143 1.284.195 2.576.156 3.867v7.475c.005 1.52.011 3.092-.382 4.212a4.72 4.72 0 0 1-1.878 2.36a5.75 5.75 0 0 1-2.307.724a23.5 23.5 0 0 1-3.021.147l-1.87-.008H7.241a12 12 0 0 1-3.675-.381a4.83 4.83 0 0 1-2.276-1.754a5.3 5.3 0 0 1-.81-2.414a26 26 0 0 1-.137-3.272V8.548c0-.268 0-.545-.005-.812A15.6 15.6 0 0 1 .567 4.13a5.2 5.2 0 0 1 .927-1.94A4.83 4.83 0 0 1 4.464.491L5.852.382l.639-.055zm2.147 8.845l-.174-.286l-.26-.357a7 7 0 0 0-.267-.331c-.029-.034-.055-.061-.085-.094c.362 7.124-6.189 10.879-10.683 7.917a6.7 6.7 0 0 0 5.716 3.224c3.665 0 6.68-3.015 6.68-6.679c0-1.194-.32-2.366-.927-3.394M5.674 14.978c.081.207.636.521.795.626c4.195 2.764 10.247-.825 9.908-7.474c-.007-.148-.006-.538-.089-.61a7.7 7.7 0 0 0-1.44-.995c-1.103 3.961-6.324 6.303-9.404 4.362a6.6 6.6 0 0 0 .23 4.091m-.075-4.598q.05.05.111.084c1.117.704 2.547.769 3.922.385c2.116-.591 4.119-2.248 4.735-4.458c.014-.05.039-.156.028-.165a3.4 3.4 0 0 1-.341-.296c-.679-.715-.826-.975-.382-2.603c-3.168.512-6.771 4.01-7.534 5.87l-.005.022a6.7 6.7 0 0 0-.534 1.161"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.516 0H6.478L4.417.164a5.16 5.16 0 0 0-3.184 1.827a5.5 5.5 0 0 0-.981 2.06C-.068 5.336.015 6.992.015 8.548v7.284c0 2.377.038 4.504 1.007 5.878a5.15 5.15 0 0 0 2.435 1.873c1.232.332 2.509.467 3.783.401h6.967c.622 0 1.25.007 1.87.007c2.149 0 4.19-.092 5.504-.921a5.07 5.07 0 0 0 2.013-2.53c.459-1.308.398-3.127.398-4.871V9.415c0-3.264.115-5.748-1.335-7.565S18.727 0 15.516 0m0 .327a23 23 0 0 1 4.167.237a4.32 4.32 0 0 1 2.718 1.49a5.65 5.65 0 0 1 1.108 2.823c.143 1.284.195 2.576.156 3.867v7.475c.005 1.52.011 3.092-.382 4.212a4.72 4.72 0 0 1-1.878 2.36a5.75 5.75 0 0 1-2.307.724a23.5 23.5 0 0 1-3.021.147l-1.87-.008H7.241a12 12 0 0 1-3.675-.381a4.83 4.83 0 0 1-2.276-1.754a5.3 5.3 0 0 1-.81-2.414a26 26 0 0 1-.137-3.272V8.548c0-.268 0-.545-.005-.812A15.6 15.6 0 0 1 .567 4.13a5.2 5.2 0 0 1 .927-1.94A4.83 4.83 0 0 1 4.464.491L5.852.382l.639-.055zm2.147 8.845l-.174-.286l-.26-.357a7 7 0 0 0-.267-.331c-.029-.034-.055-.061-.085-.094c.362 7.124-6.189 10.879-10.683 7.917a6.7 6.7 0 0 0 5.716 3.224c3.665 0 6.68-3.015 6.68-6.679c0-1.194-.32-2.366-.927-3.394M5.674 14.978c.081.207.636.521.795.626c4.195 2.764 10.247-.825 9.908-7.474c-.007-.148-.006-.538-.089-.61a7.7 7.7 0 0 0-1.44-.995c-1.103 3.961-6.324 6.303-9.404 4.362a6.6 6.6 0 0 0 .23 4.091m-.075-4.598q.05.05.111.084c1.117.704 2.547.769 3.922.385c2.116-.591 4.119-2.248 4.735-4.458c.014-.05.039-.156.028-.165a3.4 3.4 0 0 1-.341-.296c-.679-.715-.826-.975-.382-2.603c-3.168.512-6.771 4.01-7.534 5.87l-.005.022a6.7 6.7 0 0 0-.534 1.161"/></svg>
</template>

CSS

.icon-medibangpaint {
  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%22M15.516%200H6.478L4.417.164a5.16%205.16%200%200%200-3.184%201.827a5.5%205.5%200%200%200-.981%202.06C-.068%205.336.015%206.992.015%208.548v7.284c0%202.377.038%204.504%201.007%205.878a5.15%205.15%200%200%200%202.435%201.873c1.232.332%202.509.467%203.783.401h6.967c.622%200%201.25.007%201.87.007c2.149%200%204.19-.092%205.504-.921a5.07%205.07%200%200%200%202.013-2.53c.459-1.308.398-3.127.398-4.871V9.415c0-3.264.115-5.748-1.335-7.565S18.727%200%2015.516%200m0%20.327a23%2023%200%200%201%204.167.237a4.32%204.32%200%200%201%202.718%201.49a5.65%205.65%200%200%201%201.108%202.823c.143%201.284.195%202.576.156%203.867v7.475c.005%201.52.011%203.092-.382%204.212a4.72%204.72%200%200%201-1.878%202.36a5.75%205.75%200%200%201-2.307.724a23.5%2023.5%200%200%201-3.021.147l-1.87-.008H7.241a12%2012%200%200%201-3.675-.381a4.83%204.83%200%200%201-2.276-1.754a5.3%205.3%200%200%201-.81-2.414a26%2026%200%200%201-.137-3.272V8.548c0-.268%200-.545-.005-.812A15.6%2015.6%200%200%201%20.567%204.13a5.2%205.2%200%200%201%20.927-1.94A4.83%204.83%200%200%201%204.464.491L5.852.382l.639-.055zm2.147%208.845l-.174-.286l-.26-.357a7%207%200%200%200-.267-.331c-.029-.034-.055-.061-.085-.094c.362%207.124-6.189%2010.879-10.683%207.917a6.7%206.7%200%200%200%205.716%203.224c3.665%200%206.68-3.015%206.68-6.679c0-1.194-.32-2.366-.927-3.394M5.674%2014.978c.081.207.636.521.795.626c4.195%202.764%2010.247-.825%209.908-7.474c-.007-.148-.006-.538-.089-.61a7.7%207.7%200%200%200-1.44-.995c-1.103%203.961-6.324%206.303-9.404%204.362a6.6%206.6%200%200%200%20.23%204.091m-.075-4.598q.05.05.111.084c1.117.704%202.547.769%203.922.385c2.116-.591%204.119-2.248%204.735-4.458c.014-.05.039-.156.028-.165a3.4%203.4%200%200%201-.341-.296c-.679-.715-.826-.975-.382-2.603c-3.168.512-6.771%204.01-7.534%205.87l-.005.022a6.7%206.7%200%200%200-.534%201.161%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%22M15.516%200H6.478L4.417.164a5.16%205.16%200%200%200-3.184%201.827a5.5%205.5%200%200%200-.981%202.06C-.068%205.336.015%206.992.015%208.548v7.284c0%202.377.038%204.504%201.007%205.878a5.15%205.15%200%200%200%202.435%201.873c1.232.332%202.509.467%203.783.401h6.967c.622%200%201.25.007%201.87.007c2.149%200%204.19-.092%205.504-.921a5.07%205.07%200%200%200%202.013-2.53c.459-1.308.398-3.127.398-4.871V9.415c0-3.264.115-5.748-1.335-7.565S18.727%200%2015.516%200m0%20.327a23%2023%200%200%201%204.167.237a4.32%204.32%200%200%201%202.718%201.49a5.65%205.65%200%200%201%201.108%202.823c.143%201.284.195%202.576.156%203.867v7.475c.005%201.52.011%203.092-.382%204.212a4.72%204.72%200%200%201-1.878%202.36a5.75%205.75%200%200%201-2.307.724a23.5%2023.5%200%200%201-3.021.147l-1.87-.008H7.241a12%2012%200%200%201-3.675-.381a4.83%204.83%200%200%201-2.276-1.754a5.3%205.3%200%200%201-.81-2.414a26%2026%200%200%201-.137-3.272V8.548c0-.268%200-.545-.005-.812A15.6%2015.6%200%200%201%20.567%204.13a5.2%205.2%200%200%201%20.927-1.94A4.83%204.83%200%200%201%204.464.491L5.852.382l.639-.055zm2.147%208.845l-.174-.286l-.26-.357a7%207%200%200%200-.267-.331c-.029-.034-.055-.061-.085-.094c.362%207.124-6.189%2010.879-10.683%207.917a6.7%206.7%200%200%200%205.716%203.224c3.665%200%206.68-3.015%206.68-6.679c0-1.194-.32-2.366-.927-3.394M5.674%2014.978c.081.207.636.521.795.626c4.195%202.764%2010.247-.825%209.908-7.474c-.007-.148-.006-.538-.089-.61a7.7%207.7%200%200%200-1.44-.995c-1.103%203.961-6.324%206.303-9.404%204.362a6.6%206.6%200%200%200%20.23%204.091m-.075-4.598q.05.05.111.084c1.117.704%202.547.769%203.922.385c2.116-.591%204.119-2.248%204.735-4.458c.014-.05.039-.156.028-.165a3.4%203.4%200%200%201-.341-.296c-.679-.715-.826-.975-.382-2.603c-3.168.512-6.771%204.01-7.534%205.87l-.005.022a6.7%206.7%200%200%200-.534%201.161%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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