draw icon
draw-line from Remix Icon by Remix Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- draw-line
- Set
- Remix Icon
- Style
- Line
- 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="M18.364 1.808a1 1 0 0 1 .707.293L21.9 4.929a1 1 0 0 1 0 1.414l-3.671 3.672c1.055 1.372 1.849 2.752 2.283 3.99c.254.727.402 1.452.377 2.123c-.026.678-.235 1.362-.756 1.883c-.813.813-1.992.864-3.041.65c-1.085-.223-2.302-.776-3.526-1.55l1.069-1.691c1.105.7 2.093 1.124 2.86 1.281c.8.164 1.12-.001 1.224-.104c.068-.068.159-.215.172-.545c.013-.339-.063-.803-.267-1.385c-.328-.935-.947-2.051-1.823-3.225l-1.972 1.972a1 1 0 0 1-.707.293h-2.828a1 1 0 0 1-1-1V9.879a1 1 0 0 1 .293-.707l1.858-1.859c-1.208-.711-2.432-1.121-3.534-1.227c-1.399-.134-2.53.22-3.274.964c-.862.861-1.204 2.252-.862 3.96c.34 1.701 1.347 3.595 2.984 5.232C9.516 18 11.565 19.03 13.353 19.29l-.29 1.979c-2.278-.334-4.708-1.6-6.72-3.612c-1.878-1.877-3.103-4.115-3.53-6.254c-.426-2.13-.073-4.286 1.409-5.767C5.496 4.36 7.278 3.92 9.102 4.095c1.578.151 3.24.765 4.795 1.765l3.76-3.76l.074-.066a1 1 0 0 1 .633-.226m-6.07 8.485v1.414h1.413l6.071-6.071l-1.414-1.414z"/></svg>
React
import type { SVGProps } from "react";
export function RiDrawLine(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="M18.364 1.808a1 1 0 0 1 .707.293L21.9 4.929a1 1 0 0 1 0 1.414l-3.671 3.672c1.055 1.372 1.849 2.752 2.283 3.99c.254.727.402 1.452.377 2.123c-.026.678-.235 1.362-.756 1.883c-.813.813-1.992.864-3.041.65c-1.085-.223-2.302-.776-3.526-1.55l1.069-1.691c1.105.7 2.093 1.124 2.86 1.281c.8.164 1.12-.001 1.224-.104c.068-.068.159-.215.172-.545c.013-.339-.063-.803-.267-1.385c-.328-.935-.947-2.051-1.823-3.225l-1.972 1.972a1 1 0 0 1-.707.293h-2.828a1 1 0 0 1-1-1V9.879a1 1 0 0 1 .293-.707l1.858-1.859c-1.208-.711-2.432-1.121-3.534-1.227c-1.399-.134-2.53.22-3.274.964c-.862.861-1.204 2.252-.862 3.96c.34 1.701 1.347 3.595 2.984 5.232C9.516 18 11.565 19.03 13.353 19.29l-.29 1.979c-2.278-.334-4.708-1.6-6.72-3.612c-1.878-1.877-3.103-4.115-3.53-6.254c-.426-2.13-.073-4.286 1.409-5.767C5.496 4.36 7.278 3.92 9.102 4.095c1.578.151 3.24.765 4.795 1.765l3.76-3.76l.074-.066a1 1 0 0 1 .633-.226m-6.07 8.485v1.414h1.413l6.071-6.071l-1.414-1.414z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.364 1.808a1 1 0 0 1 .707.293L21.9 4.929a1 1 0 0 1 0 1.414l-3.671 3.672c1.055 1.372 1.849 2.752 2.283 3.99c.254.727.402 1.452.377 2.123c-.026.678-.235 1.362-.756 1.883c-.813.813-1.992.864-3.041.65c-1.085-.223-2.302-.776-3.526-1.55l1.069-1.691c1.105.7 2.093 1.124 2.86 1.281c.8.164 1.12-.001 1.224-.104c.068-.068.159-.215.172-.545c.013-.339-.063-.803-.267-1.385c-.328-.935-.947-2.051-1.823-3.225l-1.972 1.972a1 1 0 0 1-.707.293h-2.828a1 1 0 0 1-1-1V9.879a1 1 0 0 1 .293-.707l1.858-1.859c-1.208-.711-2.432-1.121-3.534-1.227c-1.399-.134-2.53.22-3.274.964c-.862.861-1.204 2.252-.862 3.96c.34 1.701 1.347 3.595 2.984 5.232C9.516 18 11.565 19.03 13.353 19.29l-.29 1.979c-2.278-.334-4.708-1.6-6.72-3.612c-1.878-1.877-3.103-4.115-3.53-6.254c-.426-2.13-.073-4.286 1.409-5.767C5.496 4.36 7.278 3.92 9.102 4.095c1.578.151 3.24.765 4.795 1.765l3.76-3.76l.074-.066a1 1 0 0 1 .633-.226m-6.07 8.485v1.414h1.413l6.071-6.071l-1.414-1.414z"/></svg> </template>
CSS
.icon-draw-line {
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%22M18.364%201.808a1%201%200%200%201%20.707.293L21.9%204.929a1%201%200%200%201%200%201.414l-3.671%203.672c1.055%201.372%201.849%202.752%202.283%203.99c.254.727.402%201.452.377%202.123c-.026.678-.235%201.362-.756%201.883c-.813.813-1.992.864-3.041.65c-1.085-.223-2.302-.776-3.526-1.55l1.069-1.691c1.105.7%202.093%201.124%202.86%201.281c.8.164%201.12-.001%201.224-.104c.068-.068.159-.215.172-.545c.013-.339-.063-.803-.267-1.385c-.328-.935-.947-2.051-1.823-3.225l-1.972%201.972a1%201%200%200%201-.707.293h-2.828a1%201%200%200%201-1-1V9.879a1%201%200%200%201%20.293-.707l1.858-1.859c-1.208-.711-2.432-1.121-3.534-1.227c-1.399-.134-2.53.22-3.274.964c-.862.861-1.204%202.252-.862%203.96c.34%201.701%201.347%203.595%202.984%205.232C9.516%2018%2011.565%2019.03%2013.353%2019.29l-.29%201.979c-2.278-.334-4.708-1.6-6.72-3.612c-1.878-1.877-3.103-4.115-3.53-6.254c-.426-2.13-.073-4.286%201.409-5.767C5.496%204.36%207.278%203.92%209.102%204.095c1.578.151%203.24.765%204.795%201.765l3.76-3.76l.074-.066a1%201%200%200%201%20.633-.226m-6.07%208.485v1.414h1.413l6.071-6.071l-1.414-1.414z%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%22M18.364%201.808a1%201%200%200%201%20.707.293L21.9%204.929a1%201%200%200%201%200%201.414l-3.671%203.672c1.055%201.372%201.849%202.752%202.283%203.99c.254.727.402%201.452.377%202.123c-.026.678-.235%201.362-.756%201.883c-.813.813-1.992.864-3.041.65c-1.085-.223-2.302-.776-3.526-1.55l1.069-1.691c1.105.7%202.093%201.124%202.86%201.281c.8.164%201.12-.001%201.224-.104c.068-.068.159-.215.172-.545c.013-.339-.063-.803-.267-1.385c-.328-.935-.947-2.051-1.823-3.225l-1.972%201.972a1%201%200%200%201-.707.293h-2.828a1%201%200%200%201-1-1V9.879a1%201%200%200%201%20.293-.707l1.858-1.859c-1.208-.711-2.432-1.121-3.534-1.227c-1.399-.134-2.53.22-3.274.964c-.862.861-1.204%202.252-.862%203.96c.34%201.701%201.347%203.595%202.984%205.232C9.516%2018%2011.565%2019.03%2013.353%2019.29l-.29%201.979c-2.278-.334-4.708-1.6-6.72-3.612c-1.878-1.877-3.103-4.115-3.53-6.254c-.426-2.13-.073-4.286%201.409-5.767C5.496%204.36%207.278%203.92%209.102%204.095c1.578.151%203.24.765%204.795%201.765l3.76-3.76l.074-.066a1%201%200%200%201%20.633-.226m-6.07%208.485v1.414h1.413l6.071-6.071l-1.414-1.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/draw-line.svg?color=%231a73e8&size=48