paint roller icon

paint-roller-duotone from Reicon by REICON · Duotone · Tools · MIT Free for personal and commercial use.

Name
paint-roller-duotone
Set
Reicon
Style
Duotone
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All paint roller icons →

More tools icons from Reicon

Use the paint roller icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 4.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C7.098 2 7.565 2 8.5 2h7c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C18 3.098 18 3.565 18 4.5s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549C16.902 7 16.435 7 15.5 7h-7c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C6 5.902 6 5.435 6 4.5M10 16v4c0 .943 0 1.414.293 1.707S11.057 22 12 22s1.414 0 1.707-.293S14 20.943 14 20v-4c0-.943 0-1.414-.293-1.707S12.943 14 12 14s-1.414 0-1.707.293S10 15.057 10 16"/><path d="M19.045 5.25c.455 0 .76 0 .996.016c.23.015.343.042.417.07c.323.128.578.383.705.706c.03.074.056.187.071.417c.016.236.016.541.016.996c0 .837-.01 1.067-.071 1.239a1.25 1.25 0 0 1-.592.687c-.161.086-.387.13-1.215.255l-4.123.618c-.773.116-1.421.213-1.934.358c-.543.152-1.024.38-1.399.816c-.58.674-.644 1.55-.661 2.56v.02C11.465 14 11.71 14 12 14c.295 0 .543 0 .755.009c.018-1.063.117-1.392.298-1.602c.11-.127.277-.242.668-.351c.411-.116.965-.2 1.797-.325l4.196-.63c.65-.097 1.158-.172 1.577-.395a2.75 2.75 0 0 0 1.302-1.513c.158-.447.158-.96.157-1.617V7.43c0-.424 0-.779-.019-1.07a2.8 2.8 0 0 0-.172-.868a2.75 2.75 0 0 0-1.551-1.552a2.8 2.8 0 0 0-.869-.172a18 18 0 0 0-1.07-.019H18v1.5z" opacity=".5"/><path fill-rule="evenodd" d="M4.75 4.5a.75.75 0 0 1 .75-.75H6v1.5h-.5a.75.75 0 0 1-.75-.75" clip-rule="evenodd" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPaintRollerDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 4.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C7.098 2 7.565 2 8.5 2h7c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C18 3.098 18 3.565 18 4.5s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549C16.902 7 16.435 7 15.5 7h-7c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C6 5.902 6 5.435 6 4.5M10 16v4c0 .943 0 1.414.293 1.707S11.057 22 12 22s1.414 0 1.707-.293S14 20.943 14 20v-4c0-.943 0-1.414-.293-1.707S12.943 14 12 14s-1.414 0-1.707.293S10 15.057 10 16"/><path d="M19.045 5.25c.455 0 .76 0 .996.016c.23.015.343.042.417.07c.323.128.578.383.705.706c.03.074.056.187.071.417c.016.236.016.541.016.996c0 .837-.01 1.067-.071 1.239a1.25 1.25 0 0 1-.592.687c-.161.086-.387.13-1.215.255l-4.123.618c-.773.116-1.421.213-1.934.358c-.543.152-1.024.38-1.399.816c-.58.674-.644 1.55-.661 2.56v.02C11.465 14 11.71 14 12 14c.295 0 .543 0 .755.009c.018-1.063.117-1.392.298-1.602c.11-.127.277-.242.668-.351c.411-.116.965-.2 1.797-.325l4.196-.63c.65-.097 1.158-.172 1.577-.395a2.75 2.75 0 0 0 1.302-1.513c.158-.447.158-.96.157-1.617V7.43c0-.424 0-.779-.019-1.07a2.8 2.8 0 0 0-.172-.868a2.75 2.75 0 0 0-1.551-1.552a2.8 2.8 0 0 0-.869-.172a18 18 0 0 0-1.07-.019H18v1.5z" opacity=".5"/><path fillRule="evenodd" d="M4.75 4.5a.75.75 0 0 1 .75-.75H6v1.5h-.5a.75.75 0 0 1-.75-.75" clipRule="evenodd" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 4.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .549-.549C7.098 2 7.565 2 8.5 2h7c.935 0 1.402 0 1.75.201a1.5 1.5 0 0 1 .549.549C18 3.098 18 3.565 18 4.5s0 1.402-.201 1.75a1.5 1.5 0 0 1-.549.549C16.902 7 16.435 7 15.5 7h-7c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 0 1-.549-.549C6 5.902 6 5.435 6 4.5M10 16v4c0 .943 0 1.414.293 1.707S11.057 22 12 22s1.414 0 1.707-.293S14 20.943 14 20v-4c0-.943 0-1.414-.293-1.707S12.943 14 12 14s-1.414 0-1.707.293S10 15.057 10 16"/><path d="M19.045 5.25c.455 0 .76 0 .996.016c.23.015.343.042.417.07c.323.128.578.383.705.706c.03.074.056.187.071.417c.016.236.016.541.016.996c0 .837-.01 1.067-.071 1.239a1.25 1.25 0 0 1-.592.687c-.161.086-.387.13-1.215.255l-4.123.618c-.773.116-1.421.213-1.934.358c-.543.152-1.024.38-1.399.816c-.58.674-.644 1.55-.661 2.56v.02C11.465 14 11.71 14 12 14c.295 0 .543 0 .755.009c.018-1.063.117-1.392.298-1.602c.11-.127.277-.242.668-.351c.411-.116.965-.2 1.797-.325l4.196-.63c.65-.097 1.158-.172 1.577-.395a2.75 2.75 0 0 0 1.302-1.513c.158-.447.158-.96.157-1.617V7.43c0-.424 0-.779-.019-1.07a2.8 2.8 0 0 0-.172-.868a2.75 2.75 0 0 0-1.551-1.552a2.8 2.8 0 0 0-.869-.172a18 18 0 0 0-1.07-.019H18v1.5z" opacity=".5"/><path fill-rule="evenodd" d="M4.75 4.5a.75.75 0 0 1 .75-.75H6v1.5h-.5a.75.75 0 0 1-.75-.75" clip-rule="evenodd" opacity=".5"/></g></svg>
</template>

