no newline icon
no-newline from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- no-newline
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Use the no newline icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M13.001 3.5v2.707a5.5 5.5 0 0 0-1-.185V3.5a.5.5 0 0 1 1 0M2.708 9H6.6q.276-.539.658-1.001h-4.55l2.645-2.646a.5.5 0 0 0-.707-.707l-3.5 3.5a.5.5 0 0 0 0 .707l3.5 3.5a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707z"/><path fill-rule="evenodd" d="M7 11.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m1 0c0 .786.26 1.512.697 2.096l4.9-4.9A3.5 3.5 0 0 0 8 11.5m3.5 3.5c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 11.5 15" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconNoNewline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M13.001 3.5v2.707a5.5 5.5 0 0 0-1-.185V3.5a.5.5 0 0 1 1 0M2.708 9H6.6q.276-.539.658-1.001h-4.55l2.645-2.646a.5.5 0 0 0-.707-.707l-3.5 3.5a.5.5 0 0 0 0 .707l3.5 3.5a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707z"/><path fillRule="evenodd" d="M7 11.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m1 0c0 .786.26 1.512.697 2.096l4.9-4.9A3.5 3.5 0 0 0 8 11.5m3.5 3.5c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 11.5 15" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M13.001 3.5v2.707a5.5 5.5 0 0 0-1-.185V3.5a.5.5 0 0 1 1 0M2.708 9H6.6q.276-.539.658-1.001h-4.55l2.645-2.646a.5.5 0 0 0-.707-.707l-3.5 3.5a.5.5 0 0 0 0 .707l3.5 3.5a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.707z"/><path fill-rule="evenodd" d="M7 11.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m1 0c0 .786.26 1.512.697 2.096l4.9-4.9A3.5 3.5 0 0 0 8 11.5m3.5 3.5c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 11.5 15" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-no-newline {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.001%203.5v2.707a5.5%205.5%200%200%200-1-.185V3.5a.5.5%200%200%201%201%200M2.708%209H6.6q.276-.539.658-1.001h-4.55l2.645-2.646a.5.5%200%200%200-.707-.707l-3.5%203.5a.5.5%200%200%200%200%20.707l3.5%203.5a.5.5%200%200%200%20.708%200a.5.5%200%200%200%200-.707z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%2011.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m1%200c0%20.786.26%201.512.697%202.096l4.9-4.9A3.5%203.5%200%200%200%208%2011.5m3.5%203.5c-.786%200-1.512-.26-2.096-.697l4.9-4.9A3.5%203.5%200%200%201%2011.5%2015%22%20clip-rule%3D%22evenodd%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.001%203.5v2.707a5.5%205.5%200%200%200-1-.185V3.5a.5.5%200%200%201%201%200M2.708%209H6.6q.276-.539.658-1.001h-4.55l2.645-2.646a.5.5%200%200%200-.707-.707l-3.5%203.5a.5.5%200%200%200%200%20.707l3.5%203.5a.5.5%200%200%200%20.708%200a.5.5%200%200%200%200-.707z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%2011.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m1%200c0%20.786.26%201.512.697%202.096l4.9-4.9A3.5%203.5%200%200%200%208%2011.5m3.5%203.5c-.786%200-1.512-.26-2.096-.697l4.9-4.9A3.5%203.5%200%200%201%2011.5%2015%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/no-newline.svg?color=%231a73e8&size=48