path icon
path from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- path
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All path icons →More newicons icons from Reicon
Use the path icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m19.79 7.27l-3.03-3.03c-1.15-1.15-2.72-1.09-3.49.14l-1.69 2.67l5.4 5.4l2.67-1.69c1.15-.73 1.22-2.41.14-3.49"/><path d="m11.58 7.05l-3.93-.24c-2.19-.13-2.96.54-3.2 2.63l-.98 8.32c-.21 1.75 1.06 3.01 2.8 2.8l8.32-.98c2.09-.25 2.85-1.01 2.63-3.2l-.23-3.93M4.61 19.42l3.03-3.04"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPath(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m19.79 7.27l-3.03-3.03c-1.15-1.15-2.72-1.09-3.49.14l-1.69 2.67l5.4 5.4l2.67-1.69c1.15-.73 1.22-2.41.14-3.49"/><path d="m11.58 7.05l-3.93-.24c-2.19-.13-2.96.54-3.2 2.63l-.98 8.32c-.21 1.75 1.06 3.01 2.8 2.8l8.32-.98c2.09-.25 2.85-1.01 2.63-3.2l-.23-3.93M4.61 19.42l3.03-3.04"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m19.79 7.27l-3.03-3.03c-1.15-1.15-2.72-1.09-3.49.14l-1.69 2.67l5.4 5.4l2.67-1.69c1.15-.73 1.22-2.41.14-3.49"/><path d="m11.58 7.05l-3.93-.24c-2.19-.13-2.96.54-3.2 2.63l-.98 8.32c-.21 1.75 1.06 3.01 2.8 2.8l8.32-.98c2.09-.25 2.85-1.01 2.63-3.2l-.23-3.93M4.61 19.42l3.03-3.04"/></g></svg> </template>
CSS
.icon-path {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m19.79%207.27l-3.03-3.03c-1.15-1.15-2.72-1.09-3.49.14l-1.69%202.67l5.4%205.4l2.67-1.69c1.15-.73%201.22-2.41.14-3.49%22%2F%3E%3Cpath%20d%3D%22m11.58%207.05l-3.93-.24c-2.19-.13-2.96.54-3.2%202.63l-.98%208.32c-.21%201.75%201.06%203.01%202.8%202.8l8.32-.98c2.09-.25%202.85-1.01%202.63-3.2l-.23-3.93M4.61%2019.42l3.03-3.04%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m19.79%207.27l-3.03-3.03c-1.15-1.15-2.72-1.09-3.49.14l-1.69%202.67l5.4%205.4l2.67-1.69c1.15-.73%201.22-2.41.14-3.49%22%2F%3E%3Cpath%20d%3D%22m11.58%207.05l-3.93-.24c-2.19-.13-2.96.54-3.2%202.63l-.98%208.32c-.21%201.75%201.06%203.01%202.8%202.8l8.32-.98c2.09-.25%202.85-1.01%202.63-3.2l-.23-3.93M4.61%2019.42l3.03-3.04%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/path.svg?color=%231a73e8&size=48