paint roller icon
paint-roller-filled from Reicon by REICON · Filled · Tools · MIT Free for personal and commercial use.
- Name
- paint-roller-filled
- Set
- Reicon
- Style
- Filled
- 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.5m-.998-.56a.748.748 0 0 0 0 1.121Q5 4.813 5 4.541V4.46q0-.273.002-.52M10 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="M18.994 5.25h.051c.455 0 .76 0 .997.016c.23.015.342.042.416.07c.323.128.578.383.706.706c.029.074.056.187.07.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.023.38-1.398.816c-.384.445-.542.977-.61 1.578c.204-.006.42-.006.639-.006h.109c.265 0 .525 0 .766.011c.05-.32.127-.482.232-.604c.11-.127.278-.242.668-.351c.411-.116.966-.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-.019h-.075q.008.33.006.71v.08q.002.38-.006.71"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPaintRollerFilled(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.5m-.998-.56a.748.748 0 0 0 0 1.121Q5 4.813 5 4.541V4.46q0-.273.002-.52M10 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="M18.994 5.25h.051c.455 0 .76 0 .997.016c.23.015.342.042.416.07c.323.128.578.383.706.706c.029.074.056.187.07.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.023.38-1.398.816c-.384.445-.542.977-.61 1.578c.204-.006.42-.006.639-.006h.109c.265 0 .525 0 .766.011c.05-.32.127-.482.232-.604c.11-.127.278-.242.668-.351c.411-.116.966-.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-.019h-.075q.008.33.006.71v.08q.002.38-.006.71"/></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.5m-.998-.56a.748.748 0 0 0 0 1.121Q5 4.813 5 4.541V4.46q0-.273.002-.52M10 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="M18.994 5.25h.051c.455 0 .76 0 .997.016c.23.015.342.042.416.07c.323.128.578.383.706.706c.029.074.056.187.07.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.023.38-1.398.816c-.384.445-.542.977-.61 1.578c.204-.006.42-.006.639-.006h.109c.265 0 .525 0 .766.011c.05-.32.127-.482.232-.604c.11-.127.278-.242.668-.351c.411-.116.966-.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-.019h-.075q.008.33.006.71v.08q.002.38-.006.71"/></g></svg> </template>
CSS
.icon-paint-roller-filled {
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.5m-.998-.56a.748.748%200%200%200%200%201.121Q5%204.813%205%204.541V4.46q0-.273.002-.52M10%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%22M18.994%205.25h.051c.455%200%20.76%200%20.997.016c.23.015.342.042.416.07c.323.128.578.383.706.706c.029.074.056.187.07.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.023.38-1.398.816c-.384.445-.542.977-.61%201.578c.204-.006.42-.006.639-.006h.109c.265%200%20.525%200%20.766.011c.05-.32.127-.482.232-.604c.11-.127.278-.242.668-.351c.411-.116.966-.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-.019h-.075q.008.33.006.71v.08q.002.38-.006.71%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.5m-.998-.56a.748.748%200%200%200%200%201.121Q5%204.813%205%204.541V4.46q0-.273.002-.52M10%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%22M18.994%205.25h.051c.455%200%20.76%200%20.997.016c.23.015.342.042.416.07c.323.128.578.383.706.706c.029.074.056.187.07.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.023.38-1.398.816c-.384.445-.542.977-.61%201.578c.204-.006.42-.006.639-.006h.109c.265%200%20.525%200%20.766.011c.05-.32.127-.482.232-.604c.11-.127.278-.242.668-.351c.411-.116.966-.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-.019h-.075q.008.33.006.71v.08q.002.38-.006.71%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-filled.svg?color=%231a73e8&size=48