markup-line from Remix Icon by Remix Design · Line · Design · Apache-2.0 Free for personal and commercial use.

Name
markup-line
Set
Remix Icon
Style
Line
Category
Design
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More design icons from Remix Icon

Use the markup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 10.497l1.039-3.635a1 1 0 0 1 1.922 0L14 10.497v1.5h.72a1 1 0 0 1 .97.757l1.361 5.447a8 8 0 1 0-10.102 0l1.362-5.447a1 1 0 0 1 .97-.757H10zm2 9.5q.362 0 .719-.032a8 8 0 0 0 2.546-.663l-1.327-5.305h-3.876l-1.327 5.305a7.95 7.95 0 0 0 3.265.695m0 2c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10"/></svg>

React

import type { SVGProps } from "react";

export function RiMarkupLine(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="m10 10.497l1.039-3.635a1 1 0 0 1 1.922 0L14 10.497v1.5h.72a1 1 0 0 1 .97.757l1.361 5.447a8 8 0 1 0-10.102 0l1.362-5.447a1 1 0 0 1 .97-.757H10zm2 9.5q.362 0 .719-.032a8 8 0 0 0 2.546-.663l-1.327-5.305h-3.876l-1.327 5.305a7.95 7.95 0 0 0 3.265.695m0 2c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 10.497l1.039-3.635a1 1 0 0 1 1.922 0L14 10.497v1.5h.72a1 1 0 0 1 .97.757l1.361 5.447a8 8 0 1 0-10.102 0l1.362-5.447a1 1 0 0 1 .97-.757H10zm2 9.5q.362 0 .719-.032a8 8 0 0 0 2.546-.663l-1.327-5.305h-3.876l-1.327 5.305a7.95 7.95 0 0 0 3.265.695m0 2c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10"/></svg>
</template>

CSS

.icon-markup-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%22m10%2010.497l1.039-3.635a1%201%200%200%201%201.922%200L14%2010.497v1.5h.72a1%201%200%200%201%20.97.757l1.361%205.447a8%208%200%201%200-10.102%200l1.362-5.447a1%201%200%200%201%20.97-.757H10zm2%209.5q.362%200%20.719-.032a8%208%200%200%200%202.546-.663l-1.327-5.305h-3.876l-1.327%205.305a7.95%207.95%200%200%200%203.265.695m0%202c-5.523%200-10-4.477-10-10s4.477-10%2010-10s10%204.477%2010%2010s-4.477%2010-10%2010%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%22m10%2010.497l1.039-3.635a1%201%200%200%201%201.922%200L14%2010.497v1.5h.72a1%201%200%200%201%20.97.757l1.361%205.447a8%208%200%201%200-10.102%200l1.362-5.447a1%201%200%200%201%20.97-.757H10zm2%209.5q.362%200%20.719-.032a8%208%200%200%200%202.546-.663l-1.327-5.305h-3.876l-1.327%205.305a7.95%207.95%200%200%200%203.265.695m0%202c-5.523%200-10-4.477-10-10s4.477-10%2010-10s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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