mini program icon

mini-program-fill from Remix Icon by Remix Design · Fill · Logos · Apache-2.0 Free for personal and commercial use.

Name
mini-program-fill
Set
Remix Icon
Style
Fill
Category
Logos
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More logos icons from Remix Icon

Use the mini program icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.84 12.691l-.066.02a1.5 1.5 0 0 1-.414.062c-.61 0-.954-.412-.77-.921c.136-.372.491-.686.925-.831c.672-.245 1.142-.804 1.142-1.455c0-.877-.853-1.587-1.905-1.587s-1.905.71-1.905 1.587v4.868c0 1.17-.678 2.197-1.693 2.778a3.83 3.83 0 0 1-1.904.502c-1.984 0-3.598-1.471-3.598-3.28c0-.576.164-1.117.451-1.587c.444-.73 1.184-1.287 2.07-1.541q.23-.073.46-.073c.612 0 .958.414.773.924c-.126.347-.466.645-.861.803a2 2 0 0 0-.139.052c-.628.26-1.061.798-1.061 1.422c0 .877.853 1.587 1.905 1.587s1.904-.71 1.904-1.587V9.566c0-1.17.679-2.197 1.694-2.778a3.83 3.83 0 0 1 1.904-.502c1.984 0 3.598 1.471 3.598 3.28a3.04 3.04 0 0 1-.451 1.587c-.442.726-1.178 1.282-2.058 1.538M2.002 12c0 5.523 4.477 10 10 10s10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10"/></svg>

React

import type { SVGProps } from "react";

export function RiMiniProgramFill(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.84 12.691l-.066.02a1.5 1.5 0 0 1-.414.062c-.61 0-.954-.412-.77-.921c.136-.372.491-.686.925-.831c.672-.245 1.142-.804 1.142-1.455c0-.877-.853-1.587-1.905-1.587s-1.905.71-1.905 1.587v4.868c0 1.17-.678 2.197-1.693 2.778a3.83 3.83 0 0 1-1.904.502c-1.984 0-3.598-1.471-3.598-3.28c0-.576.164-1.117.451-1.587c.444-.73 1.184-1.287 2.07-1.541q.23-.073.46-.073c.612 0 .958.414.773.924c-.126.347-.466.645-.861.803a2 2 0 0 0-.139.052c-.628.26-1.061.798-1.061 1.422c0 .877.853 1.587 1.905 1.587s1.904-.71 1.904-1.587V9.566c0-1.17.679-2.197 1.694-2.778a3.83 3.83 0 0 1 1.904-.502c1.984 0 3.598 1.471 3.598 3.28a3.04 3.04 0 0 1-.451 1.587c-.442.726-1.178 1.282-2.058 1.538M2.002 12c0 5.523 4.477 10 10 10s10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10"/></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.84 12.691l-.066.02a1.5 1.5 0 0 1-.414.062c-.61 0-.954-.412-.77-.921c.136-.372.491-.686.925-.831c.672-.245 1.142-.804 1.142-1.455c0-.877-.853-1.587-1.905-1.587s-1.905.71-1.905 1.587v4.868c0 1.17-.678 2.197-1.693 2.778a3.83 3.83 0 0 1-1.904.502c-1.984 0-3.598-1.471-3.598-3.28c0-.576.164-1.117.451-1.587c.444-.73 1.184-1.287 2.07-1.541q.23-.073.46-.073c.612 0 .958.414.773.924c-.126.347-.466.645-.861.803a2 2 0 0 0-.139.052c-.628.26-1.061.798-1.061 1.422c0 .877.853 1.587 1.905 1.587s1.904-.71 1.904-1.587V9.566c0-1.17.679-2.197 1.694-2.778a3.83 3.83 0 0 1 1.904-.502c1.984 0 3.598 1.471 3.598 3.28a3.04 3.04 0 0 1-.451 1.587c-.442.726-1.178 1.282-2.058 1.538M2.002 12c0 5.523 4.477 10 10 10s10-4.477 10-10s-4.477-10-10-10s-10 4.477-10 10"/></svg>
</template>

CSS

.icon-mini-program-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%22m15.84%2012.691l-.066.02a1.5%201.5%200%200%201-.414.062c-.61%200-.954-.412-.77-.921c.136-.372.491-.686.925-.831c.672-.245%201.142-.804%201.142-1.455c0-.877-.853-1.587-1.905-1.587s-1.905.71-1.905%201.587v4.868c0%201.17-.678%202.197-1.693%202.778a3.83%203.83%200%200%201-1.904.502c-1.984%200-3.598-1.471-3.598-3.28c0-.576.164-1.117.451-1.587c.444-.73%201.184-1.287%202.07-1.541q.23-.073.46-.073c.612%200%20.958.414.773.924c-.126.347-.466.645-.861.803a2%202%200%200%200-.139.052c-.628.26-1.061.798-1.061%201.422c0%20.877.853%201.587%201.905%201.587s1.904-.71%201.904-1.587V9.566c0-1.17.679-2.197%201.694-2.778a3.83%203.83%200%200%201%201.904-.502c1.984%200%203.598%201.471%203.598%203.28a3.04%203.04%200%200%201-.451%201.587c-.442.726-1.178%201.282-2.058%201.538M2.002%2012c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10s-4.477-10-10-10s-10%204.477-10%2010%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.84%2012.691l-.066.02a1.5%201.5%200%200%201-.414.062c-.61%200-.954-.412-.77-.921c.136-.372.491-.686.925-.831c.672-.245%201.142-.804%201.142-1.455c0-.877-.853-1.587-1.905-1.587s-1.905.71-1.905%201.587v4.868c0%201.17-.678%202.197-1.693%202.778a3.83%203.83%200%200%201-1.904.502c-1.984%200-3.598-1.471-3.598-3.28c0-.576.164-1.117.451-1.587c.444-.73%201.184-1.287%202.07-1.541q.23-.073.46-.073c.612%200%20.958.414.773.924c-.126.347-.466.645-.861.803a2%202%200%200%200-.139.052c-.628.26-1.061.798-1.061%201.422c0%20.877.853%201.587%201.905%201.587s1.904-.71%201.904-1.587V9.566c0-1.17.679-2.197%201.694-2.778a3.83%203.83%200%200%201%201.904-.502c1.984%200%203.598%201.471%203.598%203.28a3.04%203.04%200%200%201-.451%201.587c-.442.726-1.178%201.282-2.058%201.538M2.002%2012c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10s-4.477-10-10-10s-10%204.477-10%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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