logo invision icon
logo-invision from Carbon by IBM · Outline · Brand · Apache-2.0 Free for personal and commercial use.
- Name
- logo-invision
- Set
- Carbon
- Style
- Outline
- Category
- Brand
- Viewbox
- 32×32
- License
- Apache 2.0
More brand icons from Carbon
beecarboncarbon-for-aemcarbon-for-ibm-dotcomcarbon-for-ibm-productcarbon-for-mobilecarbon-for-salesforcecarbon-ui-buildercloud-appedt-loopibm-cloudibm-partner-plusibm-securitylogo-angularlogo-ansible-communitylogo-astradblogo-blueskylogo-digglogo-discordlogo-facebooklogo-figmalogo-flickrlogo-gitlogo-github
Use the logo invision icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 4v24h24V4zm8.1 5c.8 0 1.4.6 1.4 1.4s-.6 1.4-1.4 1.4s-1.4-.6-1.4-1.4c.1-.8.7-1.4 1.4-1.4m9.4 13.2c-1.4 0-2.1-.8-2.1-2c0-.3 0-.7.1-1l.7-2.4c.1-.2.1-.5.1-.7c0-.8-.5-1.3-1.2-1.3c-1 0-1.6.7-1.9 2L15.9 22h-2.3l.4-1.7c-.7 1.1-1.6 1.8-2.8 1.8c-1.4 0-2.1-.8-2.1-2c0-.3 0-.7.1-1l1.1-4.3H8.7l.5-1.8h3.9l-1.5 6.1c-.1.3-.1.6-.1.9c0 .4.2.5.5.6c.2 0 1.6 0 2.4-1.8l1-4.1h-1.6l.5-1.8h3.5l-.5 2.1c.6-1.2 1.9-2.2 3.1-2.2c1.3 0 2.4.9 2.4 2.7c0 .5-.1 1-.2 1.5l-.7 2.4c-.1.2-.1.4-.1.6c0 .4.2.6.5.6s.7-.2 1.2-1.5l.9.4c-.7 1.9-1.7 2.7-2.9 2.7"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLogoInvision(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 4v24h24V4zm8.1 5c.8 0 1.4.6 1.4 1.4s-.6 1.4-1.4 1.4s-1.4-.6-1.4-1.4c.1-.8.7-1.4 1.4-1.4m9.4 13.2c-1.4 0-2.1-.8-2.1-2c0-.3 0-.7.1-1l.7-2.4c.1-.2.1-.5.1-.7c0-.8-.5-1.3-1.2-1.3c-1 0-1.6.7-1.9 2L15.9 22h-2.3l.4-1.7c-.7 1.1-1.6 1.8-2.8 1.8c-1.4 0-2.1-.8-2.1-2c0-.3 0-.7.1-1l1.1-4.3H8.7l.5-1.8h3.9l-1.5 6.1c-.1.3-.1.6-.1.9c0 .4.2.5.5.6c.2 0 1.6 0 2.4-1.8l1-4.1h-1.6l.5-1.8h3.5l-.5 2.1c.6-1.2 1.9-2.2 3.1-2.2c1.3 0 2.4.9 2.4 2.7c0 .5-.1 1-.2 1.5l-.7 2.4c-.1.2-.1.4-.1.6c0 .4.2.6.5.6s.7-.2 1.2-1.5l.9.4c-.7 1.9-1.7 2.7-2.9 2.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 4v24h24V4zm8.1 5c.8 0 1.4.6 1.4 1.4s-.6 1.4-1.4 1.4s-1.4-.6-1.4-1.4c.1-.8.7-1.4 1.4-1.4m9.4 13.2c-1.4 0-2.1-.8-2.1-2c0-.3 0-.7.1-1l.7-2.4c.1-.2.1-.5.1-.7c0-.8-.5-1.3-1.2-1.3c-1 0-1.6.7-1.9 2L15.9 22h-2.3l.4-1.7c-.7 1.1-1.6 1.8-2.8 1.8c-1.4 0-2.1-.8-2.1-2c0-.3 0-.7.1-1l1.1-4.3H8.7l.5-1.8h3.9l-1.5 6.1c-.1.3-.1.6-.1.9c0 .4.2.5.5.6c.2 0 1.6 0 2.4-1.8l1-4.1h-1.6l.5-1.8h3.5l-.5 2.1c.6-1.2 1.9-2.2 3.1-2.2c1.3 0 2.4.9 2.4 2.7c0 .5-.1 1-.2 1.5l-.7 2.4c-.1.2-.1.4-.1.6c0 .4.2.6.5.6s.7-.2 1.2-1.5l.9.4c-.7 1.9-1.7 2.7-2.9 2.7"/></svg> </template>
CSS
.icon-logo-invision {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204v24h24V4zm8.1%205c.8%200%201.4.6%201.4%201.4s-.6%201.4-1.4%201.4s-1.4-.6-1.4-1.4c.1-.8.7-1.4%201.4-1.4m9.4%2013.2c-1.4%200-2.1-.8-2.1-2c0-.3%200-.7.1-1l.7-2.4c.1-.2.1-.5.1-.7c0-.8-.5-1.3-1.2-1.3c-1%200-1.6.7-1.9%202L15.9%2022h-2.3l.4-1.7c-.7%201.1-1.6%201.8-2.8%201.8c-1.4%200-2.1-.8-2.1-2c0-.3%200-.7.1-1l1.1-4.3H8.7l.5-1.8h3.9l-1.5%206.1c-.1.3-.1.6-.1.9c0%20.4.2.5.5.6c.2%200%201.6%200%202.4-1.8l1-4.1h-1.6l.5-1.8h3.5l-.5%202.1c.6-1.2%201.9-2.2%203.1-2.2c1.3%200%202.4.9%202.4%202.7c0%20.5-.1%201-.2%201.5l-.7%202.4c-.1.2-.1.4-.1.6c0%20.4.2.6.5.6s.7-.2%201.2-1.5l.9.4c-.7%201.9-1.7%202.7-2.9%202.7%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204v24h24V4zm8.1%205c.8%200%201.4.6%201.4%201.4s-.6%201.4-1.4%201.4s-1.4-.6-1.4-1.4c.1-.8.7-1.4%201.4-1.4m9.4%2013.2c-1.4%200-2.1-.8-2.1-2c0-.3%200-.7.1-1l.7-2.4c.1-.2.1-.5.1-.7c0-.8-.5-1.3-1.2-1.3c-1%200-1.6.7-1.9%202L15.9%2022h-2.3l.4-1.7c-.7%201.1-1.6%201.8-2.8%201.8c-1.4%200-2.1-.8-2.1-2c0-.3%200-.7.1-1l1.1-4.3H8.7l.5-1.8h3.9l-1.5%206.1c-.1.3-.1.6-.1.9c0%20.4.2.5.5.6c.2%200%201.6%200%202.4-1.8l1-4.1h-1.6l.5-1.8h3.5l-.5%202.1c.6-1.2%201.9-2.2%203.1-2.2c1.3%200%202.4.9%202.4%202.7c0%20.5-.1%201-.2%201.5l-.7%202.4c-.1.2-.1.4-.1.6c0%20.4.2.6.5.6s.7-.2%201.2-1.5l.9.4c-.7%201.9-1.7%202.7-2.9%202.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/logo-invision.svg?color=%231a73e8&size=48