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

Name
broom-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 broom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.13 3.365a1 1 0 1 0-1.852-.753l-2.704 7.65l-.737-.197c-1.187-.318-2.424.12-3.18 1.041c-1.193 1.454-3.524 4.115-6.164 6.187a1 1 0 0 0 .22 1.704c.546.237 1.096.462 1.648.684c.992.4 2.332.921 3.72 1.4c1.378.477 2.837.925 4.053 1.167c.605.12 1.194.198 1.705.19c.448-.008 1.111-.082 1.573-.548c1.257-1.268 1.765-2.994 1.947-4.546c.183-1.566.05-3.086-.093-4.086c-.165-1.164-1.039-2.016-2.089-2.298l-.656-.176zm-5.811 8.632l1.577.422l.028.008l1.736.465c.364.098.586.364.626.648q.039.267.072.574l-5.398-1.446q.129-.153.243-.293a1.09 1.09 0 0 1 1.116-.378M8.397 3.856l-.102.222a5.2 5.2 0 0 1-2.128 2.264a.108.108 0 0 0 0 .189a5.2 5.2 0 0 1 2.23 2.486c.04.089.166.089.206 0l.102-.222a5.2 5.2 0 0 1 2.127-2.264a.108.108 0 0 0 0-.189l-.158-.092a5.2 5.2 0 0 1-2.07-2.394a.113.113 0 0 0-.207 0M5.435 8.715q-.03.07-.064.14a3.26 3.26 0 0 1-1.336 1.422a.068.068 0 0 0 0 .118l.099.058a3.26 3.26 0 0 1 1.301 1.504a.071.071 0 0 0 .13 0q.03-.07.064-.14a3.26 3.26 0 0 1 1.336-1.422a.068.068 0 0 0 0-.118l-.099-.058a3.26 3.26 0 0 1-1.301-1.504a.071.071 0 0 0-.13 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBroomFill(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" fillRule="evenodd" d="M19.13 3.365a1 1 0 1 0-1.852-.753l-2.704 7.65l-.737-.197c-1.187-.318-2.424.12-3.18 1.041c-1.193 1.454-3.524 4.115-6.164 6.187a1 1 0 0 0 .22 1.704c.546.237 1.096.462 1.648.684c.992.4 2.332.921 3.72 1.4c1.378.477 2.837.925 4.053 1.167c.605.12 1.194.198 1.705.19c.448-.008 1.111-.082 1.573-.548c1.257-1.268 1.765-2.994 1.947-4.546c.183-1.566.05-3.086-.093-4.086c-.165-1.164-1.039-2.016-2.089-2.298l-.656-.176zm-5.811 8.632l1.577.422l.028.008l1.736.465c.364.098.586.364.626.648q.039.267.072.574l-5.398-1.446q.129-.153.243-.293a1.09 1.09 0 0 1 1.116-.378M8.397 3.856l-.102.222a5.2 5.2 0 0 1-2.128 2.264a.108.108 0 0 0 0 .189a5.2 5.2 0 0 1 2.23 2.486c.04.089.166.089.206 0l.102-.222a5.2 5.2 0 0 1 2.127-2.264a.108.108 0 0 0 0-.189l-.158-.092a5.2 5.2 0 0 1-2.07-2.394a.113.113 0 0 0-.207 0M5.435 8.715q-.03.07-.064.14a3.26 3.26 0 0 1-1.336 1.422a.068.068 0 0 0 0 .118l.099.058a3.26 3.26 0 0 1 1.301 1.504a.071.071 0 0 0 .13 0q.03-.07.064-.14a3.26 3.26 0 0 1 1.336-1.422a.068.068 0 0 0 0-.118l-.099-.058a3.26 3.26 0 0 1-1.301-1.504a.071.071 0 0 0-.13 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.13 3.365a1 1 0 1 0-1.852-.753l-2.704 7.65l-.737-.197c-1.187-.318-2.424.12-3.18 1.041c-1.193 1.454-3.524 4.115-6.164 6.187a1 1 0 0 0 .22 1.704c.546.237 1.096.462 1.648.684c.992.4 2.332.921 3.72 1.4c1.378.477 2.837.925 4.053 1.167c.605.12 1.194.198 1.705.19c.448-.008 1.111-.082 1.573-.548c1.257-1.268 1.765-2.994 1.947-4.546c.183-1.566.05-3.086-.093-4.086c-.165-1.164-1.039-2.016-2.089-2.298l-.656-.176zm-5.811 8.632l1.577.422l.028.008l1.736.465c.364.098.586.364.626.648q.039.267.072.574l-5.398-1.446q.129-.153.243-.293a1.09 1.09 0 0 1 1.116-.378M8.397 3.856l-.102.222a5.2 5.2 0 0 1-2.128 2.264a.108.108 0 0 0 0 .189a5.2 5.2 0 0 1 2.23 2.486c.04.089.166.089.206 0l.102-.222a5.2 5.2 0 0 1 2.127-2.264a.108.108 0 0 0 0-.189l-.158-.092a5.2 5.2 0 0 1-2.07-2.394a.113.113 0 0 0-.207 0M5.435 8.715q-.03.07-.064.14a3.26 3.26 0 0 1-1.336 1.422a.068.068 0 0 0 0 .118l.099.058a3.26 3.26 0 0 1 1.301 1.504a.071.071 0 0 0 .13 0q.03-.07.064-.14a3.26 3.26 0 0 1 1.336-1.422a.068.068 0 0 0 0-.118l-.099-.058a3.26 3.26 0 0 1-1.301-1.504a.071.071 0 0 0-.13 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-broom-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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.13%203.365a1%201%200%201%200-1.852-.753l-2.704%207.65l-.737-.197c-1.187-.318-2.424.12-3.18%201.041c-1.193%201.454-3.524%204.115-6.164%206.187a1%201%200%200%200%20.22%201.704c.546.237%201.096.462%201.648.684c.992.4%202.332.921%203.72%201.4c1.378.477%202.837.925%204.053%201.167c.605.12%201.194.198%201.705.19c.448-.008%201.111-.082%201.573-.548c1.257-1.268%201.765-2.994%201.947-4.546c.183-1.566.05-3.086-.093-4.086c-.165-1.164-1.039-2.016-2.089-2.298l-.656-.176zm-5.811%208.632l1.577.422l.028.008l1.736.465c.364.098.586.364.626.648q.039.267.072.574l-5.398-1.446q.129-.153.243-.293a1.09%201.09%200%200%201%201.116-.378M8.397%203.856l-.102.222a5.2%205.2%200%200%201-2.128%202.264a.108.108%200%200%200%200%20.189a5.2%205.2%200%200%201%202.23%202.486c.04.089.166.089.206%200l.102-.222a5.2%205.2%200%200%201%202.127-2.264a.108.108%200%200%200%200-.189l-.158-.092a5.2%205.2%200%200%201-2.07-2.394a.113.113%200%200%200-.207%200M5.435%208.715q-.03.07-.064.14a3.26%203.26%200%200%201-1.336%201.422a.068.068%200%200%200%200%20.118l.099.058a3.26%203.26%200%200%201%201.301%201.504a.071.071%200%200%200%20.13%200q.03-.07.064-.14a3.26%203.26%200%200%201%201.336-1.422a.068.068%200%200%200%200-.118l-.099-.058a3.26%203.26%200%200%201-1.301-1.504a.071.071%200%200%200-.13%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.13%203.365a1%201%200%201%200-1.852-.753l-2.704%207.65l-.737-.197c-1.187-.318-2.424.12-3.18%201.041c-1.193%201.454-3.524%204.115-6.164%206.187a1%201%200%200%200%20.22%201.704c.546.237%201.096.462%201.648.684c.992.4%202.332.921%203.72%201.4c1.378.477%202.837.925%204.053%201.167c.605.12%201.194.198%201.705.19c.448-.008%201.111-.082%201.573-.548c1.257-1.268%201.765-2.994%201.947-4.546c.183-1.566.05-3.086-.093-4.086c-.165-1.164-1.039-2.016-2.089-2.298l-.656-.176zm-5.811%208.632l1.577.422l.028.008l1.736.465c.364.098.586.364.626.648q.039.267.072.574l-5.398-1.446q.129-.153.243-.293a1.09%201.09%200%200%201%201.116-.378M8.397%203.856l-.102.222a5.2%205.2%200%200%201-2.128%202.264a.108.108%200%200%200%200%20.189a5.2%205.2%200%200%201%202.23%202.486c.04.089.166.089.206%200l.102-.222a5.2%205.2%200%200%201%202.127-2.264a.108.108%200%200%200%200-.189l-.158-.092a5.2%205.2%200%200%201-2.07-2.394a.113.113%200%200%200-.207%200M5.435%208.715q-.03.07-.064.14a3.26%203.26%200%200%201-1.336%201.422a.068.068%200%200%200%200%20.118l.099.058a3.26%203.26%200%200%201%201.301%201.504a.071.071%200%200%200%20.13%200q.03-.07.064-.14a3.26%203.26%200%200%201%201.336-1.422a.068.068%200%200%200%200-.118l-.099-.058a3.26%203.26%200%200%201-1.301-1.504a.071.071%200%200%200-.13%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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