evernote icon
evernote from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.
- Name
- evernote
- Set
- Material Design Icons
- Style
- Filled
- Category
- Brand / Logo
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More brand / logo icons from Material Design Icons
Use the evernote icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.09 11.63s.19-1.28.91-1.28c.76 0 1.78 1.71 1.78 1.71s-2.32-.43-2.69-.43M19 4.69c-.36-.6-2.17-1.28-3.11-1.28H13.5S12.7 2 10.88 2c-1.83 0-1.71.81-1.71 1.5v2.82l-.83.87H4.5s-1.06.72-1.06 2.25c0 1.56.48 6.91 3.69 7.41c3.8.58 4.45-1.18 4.45-1.39c0-.9.02-2.25.02-2.25s1.11 2.12 2.79 2.12s2.65.97 2.65 1.96v1.84S17 20.28 16 20.28h-2.11s-.69-.54-.69-1.28c0-.75.33-.95.73-.95c.39 0 .72.04.72.04v-1.56s-3.18-.03-3.18 2.41c0 2.43 1.66 3.06 2.99 3.06h2.17s3.93-.5 3.93-8.25S19.33 5.28 19 4.69M7.5 6.31H4.26l4.06-4.09V5.5z"/></svg>
React
import type { SVGProps } from "react";
export function MdiEvernote(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="M15.09 11.63s.19-1.28.91-1.28c.76 0 1.78 1.71 1.78 1.71s-2.32-.43-2.69-.43M19 4.69c-.36-.6-2.17-1.28-3.11-1.28H13.5S12.7 2 10.88 2c-1.83 0-1.71.81-1.71 1.5v2.82l-.83.87H4.5s-1.06.72-1.06 2.25c0 1.56.48 6.91 3.69 7.41c3.8.58 4.45-1.18 4.45-1.39c0-.9.02-2.25.02-2.25s1.11 2.12 2.79 2.12s2.65.97 2.65 1.96v1.84S17 20.28 16 20.28h-2.11s-.69-.54-.69-1.28c0-.75.33-.95.73-.95c.39 0 .72.04.72.04v-1.56s-3.18-.03-3.18 2.41c0 2.43 1.66 3.06 2.99 3.06h2.17s3.93-.5 3.93-8.25S19.33 5.28 19 4.69M7.5 6.31H4.26l4.06-4.09V5.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.09 11.63s.19-1.28.91-1.28c.76 0 1.78 1.71 1.78 1.71s-2.32-.43-2.69-.43M19 4.69c-.36-.6-2.17-1.28-3.11-1.28H13.5S12.7 2 10.88 2c-1.83 0-1.71.81-1.71 1.5v2.82l-.83.87H4.5s-1.06.72-1.06 2.25c0 1.56.48 6.91 3.69 7.41c3.8.58 4.45-1.18 4.45-1.39c0-.9.02-2.25.02-2.25s1.11 2.12 2.79 2.12s2.65.97 2.65 1.96v1.84S17 20.28 16 20.28h-2.11s-.69-.54-.69-1.28c0-.75.33-.95.73-.95c.39 0 .72.04.72.04v-1.56s-3.18-.03-3.18 2.41c0 2.43 1.66 3.06 2.99 3.06h2.17s3.93-.5 3.93-8.25S19.33 5.28 19 4.69M7.5 6.31H4.26l4.06-4.09V5.5z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.09%2011.63s.19-1.28.91-1.28c.76%200%201.78%201.71%201.78%201.71s-2.32-.43-2.69-.43M19%204.69c-.36-.6-2.17-1.28-3.11-1.28H13.5S12.7%202%2010.88%202c-1.83%200-1.71.81-1.71%201.5v2.82l-.83.87H4.5s-1.06.72-1.06%202.25c0%201.56.48%206.91%203.69%207.41c3.8.58%204.45-1.18%204.45-1.39c0-.9.02-2.25.02-2.25s1.11%202.12%202.79%202.12s2.65.97%202.65%201.96v1.84S17%2020.28%2016%2020.28h-2.11s-.69-.54-.69-1.28c0-.75.33-.95.73-.95c.39%200%20.72.04.72.04v-1.56s-3.18-.03-3.18%202.41c0%202.43%201.66%203.06%202.99%203.06h2.17s3.93-.5%203.93-8.25S19.33%205.28%2019%204.69M7.5%206.31H4.26l4.06-4.09V5.5z%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%22M15.09%2011.63s.19-1.28.91-1.28c.76%200%201.78%201.71%201.78%201.71s-2.32-.43-2.69-.43M19%204.69c-.36-.6-2.17-1.28-3.11-1.28H13.5S12.7%202%2010.88%202c-1.83%200-1.71.81-1.71%201.5v2.82l-.83.87H4.5s-1.06.72-1.06%202.25c0%201.56.48%206.91%203.69%207.41c3.8.58%204.45-1.18%204.45-1.39c0-.9.02-2.25.02-2.25s1.11%202.12%202.79%202.12s2.65.97%202.65%201.96v1.84S17%2020.28%2016%2020.28h-2.11s-.69-.54-.69-1.28c0-.75.33-.95.73-.95c.39%200%20.72.04.72.04v-1.56s-3.18-.03-3.18%202.41c0%202.43%201.66%203.06%202.99%203.06h2.17s3.93-.5%203.93-8.25S19.33%205.28%2019%204.69M7.5%206.31H4.26l4.06-4.09V5.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/evernote.svg?color=%231a73e8&size=48