invision icon
invision-line from Remix Icon by Remix Design · Line · Logos · Apache-2.0 Free for personal and commercial use.
- Name
- invision-line
- Set
- Remix Icon
- Style
- Line
- Category
- Logos
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More logos icons from Remix Icon
Use the invision icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.001 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-16a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m1 2v14h14V5zm1.988 9.065l.77-3.271H6.565l.362-1.39h2.868l-1.132 4.67a3 3 0 0 0-.106.72c0 .298.141.386.362.437c.135.032 1.207.01 1.791-1.34l.744-3.097h-1.207l.362-1.39h2.58l-.332 1.578c.453-.88 1.359-1.715 2.25-1.715c.95 0 1.735.704 1.735 2.055c0 .345-.046.721-.166 1.145l-.483 1.805a2.2 2.2 0 0 0-.076.487c0 .314.121.47.347.47c.227 0 .514-.172.846-1.13l.664.267c-.393 1.429-1.102 2.025-1.993 2.025c-1.041 0-1.539-.643-1.539-1.523c0-.25.03-.518.106-.785l.498-1.853a2 2 0 0 0 .075-.565c0-.596-.347-.958-.905-.958c-.71 0-1.178.53-1.419 1.55l-.966 4.032h-1.69l.303-1.267c-.497.85-1.187 1.375-2.038 1.375c-1.026 0-1.509-.615-1.509-1.542c0-.235.03-.523.09-.79m1.637-5.44a1.125 1.125 0 1 1 0-2.25a1.125 1.125 0 0 1 0 2.25"/></svg>
React
import type { SVGProps } from "react";
export function RiInvisionLine(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="M4.001 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-16a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m1 2v14h14V5zm1.988 9.065l.77-3.271H6.565l.362-1.39h2.868l-1.132 4.67a3 3 0 0 0-.106.72c0 .298.141.386.362.437c.135.032 1.207.01 1.791-1.34l.744-3.097h-1.207l.362-1.39h2.58l-.332 1.578c.453-.88 1.359-1.715 2.25-1.715c.95 0 1.735.704 1.735 2.055c0 .345-.046.721-.166 1.145l-.483 1.805a2.2 2.2 0 0 0-.076.487c0 .314.121.47.347.47c.227 0 .514-.172.846-1.13l.664.267c-.393 1.429-1.102 2.025-1.993 2.025c-1.041 0-1.539-.643-1.539-1.523c0-.25.03-.518.106-.785l.498-1.853a2 2 0 0 0 .075-.565c0-.596-.347-.958-.905-.958c-.71 0-1.178.53-1.419 1.55l-.966 4.032h-1.69l.303-1.267c-.497.85-1.187 1.375-2.038 1.375c-1.026 0-1.509-.615-1.509-1.542c0-.235.03-.523.09-.79m1.637-5.44a1.125 1.125 0 1 1 0-2.25a1.125 1.125 0 0 1 0 2.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.001 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-16a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m1 2v14h14V5zm1.988 9.065l.77-3.271H6.565l.362-1.39h2.868l-1.132 4.67a3 3 0 0 0-.106.72c0 .298.141.386.362.437c.135.032 1.207.01 1.791-1.34l.744-3.097h-1.207l.362-1.39h2.58l-.332 1.578c.453-.88 1.359-1.715 2.25-1.715c.95 0 1.735.704 1.735 2.055c0 .345-.046.721-.166 1.145l-.483 1.805a2.2 2.2 0 0 0-.076.487c0 .314.121.47.347.47c.227 0 .514-.172.846-1.13l.664.267c-.393 1.429-1.102 2.025-1.993 2.025c-1.041 0-1.539-.643-1.539-1.523c0-.25.03-.518.106-.785l.498-1.853a2 2 0 0 0 .075-.565c0-.596-.347-.958-.905-.958c-.71 0-1.178.53-1.419 1.55l-.966 4.032h-1.69l.303-1.267c-.497.85-1.187 1.375-2.038 1.375c-1.026 0-1.509-.615-1.509-1.542c0-.235.03-.523.09-.79m1.637-5.44a1.125 1.125 0 1 1 0-2.25a1.125 1.125 0 0 1 0 2.25"/></svg> </template>
CSS
.icon-invision-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%22M4.001%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201h-16a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1m1%202v14h14V5zm1.988%209.065l.77-3.271H6.565l.362-1.39h2.868l-1.132%204.67a3%203%200%200%200-.106.72c0%20.298.141.386.362.437c.135.032%201.207.01%201.791-1.34l.744-3.097h-1.207l.362-1.39h2.58l-.332%201.578c.453-.88%201.359-1.715%202.25-1.715c.95%200%201.735.704%201.735%202.055c0%20.345-.046.721-.166%201.145l-.483%201.805a2.2%202.2%200%200%200-.076.487c0%20.314.121.47.347.47c.227%200%20.514-.172.846-1.13l.664.267c-.393%201.429-1.102%202.025-1.993%202.025c-1.041%200-1.539-.643-1.539-1.523c0-.25.03-.518.106-.785l.498-1.853a2%202%200%200%200%20.075-.565c0-.596-.347-.958-.905-.958c-.71%200-1.178.53-1.419%201.55l-.966%204.032h-1.69l.303-1.267c-.497.85-1.187%201.375-2.038%201.375c-1.026%200-1.509-.615-1.509-1.542c0-.235.03-.523.09-.79m1.637-5.44a1.125%201.125%200%201%201%200-2.25a1.125%201.125%200%200%201%200%202.25%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%22M4.001%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201h-16a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1m1%202v14h14V5zm1.988%209.065l.77-3.271H6.565l.362-1.39h2.868l-1.132%204.67a3%203%200%200%200-.106.72c0%20.298.141.386.362.437c.135.032%201.207.01%201.791-1.34l.744-3.097h-1.207l.362-1.39h2.58l-.332%201.578c.453-.88%201.359-1.715%202.25-1.715c.95%200%201.735.704%201.735%202.055c0%20.345-.046.721-.166%201.145l-.483%201.805a2.2%202.2%200%200%200-.076.487c0%20.314.121.47.347.47c.227%200%20.514-.172.846-1.13l.664.267c-.393%201.429-1.102%202.025-1.993%202.025c-1.041%200-1.539-.643-1.539-1.523c0-.25.03-.518.106-.785l.498-1.853a2%202%200%200%200%20.075-.565c0-.596-.347-.958-.905-.958c-.71%200-1.178.53-1.419%201.55l-.966%204.032h-1.69l.303-1.267c-.497.85-1.187%201.375-2.038%201.375c-1.026%200-1.509-.615-1.509-1.542c0-.235.03-.523.09-.79m1.637-5.44a1.125%201.125%200%201%201%200-2.25a1.125%201.125%200%200%201%200%202.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/invision-line.svg?color=%231a73e8&size=48