edge new icon
edge-new-line from Remix Icon by Remix Design · Line · Logos · Apache-2.0 Free for personal and commercial use.
- Name
- edge-new-line
- Set
- Remix Icon
- Style
- Line
- Category
- Logos
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
More logos icons from Remix Icon
Use the edge new icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.949 18.204C6.3 16.775 6 15.201 6 14c0-1.496.59-3.093 1.603-4.323c.64-.778 1.474-1.436 2.465-1.818q-.72-.107-1.568-.109C5.99 7.75 4 9.612 4 12a7.99 7.99 0 0 0 2.949 6.204M12 20a8 8 0 0 0 2.649-.449c-3.364-.557-5.648-2.613-6.62-4.963c.095 1.026.43 2.296 1.03 3.357C9.776 19.217 10.752 20 12 20m4.5-8q-.001.71-.188 1.315q.309.034.688.035c1.776 0 3-1.234 3-2.85C20 7.37 16.704 4 12 4a7.97 7.97 0 0 0-5.272 1.983A6.8 6.8 0 0 1 8.5 5.75c2.407 0 4.396.601 5.807 1.715C15.737 8.595 16.5 10.198 16.5 12M12 9.5A2.5 2.5 0 0 0 9.5 12c0 2.5 2.3 5.7 7 5.7c.442 0 .84-.031 1.196-.082a7.4 7.4 0 0 0 1.736-.468q.197-.08.347-.147c.209-.09.352-.153.437-.153c.184 0 .284.1.284.3c0 .156-.07.276-.284.563l-.142.19l-.073.097a10 10 0 0 1-1.365 1.48A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4 10 8.5c0 2.8-2.2 4.85-5 4.85c-2 0-3.4-.65-3.4-1.35c0-.14.11-.254.252-.404c.266-.28.648-.684.648-1.596A2.5 2.5 0 0 0 12 9.5"/></svg>
React
import type { SVGProps } from "react";
export function RiEdgeNewLine(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="M6.949 18.204C6.3 16.775 6 15.201 6 14c0-1.496.59-3.093 1.603-4.323c.64-.778 1.474-1.436 2.465-1.818q-.72-.107-1.568-.109C5.99 7.75 4 9.612 4 12a7.99 7.99 0 0 0 2.949 6.204M12 20a8 8 0 0 0 2.649-.449c-3.364-.557-5.648-2.613-6.62-4.963c.095 1.026.43 2.296 1.03 3.357C9.776 19.217 10.752 20 12 20m4.5-8q-.001.71-.188 1.315q.309.034.688.035c1.776 0 3-1.234 3-2.85C20 7.37 16.704 4 12 4a7.97 7.97 0 0 0-5.272 1.983A6.8 6.8 0 0 1 8.5 5.75c2.407 0 4.396.601 5.807 1.715C15.737 8.595 16.5 10.198 16.5 12M12 9.5A2.5 2.5 0 0 0 9.5 12c0 2.5 2.3 5.7 7 5.7c.442 0 .84-.031 1.196-.082a7.4 7.4 0 0 0 1.736-.468q.197-.08.347-.147c.209-.09.352-.153.437-.153c.184 0 .284.1.284.3c0 .156-.07.276-.284.563l-.142.19l-.073.097a10 10 0 0 1-1.365 1.48A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4 10 8.5c0 2.8-2.2 4.85-5 4.85c-2 0-3.4-.65-3.4-1.35c0-.14.11-.254.252-.404c.266-.28.648-.684.648-1.596A2.5 2.5 0 0 0 12 9.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.949 18.204C6.3 16.775 6 15.201 6 14c0-1.496.59-3.093 1.603-4.323c.64-.778 1.474-1.436 2.465-1.818q-.72-.107-1.568-.109C5.99 7.75 4 9.612 4 12a7.99 7.99 0 0 0 2.949 6.204M12 20a8 8 0 0 0 2.649-.449c-3.364-.557-5.648-2.613-6.62-4.963c.095 1.026.43 2.296 1.03 3.357C9.776 19.217 10.752 20 12 20m4.5-8q-.001.71-.188 1.315q.309.034.688.035c1.776 0 3-1.234 3-2.85C20 7.37 16.704 4 12 4a7.97 7.97 0 0 0-5.272 1.983A6.8 6.8 0 0 1 8.5 5.75c2.407 0 4.396.601 5.807 1.715C15.737 8.595 16.5 10.198 16.5 12M12 9.5A2.5 2.5 0 0 0 9.5 12c0 2.5 2.3 5.7 7 5.7c.442 0 .84-.031 1.196-.082a7.4 7.4 0 0 0 1.736-.468q.197-.08.347-.147c.209-.09.352-.153.437-.153c.184 0 .284.1.284.3c0 .156-.07.276-.284.563l-.142.19l-.073.097a10 10 0 0 1-1.365 1.48A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4 10 8.5c0 2.8-2.2 4.85-5 4.85c-2 0-3.4-.65-3.4-1.35c0-.14.11-.254.252-.404c.266-.28.648-.684.648-1.596A2.5 2.5 0 0 0 12 9.5"/></svg> </template>
CSS
.icon-edge-new-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%22M6.949%2018.204C6.3%2016.775%206%2015.201%206%2014c0-1.496.59-3.093%201.603-4.323c.64-.778%201.474-1.436%202.465-1.818q-.72-.107-1.568-.109C5.99%207.75%204%209.612%204%2012a7.99%207.99%200%200%200%202.949%206.204M12%2020a8%208%200%200%200%202.649-.449c-3.364-.557-5.648-2.613-6.62-4.963c.095%201.026.43%202.296%201.03%203.357C9.776%2019.217%2010.752%2020%2012%2020m4.5-8q-.001.71-.188%201.315q.309.034.688.035c1.776%200%203-1.234%203-2.85C20%207.37%2016.704%204%2012%204a7.97%207.97%200%200%200-5.272%201.983A6.8%206.8%200%200%201%208.5%205.75c2.407%200%204.396.601%205.807%201.715C15.737%208.595%2016.5%2010.198%2016.5%2012M12%209.5A2.5%202.5%200%200%200%209.5%2012c0%202.5%202.3%205.7%207%205.7c.442%200%20.84-.031%201.196-.082a7.4%207.4%200%200%200%201.736-.468q.197-.08.347-.147c.209-.09.352-.153.437-.153c.184%200%20.284.1.284.3c0%20.156-.07.276-.284.563l-.142.19l-.073.097a10%2010%200%200%201-1.365%201.48A9.96%209.96%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204%2010%208.5c0%202.8-2.2%204.85-5%204.85c-2%200-3.4-.65-3.4-1.35c0-.14.11-.254.252-.404c.266-.28.648-.684.648-1.596A2.5%202.5%200%200%200%2012%209.5%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%22M6.949%2018.204C6.3%2016.775%206%2015.201%206%2014c0-1.496.59-3.093%201.603-4.323c.64-.778%201.474-1.436%202.465-1.818q-.72-.107-1.568-.109C5.99%207.75%204%209.612%204%2012a7.99%207.99%200%200%200%202.949%206.204M12%2020a8%208%200%200%200%202.649-.449c-3.364-.557-5.648-2.613-6.62-4.963c.095%201.026.43%202.296%201.03%203.357C9.776%2019.217%2010.752%2020%2012%2020m4.5-8q-.001.71-.188%201.315q.309.034.688.035c1.776%200%203-1.234%203-2.85C20%207.37%2016.704%204%2012%204a7.97%207.97%200%200%200-5.272%201.983A6.8%206.8%200%200%201%208.5%205.75c2.407%200%204.396.601%205.807%201.715C15.737%208.595%2016.5%2010.198%2016.5%2012M12%209.5A2.5%202.5%200%200%200%209.5%2012c0%202.5%202.3%205.7%207%205.7c.442%200%20.84-.031%201.196-.082a7.4%207.4%200%200%200%201.736-.468q.197-.08.347-.147c.209-.09.352-.153.437-.153c.184%200%20.284.1.284.3c0%20.156-.07.276-.284.563l-.142.19l-.073.097a10%2010%200%200%201-1.365%201.48A9.96%209.96%200%200%201%2012%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204%2010%208.5c0%202.8-2.2%204.85-5%204.85c-2%200-3.4-.65-3.4-1.35c0-.14.11-.254.252-.404c.266-.28.648-.684.648-1.596A2.5%202.5%200%200%200%2012%209.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/edge-new-line.svg?color=%231a73e8&size=48