edge new icon
edge-new-fill from Remix Icon by Remix Design · Fill · Logos · Apache-2.0 Free for personal and commercial use.
- Name
- edge-new-fill
- Set
- Remix Icon
- Style
- Fill
- 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="M13.817 21.835q-.16.005-.317.005c-1.073 0-2.374-.62-3.42-1.758A6.75 6.75 0 0 1 8.3 15.5c0-1.418.518-2.565 1.201-3.406C9.558 14.58 11.86 17.7 16.5 17.7c1.678 0 2.717-.452 3.28-.697c.208-.09.35-.153.436-.153c.184 0 .284.1.284.3c0 .187-.101.321-.426.752l-.073.098a10 10 0 0 1-6.184 3.835m-3.115.081C5.792 21.28 2 17.084 2 12c0-1.28.74-2.329 1.897-3.08C5.058 8.164 6.587 7.75 8 7.75c2.276 0 3.635.765 4.428 1.647q.075.084.144.169A2.5 2.5 0 0 0 12 9.5h-.004a2.5 2.5 0 0 0-1.2.309a5 5 0 0 0-.236.117a6 6 0 0 0-1.51 1.168A6.35 6.35 0 0 0 7.3 15.5c0 2.137.855 3.965 2.044 5.258c.414.45.874.841 1.358 1.159m3.15-8.32c.266-.28.648-.684.648-1.596c0-.86-.338-2.171-1.328-3.272C12.165 7.61 10.524 6.75 8 6.75c-1.587 0-3.308.46-4.647 1.33q-.422.274-.79.605A10 10 0 0 1 12 2c5.523 0 10 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-.404"/></svg>
React
import type { SVGProps } from "react";
export function RiEdgeNewFill(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="M13.817 21.835q-.16.005-.317.005c-1.073 0-2.374-.62-3.42-1.758A6.75 6.75 0 0 1 8.3 15.5c0-1.418.518-2.565 1.201-3.406C9.558 14.58 11.86 17.7 16.5 17.7c1.678 0 2.717-.452 3.28-.697c.208-.09.35-.153.436-.153c.184 0 .284.1.284.3c0 .187-.101.321-.426.752l-.073.098a10 10 0 0 1-6.184 3.835m-3.115.081C5.792 21.28 2 17.084 2 12c0-1.28.74-2.329 1.897-3.08C5.058 8.164 6.587 7.75 8 7.75c2.276 0 3.635.765 4.428 1.647q.075.084.144.169A2.5 2.5 0 0 0 12 9.5h-.004a2.5 2.5 0 0 0-1.2.309a5 5 0 0 0-.236.117a6 6 0 0 0-1.51 1.168A6.35 6.35 0 0 0 7.3 15.5c0 2.137.855 3.965 2.044 5.258c.414.45.874.841 1.358 1.159m3.15-8.32c.266-.28.648-.684.648-1.596c0-.86-.338-2.171-1.328-3.272C12.165 7.61 10.524 6.75 8 6.75c-1.587 0-3.308.46-4.647 1.33q-.422.274-.79.605A10 10 0 0 1 12 2c5.523 0 10 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-.404"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.817 21.835q-.16.005-.317.005c-1.073 0-2.374-.62-3.42-1.758A6.75 6.75 0 0 1 8.3 15.5c0-1.418.518-2.565 1.201-3.406C9.558 14.58 11.86 17.7 16.5 17.7c1.678 0 2.717-.452 3.28-.697c.208-.09.35-.153.436-.153c.184 0 .284.1.284.3c0 .187-.101.321-.426.752l-.073.098a10 10 0 0 1-6.184 3.835m-3.115.081C5.792 21.28 2 17.084 2 12c0-1.28.74-2.329 1.897-3.08C5.058 8.164 6.587 7.75 8 7.75c2.276 0 3.635.765 4.428 1.647q.075.084.144.169A2.5 2.5 0 0 0 12 9.5h-.004a2.5 2.5 0 0 0-1.2.309a5 5 0 0 0-.236.117a6 6 0 0 0-1.51 1.168A6.35 6.35 0 0 0 7.3 15.5c0 2.137.855 3.965 2.044 5.258c.414.45.874.841 1.358 1.159m3.15-8.32c.266-.28.648-.684.648-1.596c0-.86-.338-2.171-1.328-3.272C12.165 7.61 10.524 6.75 8 6.75c-1.587 0-3.308.46-4.647 1.33q-.422.274-.79.605A10 10 0 0 1 12 2c5.523 0 10 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-.404"/></svg> </template>
CSS
.icon-edge-new-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%22M13.817%2021.835q-.16.005-.317.005c-1.073%200-2.374-.62-3.42-1.758A6.75%206.75%200%200%201%208.3%2015.5c0-1.418.518-2.565%201.201-3.406C9.558%2014.58%2011.86%2017.7%2016.5%2017.7c1.678%200%202.717-.452%203.28-.697c.208-.09.35-.153.436-.153c.184%200%20.284.1.284.3c0%20.187-.101.321-.426.752l-.073.098a10%2010%200%200%201-6.184%203.835m-3.115.081C5.792%2021.28%202%2017.084%202%2012c0-1.28.74-2.329%201.897-3.08C5.058%208.164%206.587%207.75%208%207.75c2.276%200%203.635.765%204.428%201.647q.075.084.144.169A2.5%202.5%200%200%200%2012%209.5h-.004a2.5%202.5%200%200%200-1.2.309a5%205%200%200%200-.236.117a6%206%200%200%200-1.51%201.168A6.35%206.35%200%200%200%207.3%2015.5c0%202.137.855%203.965%202.044%205.258c.414.45.874.841%201.358%201.159m3.15-8.32c.266-.28.648-.684.648-1.596c0-.86-.338-2.171-1.328-3.272C12.165%207.61%2010.524%206.75%208%206.75c-1.587%200-3.308.46-4.647%201.33q-.422.274-.79.605A10%2010%200%200%201%2012%202c5.523%200%2010%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-.404%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%22M13.817%2021.835q-.16.005-.317.005c-1.073%200-2.374-.62-3.42-1.758A6.75%206.75%200%200%201%208.3%2015.5c0-1.418.518-2.565%201.201-3.406C9.558%2014.58%2011.86%2017.7%2016.5%2017.7c1.678%200%202.717-.452%203.28-.697c.208-.09.35-.153.436-.153c.184%200%20.284.1.284.3c0%20.187-.101.321-.426.752l-.073.098a10%2010%200%200%201-6.184%203.835m-3.115.081C5.792%2021.28%202%2017.084%202%2012c0-1.28.74-2.329%201.897-3.08C5.058%208.164%206.587%207.75%208%207.75c2.276%200%203.635.765%204.428%201.647q.075.084.144.169A2.5%202.5%200%200%200%2012%209.5h-.004a2.5%202.5%200%200%200-1.2.309a5%205%200%200%200-.236.117a6%206%200%200%200-1.51%201.168A6.35%206.35%200%200%200%207.3%2015.5c0%202.137.855%203.965%202.044%205.258c.414.45.874.841%201.358%201.159m3.15-8.32c.266-.28.648-.684.648-1.596c0-.86-.338-2.171-1.328-3.272C12.165%207.61%2010.524%206.75%208%206.75c-1.587%200-3.308.46-4.647%201.33q-.422.274-.79.605A10%2010%200%200%201%2012%202c5.523%200%2010%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-.404%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/edge-new-fill.svg?color=%231a73e8&size=48