CSS

.icon-paint-roller-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%204.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C7.098%202%207.565%202%208.5%202h7c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549C18%203.098%2018%203.565%2018%204.5s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549C16.902%207%2016.435%207%2015.5%207h-7c-.935%200-1.402%200-1.75-.201a1.5%201.5%200%200%201-.549-.549C6%205.902%206%205.435%206%204.5M10%2016v4c0%20.943%200%201.414.293%201.707S11.057%2022%2012%2022s1.414%200%201.707-.293S14%2020.943%2014%2020v-4c0-.943%200-1.414-.293-1.707S12.943%2014%2012%2014s-1.414%200-1.707.293S10%2015.057%2010%2016%22%2F%3E%3Cpath%20d%3D%22M19.045%205.25c.455%200%20.76%200%20.996.016c.23.015.343.042.417.07c.323.128.578.383.705.706c.03.074.056.187.071.417c.016.236.016.541.016.996c0%20.837-.01%201.067-.071%201.239a1.25%201.25%200%200%201-.592.687c-.161.086-.387.13-1.215.255l-4.123.618c-.773.116-1.421.213-1.934.358c-.543.152-1.024.38-1.399.816c-.58.674-.644%201.55-.661%202.56v.02C11.465%2014%2011.71%2014%2012%2014c.295%200%20.543%200%20.755.009c.018-1.063.117-1.392.298-1.602c.11-.127.277-.242.668-.351c.411-.116.965-.2%201.797-.325l4.196-.63c.65-.097%201.158-.172%201.577-.395a2.75%202.75%200%200%200%201.302-1.513c.158-.447.158-.96.157-1.617V7.43c0-.424%200-.779-.019-1.07a2.8%202.8%200%200%200-.172-.868a2.75%202.75%200%200%200-1.551-1.552a2.8%202.8%200%200%200-.869-.172a18%2018%200%200%200-1.07-.019H18v1.5z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.75%204.5a.75.75%200%200%201%20.75-.75H6v1.5h-.5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%204.5c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.549-.549C7.098%202%207.565%202%208.5%202h7c.935%200%201.402%200%201.75.201a1.5%201.5%200%200%201%20.549.549C18%203.098%2018%203.565%2018%204.5s0%201.402-.201%201.75a1.5%201.5%200%200%201-.549.549C16.902%207%2016.435%207%2015.5%207h-7c-.935%200-1.402%200-1.75-.201a1.5%201.5%200%200%201-.549-.549C6%205.902%206%205.435%206%204.5M10%2016v4c0%20.943%200%201.414.293%201.707S11.057%2022%2012%2022s1.414%200%201.707-.293S14%2020.943%2014%2020v-4c0-.943%200-1.414-.293-1.707S12.943%2014%2012%2014s-1.414%200-1.707.293S10%2015.057%2010%2016%22%2F%3E%3Cpath%20d%3D%22M19.045%205.25c.455%200%20.76%200%20.996.016c.23.015.343.042.417.07c.323.128.578.383.705.706c.03.074.056.187.071.417c.016.236.016.541.016.996c0%20.837-.01%201.067-.071%201.239a1.25%201.25%200%200%201-.592.687c-.161.086-.387.13-1.215.255l-4.123.618c-.773.116-1.421.213-1.934.358c-.543.152-1.024.38-1.399.816c-.58.674-.644%201.55-.661%202.56v.02C11.465%2014%2011.71%2014%2012%2014c.295%200%20.543%200%20.755.009c.018-1.063.117-1.392.298-1.602c.11-.127.277-.242.668-.351c.411-.116.965-.2%201.797-.325l4.196-.63c.65-.097%201.158-.172%201.577-.395a2.75%202.75%200%200%200%201.302-1.513c.158-.447.158-.96.157-1.617V7.43c0-.424%200-.779-.019-1.07a2.8%202.8%200%200%200-.172-.868a2.75%202.75%200%200%200-1.551-1.552a2.8%202.8%200%200%200-.869-.172a18%2018%200%200%200-1.07-.019H18v1.5z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.75%204.5a.75.75%200%200%201%20.75-.75H6v1.5h-.5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/paint-roller-duotone.svg?color=%231a73e8&size=48