evernote from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
evernote
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the evernote logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M249.1 196.2c1.6 22.3-17.6 21.6-21.6 21.6c-68.9 0-73.6-1-83.6 3.3c-.6.2-.7 0-.4-.4l108.6-110.3c.4-.4.6-.2.4.4c-4.4 10-3.4 15.1-3.4 85.4m79 308c-14.7-37.1 13-76.9 52.5-76.6c17.5 0 22.6 23.2 7.9 31.4c-6.2 3.3-24.9 1.7-25.1 19.2c0 17.1 19.7 25 31.2 24.9c6 0 11.9-1.2 17.5-3.5s10.6-5.7 14.8-9.9s7.6-9.3 9.9-14.8s3.5-11.5 3.5-17.5v-.1c0-11.6-7.8-47.2-47.5-55.3c-7.7-1.5-65-6.3-68.4-50.5c-3.7 16.9-17.4 63.5-43.1 69.1c-8.7 1.9-69.7 7.6-112.9-36.8c0 0-18.6-15.2-28.2-58c-3.4-15.7-9.3-39.7-11.1-62c0-18 11.1-30.4 25.1-32.2c81 0 90 2.3 101-7.8c9.8-9.2 7.8-15.5 7.8-102.8c1-8.3 7.8-30.8 53.4-24.1c6 .9 31.9 4.2 37.5 30.6l64.1 11.3c20.4 3.7 70.9 7 80.6 57.9c22.7 121.1 8.9 238.5 7.8 238.5c-16 114.4-111.1 108.9-111.1 108.9c-19-.2-54.2-9.4-67.3-39.8zM409 299.4c-1 1.9-2.2 6 .9 7c14.1 4.9 39.8 6.8 45.9 5.5c3.1-.2 3.1-4.4 2.5-6.6c-3.5-21.8-40.8-26.5-49.2-5.9z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsEvernote(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M249.1 196.2c1.6 22.3-17.6 21.6-21.6 21.6c-68.9 0-73.6-1-83.6 3.3c-.6.2-.7 0-.4-.4l108.6-110.3c.4-.4.6-.2.4.4c-4.4 10-3.4 15.1-3.4 85.4m79 308c-14.7-37.1 13-76.9 52.5-76.6c17.5 0 22.6 23.2 7.9 31.4c-6.2 3.3-24.9 1.7-25.1 19.2c0 17.1 19.7 25 31.2 24.9c6 0 11.9-1.2 17.5-3.5s10.6-5.7 14.8-9.9s7.6-9.3 9.9-14.8s3.5-11.5 3.5-17.5v-.1c0-11.6-7.8-47.2-47.5-55.3c-7.7-1.5-65-6.3-68.4-50.5c-3.7 16.9-17.4 63.5-43.1 69.1c-8.7 1.9-69.7 7.6-112.9-36.8c0 0-18.6-15.2-28.2-58c-3.4-15.7-9.3-39.7-11.1-62c0-18 11.1-30.4 25.1-32.2c81 0 90 2.3 101-7.8c9.8-9.2 7.8-15.5 7.8-102.8c1-8.3 7.8-30.8 53.4-24.1c6 .9 31.9 4.2 37.5 30.6l64.1 11.3c20.4 3.7 70.9 7 80.6 57.9c22.7 121.1 8.9 238.5 7.8 238.5c-16 114.4-111.1 108.9-111.1 108.9c-19-.2-54.2-9.4-67.3-39.8zM409 299.4c-1 1.9-2.2 6 .9 7c14.1 4.9 39.8 6.8 45.9 5.5c3.1-.2 3.1-4.4 2.5-6.6c-3.5-21.8-40.8-26.5-49.2-5.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M249.1 196.2c1.6 22.3-17.6 21.6-21.6 21.6c-68.9 0-73.6-1-83.6 3.3c-.6.2-.7 0-.4-.4l108.6-110.3c.4-.4.6-.2.4.4c-4.4 10-3.4 15.1-3.4 85.4m79 308c-14.7-37.1 13-76.9 52.5-76.6c17.5 0 22.6 23.2 7.9 31.4c-6.2 3.3-24.9 1.7-25.1 19.2c0 17.1 19.7 25 31.2 24.9c6 0 11.9-1.2 17.5-3.5s10.6-5.7 14.8-9.9s7.6-9.3 9.9-14.8s3.5-11.5 3.5-17.5v-.1c0-11.6-7.8-47.2-47.5-55.3c-7.7-1.5-65-6.3-68.4-50.5c-3.7 16.9-17.4 63.5-43.1 69.1c-8.7 1.9-69.7 7.6-112.9-36.8c0 0-18.6-15.2-28.2-58c-3.4-15.7-9.3-39.7-11.1-62c0-18 11.1-30.4 25.1-32.2c81 0 90 2.3 101-7.8c9.8-9.2 7.8-15.5 7.8-102.8c1-8.3 7.8-30.8 53.4-24.1c6 .9 31.9 4.2 37.5 30.6l64.1 11.3c20.4 3.7 70.9 7 80.6 57.9c22.7 121.1 8.9 238.5 7.8 238.5c-16 114.4-111.1 108.9-111.1 108.9c-19-.2-54.2-9.4-67.3-39.8zM409 299.4c-1 1.9-2.2 6 .9 7c14.1 4.9 39.8 6.8 45.9 5.5c3.1-.2 3.1-4.4 2.5-6.6c-3.5-21.8-40.8-26.5-49.2-5.9z"/></svg>
</template>

CSS

.icon-evernote {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M249.1%20196.2c1.6%2022.3-17.6%2021.6-21.6%2021.6c-68.9%200-73.6-1-83.6%203.3c-.6.2-.7%200-.4-.4l108.6-110.3c.4-.4.6-.2.4.4c-4.4%2010-3.4%2015.1-3.4%2085.4m79%20308c-14.7-37.1%2013-76.9%2052.5-76.6c17.5%200%2022.6%2023.2%207.9%2031.4c-6.2%203.3-24.9%201.7-25.1%2019.2c0%2017.1%2019.7%2025%2031.2%2024.9c6%200%2011.9-1.2%2017.5-3.5s10.6-5.7%2014.8-9.9s7.6-9.3%209.9-14.8s3.5-11.5%203.5-17.5v-.1c0-11.6-7.8-47.2-47.5-55.3c-7.7-1.5-65-6.3-68.4-50.5c-3.7%2016.9-17.4%2063.5-43.1%2069.1c-8.7%201.9-69.7%207.6-112.9-36.8c0%200-18.6-15.2-28.2-58c-3.4-15.7-9.3-39.7-11.1-62c0-18%2011.1-30.4%2025.1-32.2c81%200%2090%202.3%20101-7.8c9.8-9.2%207.8-15.5%207.8-102.8c1-8.3%207.8-30.8%2053.4-24.1c6%20.9%2031.9%204.2%2037.5%2030.6l64.1%2011.3c20.4%203.7%2070.9%207%2080.6%2057.9c22.7%20121.1%208.9%20238.5%207.8%20238.5c-16%20114.4-111.1%20108.9-111.1%20108.9c-19-.2-54.2-9.4-67.3-39.8zM409%20299.4c-1%201.9-2.2%206%20.9%207c14.1%204.9%2039.8%206.8%2045.9%205.5c3.1-.2%203.1-4.4%202.5-6.6c-3.5-21.8-40.8-26.5-49.2-5.9z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M249.1%20196.2c1.6%2022.3-17.6%2021.6-21.6%2021.6c-68.9%200-73.6-1-83.6%203.3c-.6.2-.7%200-.4-.4l108.6-110.3c.4-.4.6-.2.4.4c-4.4%2010-3.4%2015.1-3.4%2085.4m79%20308c-14.7-37.1%2013-76.9%2052.5-76.6c17.5%200%2022.6%2023.2%207.9%2031.4c-6.2%203.3-24.9%201.7-25.1%2019.2c0%2017.1%2019.7%2025%2031.2%2024.9c6%200%2011.9-1.2%2017.5-3.5s10.6-5.7%2014.8-9.9s7.6-9.3%209.9-14.8s3.5-11.5%203.5-17.5v-.1c0-11.6-7.8-47.2-47.5-55.3c-7.7-1.5-65-6.3-68.4-50.5c-3.7%2016.9-17.4%2063.5-43.1%2069.1c-8.7%201.9-69.7%207.6-112.9-36.8c0%200-18.6-15.2-28.2-58c-3.4-15.7-9.3-39.7-11.1-62c0-18%2011.1-30.4%2025.1-32.2c81%200%2090%202.3%20101-7.8c9.8-9.2%207.8-15.5%207.8-102.8c1-8.3%207.8-30.8%2053.4-24.1c6%20.9%2031.9%204.2%2037.5%2030.6l64.1%2011.3c20.4%203.7%2070.9%207%2080.6%2057.9c22.7%20121.1%208.9%20238.5%207.8%20238.5c-16%20114.4-111.1%20108.9-111.1%20108.9c-19-.2-54.2-9.4-67.3-39.8zM409%20299.4c-1%201.9-2.2%206%20.9%207c14.1%204.9%2039.8%206.8%2045.9%205.5c3.1-.2%203.1-4.4%202.5-6.6c-3.5-21.8-40.8-26.5-49.2-5.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/evernote.svg?color=%231a73e8&size=48