draw icon
draw-fill from Remix Icon by Remix Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- draw-fill
- Set
- Remix Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
Use the draw icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.656 2.1a1 1 0 0 1 1.415 0L21.9 4.93a1 1 0 0 1 0 1.414l-3.672 3.67c.861 1.12 1.543 2.237 2 3.273c.38.867.627 1.726.66 2.512s-.149 1.606-.755 2.213c-.813.813-1.992.864-3.041.65c-1.085-.223-2.303-.776-3.528-1.55l1.07-1.691c1.106.7 2.093 1.124 2.86 1.281c.801.165 1.122-.001 1.225-.104c.077-.077.19-.266.17-.715c-.018-.45-.17-1.057-.493-1.79c-.356-.81-.896-1.716-1.594-2.652l-1.973 1.974a1 1 0 0 1-.707.293h-2.828a1 1 0 0 1-1-1V9.879a1 1 0 0 1 .293-.707l1.856-1.859c-.958-.564-1.93-.942-2.846-1.125c-1.709-.342-3.099 0-3.96.862c-.862.861-1.204 2.252-.863 3.96c.34 1.701 1.347 3.595 2.984 5.232C9.515 18 11.565 19.03 13.352 19.29l-.289 1.979c-2.279-.334-4.708-1.6-6.72-3.612c-1.878-1.877-3.103-4.116-3.53-6.255c-.426-2.13-.073-4.285 1.409-5.766C5.703 4.154 7.858 3.8 9.988 4.226c1.3.26 2.637.817 3.908 1.634z"/></svg>
React
import type { SVGProps } from "react";
export function RiDrawFill(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="M17.656 2.1a1 1 0 0 1 1.415 0L21.9 4.93a1 1 0 0 1 0 1.414l-3.672 3.67c.861 1.12 1.543 2.237 2 3.273c.38.867.627 1.726.66 2.512s-.149 1.606-.755 2.213c-.813.813-1.992.864-3.041.65c-1.085-.223-2.303-.776-3.528-1.55l1.07-1.691c1.106.7 2.093 1.124 2.86 1.281c.801.165 1.122-.001 1.225-.104c.077-.077.19-.266.17-.715c-.018-.45-.17-1.057-.493-1.79c-.356-.81-.896-1.716-1.594-2.652l-1.973 1.974a1 1 0 0 1-.707.293h-2.828a1 1 0 0 1-1-1V9.879a1 1 0 0 1 .293-.707l1.856-1.859c-.958-.564-1.93-.942-2.846-1.125c-1.709-.342-3.099 0-3.96.862c-.862.861-1.204 2.252-.863 3.96c.34 1.701 1.347 3.595 2.984 5.232C9.515 18 11.565 19.03 13.352 19.29l-.289 1.979c-2.279-.334-4.708-1.6-6.72-3.612c-1.878-1.877-3.103-4.116-3.53-6.255c-.426-2.13-.073-4.285 1.409-5.766C5.703 4.154 7.858 3.8 9.988 4.226c1.3.26 2.637.817 3.908 1.634z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.656 2.1a1 1 0 0 1 1.415 0L21.9 4.93a1 1 0 0 1 0 1.414l-3.672 3.67c.861 1.12 1.543 2.237 2 3.273c.38.867.627 1.726.66 2.512s-.149 1.606-.755 2.213c-.813.813-1.992.864-3.041.65c-1.085-.223-2.303-.776-3.528-1.55l1.07-1.691c1.106.7 2.093 1.124 2.86 1.281c.801.165 1.122-.001 1.225-.104c.077-.077.19-.266.17-.715c-.018-.45-.17-1.057-.493-1.79c-.356-.81-.896-1.716-1.594-2.652l-1.973 1.974a1 1 0 0 1-.707.293h-2.828a1 1 0 0 1-1-1V9.879a1 1 0 0 1 .293-.707l1.856-1.859c-.958-.564-1.93-.942-2.846-1.125c-1.709-.342-3.099 0-3.96.862c-.862.861-1.204 2.252-.863 3.96c.34 1.701 1.347 3.595 2.984 5.232C9.515 18 11.565 19.03 13.352 19.29l-.289 1.979c-2.279-.334-4.708-1.6-6.72-3.612c-1.878-1.877-3.103-4.116-3.53-6.255c-.426-2.13-.073-4.285 1.409-5.766C5.703 4.154 7.858 3.8 9.988 4.226c1.3.26 2.637.817 3.908 1.634z"/></svg> </template>
CSS
.icon-draw-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%22M17.656%202.1a1%201%200%200%201%201.415%200L21.9%204.93a1%201%200%200%201%200%201.414l-3.672%203.67c.861%201.12%201.543%202.237%202%203.273c.38.867.627%201.726.66%202.512s-.149%201.606-.755%202.213c-.813.813-1.992.864-3.041.65c-1.085-.223-2.303-.776-3.528-1.55l1.07-1.691c1.106.7%202.093%201.124%202.86%201.281c.801.165%201.122-.001%201.225-.104c.077-.077.19-.266.17-.715c-.018-.45-.17-1.057-.493-1.79c-.356-.81-.896-1.716-1.594-2.652l-1.973%201.974a1%201%200%200%201-.707.293h-2.828a1%201%200%200%201-1-1V9.879a1%201%200%200%201%20.293-.707l1.856-1.859c-.958-.564-1.93-.942-2.846-1.125c-1.709-.342-3.099%200-3.96.862c-.862.861-1.204%202.252-.863%203.96c.34%201.701%201.347%203.595%202.984%205.232C9.515%2018%2011.565%2019.03%2013.352%2019.29l-.289%201.979c-2.279-.334-4.708-1.6-6.72-3.612c-1.878-1.877-3.103-4.116-3.53-6.255c-.426-2.13-.073-4.285%201.409-5.766C5.703%204.154%207.858%203.8%209.988%204.226c1.3.26%202.637.817%203.908%201.634z%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%22M17.656%202.1a1%201%200%200%201%201.415%200L21.9%204.93a1%201%200%200%201%200%201.414l-3.672%203.67c.861%201.12%201.543%202.237%202%203.273c.38.867.627%201.726.66%202.512s-.149%201.606-.755%202.213c-.813.813-1.992.864-3.041.65c-1.085-.223-2.303-.776-3.528-1.55l1.07-1.691c1.106.7%202.093%201.124%202.86%201.281c.801.165%201.122-.001%201.225-.104c.077-.077.19-.266.17-.715c-.018-.45-.17-1.057-.493-1.79c-.356-.81-.896-1.716-1.594-2.652l-1.973%201.974a1%201%200%200%201-.707.293h-2.828a1%201%200%200%201-1-1V9.879a1%201%200%200%201%20.293-.707l1.856-1.859c-.958-.564-1.93-.942-2.846-1.125c-1.709-.342-3.099%200-3.96.862c-.862.861-1.204%202.252-.863%203.96c.34%201.701%201.347%203.595%202.984%205.232C9.515%2018%2011.565%2019.03%2013.352%2019.29l-.289%201.979c-2.279-.334-4.708-1.6-6.72-3.612c-1.878-1.877-3.103-4.116-3.53-6.255c-.426-2.13-.073-4.285%201.409-5.766C5.703%204.154%207.858%203.8%209.988%204.226c1.3.26%202.637.817%203.908%201.634z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/draw-fill.svg?color=%231a73e8&size=48