invision icon logo
invision-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- invision-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the invision icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#f06" d="M0 0h256v256H0z"/><path fill="#fff" d="M87.112 82.38c8.097-.118 14.577-6.757 14.499-14.855c-.079-8.099-6.686-14.611-14.785-14.572s-14.643 6.614-14.644 14.713a14.766 14.766 0 0 0 14.93 14.715m-30.956 78.776a50.3 50.3 0 0 0-1.32 11.05c0 12.953 7.024 21.554 21.954 21.554c12.38 0 22.425-7.352 29.645-19.23l-4.414 17.715h24.576l14.06-56.32c3.512-14.275 10.311-21.678 20.633-21.678c8.12 0 13.169 5.048 13.169 13.394c.04 2.675-.33 5.341-1.096 7.905l-7.24 25.897a38.7 38.7 0 0 0-1.535 10.977c0 12.288 7.24 21.3 22.384 21.3c12.954 0 23.276-8.336 28.98-28.314l-9.657-3.738c-4.833 13.394-9 15.81-12.288 15.81c-3.287 0-5.059-2.19-5.059-6.584a29.2 29.2 0 0 1 1.096-6.81l7.035-25.24a55.8 55.8 0 0 0 2.417-16.006c0-18.883-11.418-28.733-25.252-28.733c-12.954 0-26.122 11.683-32.707 23.982l4.823-22.078h-37.53l-5.273 19.456h17.572l-10.813 43.254c-8.5 18.883-24.105 19.19-26.061 18.75c-3.216-.728-5.264-1.946-5.264-6.145c.094-3.399.61-6.773 1.536-10.045l16.466-65.321H55.296l-5.263 19.456h17.336z"/></svg>
React
import type { SVGProps } from "react";
export function LogosInvisionIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#f06" d="M0 0h256v256H0z"/><path fill="#fff" d="M87.112 82.38c8.097-.118 14.577-6.757 14.499-14.855c-.079-8.099-6.686-14.611-14.785-14.572s-14.643 6.614-14.644 14.713a14.766 14.766 0 0 0 14.93 14.715m-30.956 78.776a50.3 50.3 0 0 0-1.32 11.05c0 12.953 7.024 21.554 21.954 21.554c12.38 0 22.425-7.352 29.645-19.23l-4.414 17.715h24.576l14.06-56.32c3.512-14.275 10.311-21.678 20.633-21.678c8.12 0 13.169 5.048 13.169 13.394c.04 2.675-.33 5.341-1.096 7.905l-7.24 25.897a38.7 38.7 0 0 0-1.535 10.977c0 12.288 7.24 21.3 22.384 21.3c12.954 0 23.276-8.336 28.98-28.314l-9.657-3.738c-4.833 13.394-9 15.81-12.288 15.81c-3.287 0-5.059-2.19-5.059-6.584a29.2 29.2 0 0 1 1.096-6.81l7.035-25.24a55.8 55.8 0 0 0 2.417-16.006c0-18.883-11.418-28.733-25.252-28.733c-12.954 0-26.122 11.683-32.707 23.982l4.823-22.078h-37.53l-5.273 19.456h17.572l-10.813 43.254c-8.5 18.883-24.105 19.19-26.061 18.75c-3.216-.728-5.264-1.946-5.264-6.145c.094-3.399.61-6.773 1.536-10.045l16.466-65.321H55.296l-5.263 19.456h17.336z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#f06" d="M0 0h256v256H0z"/><path fill="#fff" d="M87.112 82.38c8.097-.118 14.577-6.757 14.499-14.855c-.079-8.099-6.686-14.611-14.785-14.572s-14.643 6.614-14.644 14.713a14.766 14.766 0 0 0 14.93 14.715m-30.956 78.776a50.3 50.3 0 0 0-1.32 11.05c0 12.953 7.024 21.554 21.954 21.554c12.38 0 22.425-7.352 29.645-19.23l-4.414 17.715h24.576l14.06-56.32c3.512-14.275 10.311-21.678 20.633-21.678c8.12 0 13.169 5.048 13.169 13.394c.04 2.675-.33 5.341-1.096 7.905l-7.24 25.897a38.7 38.7 0 0 0-1.535 10.977c0 12.288 7.24 21.3 22.384 21.3c12.954 0 23.276-8.336 28.98-28.314l-9.657-3.738c-4.833 13.394-9 15.81-12.288 15.81c-3.287 0-5.059-2.19-5.059-6.584a29.2 29.2 0 0 1 1.096-6.81l7.035-25.24a55.8 55.8 0 0 0 2.417-16.006c0-18.883-11.418-28.733-25.252-28.733c-12.954 0-26.122 11.683-32.707 23.982l4.823-22.078h-37.53l-5.273 19.456h17.572l-10.813 43.254c-8.5 18.883-24.105 19.19-26.061 18.75c-3.216-.728-5.264-1.946-5.264-6.145c.094-3.399.61-6.773 1.536-10.045l16.466-65.321H55.296l-5.263 19.456h17.336z"/></svg> </template>
CSS
.icon-invision-icon {
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%20256%20256%22%3E%3Cpath%20fill%3D%22%23f06%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M87.112%2082.38c8.097-.118%2014.577-6.757%2014.499-14.855c-.079-8.099-6.686-14.611-14.785-14.572s-14.643%206.614-14.644%2014.713a14.766%2014.766%200%200%200%2014.93%2014.715m-30.956%2078.776a50.3%2050.3%200%200%200-1.32%2011.05c0%2012.953%207.024%2021.554%2021.954%2021.554c12.38%200%2022.425-7.352%2029.645-19.23l-4.414%2017.715h24.576l14.06-56.32c3.512-14.275%2010.311-21.678%2020.633-21.678c8.12%200%2013.169%205.048%2013.169%2013.394c.04%202.675-.33%205.341-1.096%207.905l-7.24%2025.897a38.7%2038.7%200%200%200-1.535%2010.977c0%2012.288%207.24%2021.3%2022.384%2021.3c12.954%200%2023.276-8.336%2028.98-28.314l-9.657-3.738c-4.833%2013.394-9%2015.81-12.288%2015.81c-3.287%200-5.059-2.19-5.059-6.584a29.2%2029.2%200%200%201%201.096-6.81l7.035-25.24a55.8%2055.8%200%200%200%202.417-16.006c0-18.883-11.418-28.733-25.252-28.733c-12.954%200-26.122%2011.683-32.707%2023.982l4.823-22.078h-37.53l-5.273%2019.456h17.572l-10.813%2043.254c-8.5%2018.883-24.105%2019.19-26.061%2018.75c-3.216-.728-5.264-1.946-5.264-6.145c.094-3.399.61-6.773%201.536-10.045l16.466-65.321H55.296l-5.263%2019.456h17.336z%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23f06%22%20d%3D%22M0%200h256v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M87.112%2082.38c8.097-.118%2014.577-6.757%2014.499-14.855c-.079-8.099-6.686-14.611-14.785-14.572s-14.643%206.614-14.644%2014.713a14.766%2014.766%200%200%200%2014.93%2014.715m-30.956%2078.776a50.3%2050.3%200%200%200-1.32%2011.05c0%2012.953%207.024%2021.554%2021.954%2021.554c12.38%200%2022.425-7.352%2029.645-19.23l-4.414%2017.715h24.576l14.06-56.32c3.512-14.275%2010.311-21.678%2020.633-21.678c8.12%200%2013.169%205.048%2013.169%2013.394c.04%202.675-.33%205.341-1.096%207.905l-7.24%2025.897a38.7%2038.7%200%200%200-1.535%2010.977c0%2012.288%207.24%2021.3%2022.384%2021.3c12.954%200%2023.276-8.336%2028.98-28.314l-9.657-3.738c-4.833%2013.394-9%2015.81-12.288%2015.81c-3.287%200-5.059-2.19-5.059-6.584a29.2%2029.2%200%200%201%201.096-6.81l7.035-25.24a55.8%2055.8%200%200%200%202.417-16.006c0-18.883-11.418-28.733-25.252-28.733c-12.954%200-26.122%2011.683-32.707%2023.982l4.823-22.078h-37.53l-5.273%2019.456h17.572l-10.813%2043.254c-8.5%2018.883-24.105%2019.19-26.061%2018.75c-3.216-.728-5.264-1.946-5.264-6.145c.094-3.399.61-6.773%201.536-10.045l16.466-65.321H55.296l-5.263%2019.456h17.336z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/invision-icon.svg?color=%231a73e8&size=48