lowerleftpen emoji

lowerleftpen from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
lowerleftpen
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

More objects icons from Firefox OS Emoji

Use the lowerleftpen emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2B2622" d="m74.52 467.52l-53.626 31.374a5.443 5.443 0 0 1-7.446-1.949a5.45 5.45 0 0 1 0-5.497l31.374-53.626c6.054-10.348 19.351-13.829 29.698-7.775s13.829 19.35 7.775 29.698c-1.935 3.307-4.694 5.957-7.775 7.775"/><path fill="#59CAFC" d="M363.783 154.206c-20.615-23.734-56.567-26.263-80.302-5.648c0 0-1.187 1.031-3.371 3.004c-2.173 1.984-5.374 4.88-9.339 8.675c-4.006 3.754-8.755 8.428-14.211 13.781a765 765 0 0 0-3.145 3.135a59.5 59.5 0 0 0-11.186 11.383a1363 1363 0 0 0-3.665 3.792c-6.54 6.764-13.482 14.233-20.822 22.136c-7.335 7.909-15.106 16.212-23.238 24.708l-25.131 26.142c-8.575 8.885-17.314 17.884-25.917 27.019c-8.605 9.132-17.14 18.335-25.309 27.626a846 846 0 0 0-23.564 27.708a996 996 0 0 0-21.109 26.837c-3.284 4.337-6.485 8.55-9.481 12.725a220 220 0 0 0-8.228 12.523c-5.004 8.3-9.117 16.381-12.344 23.963c-3.245 7.563-5.653 14.579-7.368 20.624c-1.701 6.059 25.891 33.651 31.95 31.95c6.045-1.716 13.06-4.123 20.624-7.368c7.582-3.227 15.663-7.34 23.963-12.344c4.135-2.517 8.32-5.26 12.523-8.228c4.175-2.996 8.388-6.197 12.725-9.481a998 998 0 0 0 26.837-21.109a847 847 0 0 0 27.708-23.564c9.291-8.169 18.494-16.704 27.626-25.309c9.135-8.602 18.134-17.341 27.019-25.917l26.142-25.131c8.496-8.133 16.8-15.904 24.708-23.239c7.064-6.56 13.777-12.801 19.953-18.722a59.4 59.4 0 0 0 23.37-23.029c4.157-4.238 7.841-8.01 10.904-11.278c3.795-3.965 6.691-7.166 8.675-9.339a259 259 0 0 0 3.004-3.371c18.337-21.068 18.838-52.965-.001-74.654"/><path fill="#0096D1" d="M486.692 25.649c-31.031-31.031-81.343-31.031-112.375 0L251.593 148.373a21 21 0 0 0-1.661 1.896c-16.531 14.452-27.099 35.556-27.499 59.147c5.622-6.041 11.002-11.784 16.131-17.089c1.242-1.289 2.46-2.549 3.665-3.792a59.4 59.4 0 0 1 11.186-11.383l.03-.03c10.006-7.762 22.564-12.391 36.208-12.391c32.661 0 59.138 26.477 59.138 59.138a58.86 58.86 0 0 1-7.576 28.962l-.016.016a59.4 59.4 0 0 1-23.37 23.029c-5.078 4.869-10.534 9.966-16.235 15.266c.393.006.782.03 1.177.03c28.264 0 53.103-14.602 67.432-36.661l116.489-116.489c31.032-31.03 31.032-81.342 0-112.373"/><path fill="#0074A8" d="M354.595 222.384c-5.045 0-10.017-2.341-13.193-6.745c-5.249-7.278-3.605-17.434 3.672-22.684c.306-.221 30.888-22.357 59.516-48.625c48.596-44.592 47.453-60.058 47.296-61.104l-.069-.073c-6.346-6.346-6.346-16.635 0-22.981c6.346-6.347 16.635-6.346 22.98 0c7.059 7.059 10.345 16.312 9.505 26.76c-2.314 28.776-37.272 63.114-63.365 86.439c-28.277 25.277-55.695 45.11-56.849 45.942a16.2 16.2 0 0 1-9.493 3.071"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiLowerleftpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2B2622" d="m74.52 467.52l-53.626 31.374a5.443 5.443 0 0 1-7.446-1.949a5.45 5.45 0 0 1 0-5.497l31.374-53.626c6.054-10.348 19.351-13.829 29.698-7.775s13.829 19.35 7.775 29.698c-1.935 3.307-4.694 5.957-7.775 7.775"/><path fill="#59CAFC" d="M363.783 154.206c-20.615-23.734-56.567-26.263-80.302-5.648c0 0-1.187 1.031-3.371 3.004c-2.173 1.984-5.374 4.88-9.339 8.675c-4.006 3.754-8.755 8.428-14.211 13.781a765 765 0 0 0-3.145 3.135a59.5 59.5 0 0 0-11.186 11.383a1363 1363 0 0 0-3.665 3.792c-6.54 6.764-13.482 14.233-20.822 22.136c-7.335 7.909-15.106 16.212-23.238 24.708l-25.131 26.142c-8.575 8.885-17.314 17.884-25.917 27.019c-8.605 9.132-17.14 18.335-25.309 27.626a846 846 0 0 0-23.564 27.708a996 996 0 0 0-21.109 26.837c-3.284 4.337-6.485 8.55-9.481 12.725a220 220 0 0 0-8.228 12.523c-5.004 8.3-9.117 16.381-12.344 23.963c-3.245 7.563-5.653 14.579-7.368 20.624c-1.701 6.059 25.891 33.651 31.95 31.95c6.045-1.716 13.06-4.123 20.624-7.368c7.582-3.227 15.663-7.34 23.963-12.344c4.135-2.517 8.32-5.26 12.523-8.228c4.175-2.996 8.388-6.197 12.725-9.481a998 998 0 0 0 26.837-21.109a847 847 0 0 0 27.708-23.564c9.291-8.169 18.494-16.704 27.626-25.309c9.135-8.602 18.134-17.341 27.019-25.917l26.142-25.131c8.496-8.133 16.8-15.904 24.708-23.239c7.064-6.56 13.777-12.801 19.953-18.722a59.4 59.4 0 0 0 23.37-23.029c4.157-4.238 7.841-8.01 10.904-11.278c3.795-3.965 6.691-7.166 8.675-9.339a259 259 0 0 0 3.004-3.371c18.337-21.068 18.838-52.965-.001-74.654"/><path fill="#0096D1" d="M486.692 25.649c-31.031-31.031-81.343-31.031-112.375 0L251.593 148.373a21 21 0 0 0-1.661 1.896c-16.531 14.452-27.099 35.556-27.499 59.147c5.622-6.041 11.002-11.784 16.131-17.089c1.242-1.289 2.46-2.549 3.665-3.792a59.4 59.4 0 0 1 11.186-11.383l.03-.03c10.006-7.762 22.564-12.391 36.208-12.391c32.661 0 59.138 26.477 59.138 59.138a58.86 58.86 0 0 1-7.576 28.962l-.016.016a59.4 59.4 0 0 1-23.37 23.029c-5.078 4.869-10.534 9.966-16.235 15.266c.393.006.782.03 1.177.03c28.264 0 53.103-14.602 67.432-36.661l116.489-116.489c31.032-31.03 31.032-81.342 0-112.373"/><path fill="#0074A8" d="M354.595 222.384c-5.045 0-10.017-2.341-13.193-6.745c-5.249-7.278-3.605-17.434 3.672-22.684c.306-.221 30.888-22.357 59.516-48.625c48.596-44.592 47.453-60.058 47.296-61.104l-.069-.073c-6.346-6.346-6.346-16.635 0-22.981c6.346-6.347 16.635-6.346 22.98 0c7.059 7.059 10.345 16.312 9.505 26.76c-2.314 28.776-37.272 63.114-63.365 86.439c-28.277 25.277-55.695 45.11-56.849 45.942a16.2 16.2 0 0 1-9.493 3.071"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2B2622" d="m74.52 467.52l-53.626 31.374a5.443 5.443 0 0 1-7.446-1.949a5.45 5.45 0 0 1 0-5.497l31.374-53.626c6.054-10.348 19.351-13.829 29.698-7.775s13.829 19.35 7.775 29.698c-1.935 3.307-4.694 5.957-7.775 7.775"/><path fill="#59CAFC" d="M363.783 154.206c-20.615-23.734-56.567-26.263-80.302-5.648c0 0-1.187 1.031-3.371 3.004c-2.173 1.984-5.374 4.88-9.339 8.675c-4.006 3.754-8.755 8.428-14.211 13.781a765 765 0 0 0-3.145 3.135a59.5 59.5 0 0 0-11.186 11.383a1363 1363 0 0 0-3.665 3.792c-6.54 6.764-13.482 14.233-20.822 22.136c-7.335 7.909-15.106 16.212-23.238 24.708l-25.131 26.142c-8.575 8.885-17.314 17.884-25.917 27.019c-8.605 9.132-17.14 18.335-25.309 27.626a846 846 0 0 0-23.564 27.708a996 996 0 0 0-21.109 26.837c-3.284 4.337-6.485 8.55-9.481 12.725a220 220 0 0 0-8.228 12.523c-5.004 8.3-9.117 16.381-12.344 23.963c-3.245 7.563-5.653 14.579-7.368 20.624c-1.701 6.059 25.891 33.651 31.95 31.95c6.045-1.716 13.06-4.123 20.624-7.368c7.582-3.227 15.663-7.34 23.963-12.344c4.135-2.517 8.32-5.26 12.523-8.228c4.175-2.996 8.388-6.197 12.725-9.481a998 998 0 0 0 26.837-21.109a847 847 0 0 0 27.708-23.564c9.291-8.169 18.494-16.704 27.626-25.309c9.135-8.602 18.134-17.341 27.019-25.917l26.142-25.131c8.496-8.133 16.8-15.904 24.708-23.239c7.064-6.56 13.777-12.801 19.953-18.722a59.4 59.4 0 0 0 23.37-23.029c4.157-4.238 7.841-8.01 10.904-11.278c3.795-3.965 6.691-7.166 8.675-9.339a259 259 0 0 0 3.004-3.371c18.337-21.068 18.838-52.965-.001-74.654"/><path fill="#0096D1" d="M486.692 25.649c-31.031-31.031-81.343-31.031-112.375 0L251.593 148.373a21 21 0 0 0-1.661 1.896c-16.531 14.452-27.099 35.556-27.499 59.147c5.622-6.041 11.002-11.784 16.131-17.089c1.242-1.289 2.46-2.549 3.665-3.792a59.4 59.4 0 0 1 11.186-11.383l.03-.03c10.006-7.762 22.564-12.391 36.208-12.391c32.661 0 59.138 26.477 59.138 59.138a58.86 58.86 0 0 1-7.576 28.962l-.016.016a59.4 59.4 0 0 1-23.37 23.029c-5.078 4.869-10.534 9.966-16.235 15.266c.393.006.782.03 1.177.03c28.264 0 53.103-14.602 67.432-36.661l116.489-116.489c31.032-31.03 31.032-81.342 0-112.373"/><path fill="#0074A8" d="M354.595 222.384c-5.045 0-10.017-2.341-13.193-6.745c-5.249-7.278-3.605-17.434 3.672-22.684c.306-.221 30.888-22.357 59.516-48.625c48.596-44.592 47.453-60.058 47.296-61.104l-.069-.073c-6.346-6.346-6.346-16.635 0-22.981c6.346-6.347 16.635-6.346 22.98 0c7.059 7.059 10.345 16.312 9.505 26.76c-2.314 28.776-37.272 63.114-63.365 86.439c-28.277 25.277-55.695 45.11-56.849 45.942a16.2 16.2 0 0 1-9.493 3.071"/></svg>
</template>

CSS

.icon-lowerleftpen {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%232B2622%22%20d%3D%22m74.52%20467.52l-53.626%2031.374a5.443%205.443%200%200%201-7.446-1.949a5.45%205.45%200%200%201%200-5.497l31.374-53.626c6.054-10.348%2019.351-13.829%2029.698-7.775s13.829%2019.35%207.775%2029.698c-1.935%203.307-4.694%205.957-7.775%207.775%22%2F%3E%3Cpath%20fill%3D%22%2359CAFC%22%20d%3D%22M363.783%20154.206c-20.615-23.734-56.567-26.263-80.302-5.648c0%200-1.187%201.031-3.371%203.004c-2.173%201.984-5.374%204.88-9.339%208.675c-4.006%203.754-8.755%208.428-14.211%2013.781a765%20765%200%200%200-3.145%203.135a59.5%2059.5%200%200%200-11.186%2011.383a1363%201363%200%200%200-3.665%203.792c-6.54%206.764-13.482%2014.233-20.822%2022.136c-7.335%207.909-15.106%2016.212-23.238%2024.708l-25.131%2026.142c-8.575%208.885-17.314%2017.884-25.917%2027.019c-8.605%209.132-17.14%2018.335-25.309%2027.626a846%20846%200%200%200-23.564%2027.708a996%20996%200%200%200-21.109%2026.837c-3.284%204.337-6.485%208.55-9.481%2012.725a220%20220%200%200%200-8.228%2012.523c-5.004%208.3-9.117%2016.381-12.344%2023.963c-3.245%207.563-5.653%2014.579-7.368%2020.624c-1.701%206.059%2025.891%2033.651%2031.95%2031.95c6.045-1.716%2013.06-4.123%2020.624-7.368c7.582-3.227%2015.663-7.34%2023.963-12.344c4.135-2.517%208.32-5.26%2012.523-8.228c4.175-2.996%208.388-6.197%2012.725-9.481a998%20998%200%200%200%2026.837-21.109a847%20847%200%200%200%2027.708-23.564c9.291-8.169%2018.494-16.704%2027.626-25.309c9.135-8.602%2018.134-17.341%2027.019-25.917l26.142-25.131c8.496-8.133%2016.8-15.904%2024.708-23.239c7.064-6.56%2013.777-12.801%2019.953-18.722a59.4%2059.4%200%200%200%2023.37-23.029c4.157-4.238%207.841-8.01%2010.904-11.278c3.795-3.965%206.691-7.166%208.675-9.339a259%20259%200%200%200%203.004-3.371c18.337-21.068%2018.838-52.965-.001-74.654%22%2F%3E%3Cpath%20fill%3D%22%230096D1%22%20d%3D%22M486.692%2025.649c-31.031-31.031-81.343-31.031-112.375%200L251.593%20148.373a21%2021%200%200%200-1.661%201.896c-16.531%2014.452-27.099%2035.556-27.499%2059.147c5.622-6.041%2011.002-11.784%2016.131-17.089c1.242-1.289%202.46-2.549%203.665-3.792a59.4%2059.4%200%200%201%2011.186-11.383l.03-.03c10.006-7.762%2022.564-12.391%2036.208-12.391c32.661%200%2059.138%2026.477%2059.138%2059.138a58.86%2058.86%200%200%201-7.576%2028.962l-.016.016a59.4%2059.4%200%200%201-23.37%2023.029c-5.078%204.869-10.534%209.966-16.235%2015.266c.393.006.782.03%201.177.03c28.264%200%2053.103-14.602%2067.432-36.661l116.489-116.489c31.032-31.03%2031.032-81.342%200-112.373%22%2F%3E%3Cpath%20fill%3D%22%230074A8%22%20d%3D%22M354.595%20222.384c-5.045%200-10.017-2.341-13.193-6.745c-5.249-7.278-3.605-17.434%203.672-22.684c.306-.221%2030.888-22.357%2059.516-48.625c48.596-44.592%2047.453-60.058%2047.296-61.104l-.069-.073c-6.346-6.346-6.346-16.635%200-22.981c6.346-6.347%2016.635-6.346%2022.98%200c7.059%207.059%2010.345%2016.312%209.505%2026.76c-2.314%2028.776-37.272%2063.114-63.365%2086.439c-28.277%2025.277-55.695%2045.11-56.849%2045.942a16.2%2016.2%200%200%201-9.493%203.071%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%20512%20512%22%3E%3Cpath%20fill%3D%22%232B2622%22%20d%3D%22m74.52%20467.52l-53.626%2031.374a5.443%205.443%200%200%201-7.446-1.949a5.45%205.45%200%200%201%200-5.497l31.374-53.626c6.054-10.348%2019.351-13.829%2029.698-7.775s13.829%2019.35%207.775%2029.698c-1.935%203.307-4.694%205.957-7.775%207.775%22%2F%3E%3Cpath%20fill%3D%22%2359CAFC%22%20d%3D%22M363.783%20154.206c-20.615-23.734-56.567-26.263-80.302-5.648c0%200-1.187%201.031-3.371%203.004c-2.173%201.984-5.374%204.88-9.339%208.675c-4.006%203.754-8.755%208.428-14.211%2013.781a765%20765%200%200%200-3.145%203.135a59.5%2059.5%200%200%200-11.186%2011.383a1363%201363%200%200%200-3.665%203.792c-6.54%206.764-13.482%2014.233-20.822%2022.136c-7.335%207.909-15.106%2016.212-23.238%2024.708l-25.131%2026.142c-8.575%208.885-17.314%2017.884-25.917%2027.019c-8.605%209.132-17.14%2018.335-25.309%2027.626a846%20846%200%200%200-23.564%2027.708a996%20996%200%200%200-21.109%2026.837c-3.284%204.337-6.485%208.55-9.481%2012.725a220%20220%200%200%200-8.228%2012.523c-5.004%208.3-9.117%2016.381-12.344%2023.963c-3.245%207.563-5.653%2014.579-7.368%2020.624c-1.701%206.059%2025.891%2033.651%2031.95%2031.95c6.045-1.716%2013.06-4.123%2020.624-7.368c7.582-3.227%2015.663-7.34%2023.963-12.344c4.135-2.517%208.32-5.26%2012.523-8.228c4.175-2.996%208.388-6.197%2012.725-9.481a998%20998%200%200%200%2026.837-21.109a847%20847%200%200%200%2027.708-23.564c9.291-8.169%2018.494-16.704%2027.626-25.309c9.135-8.602%2018.134-17.341%2027.019-25.917l26.142-25.131c8.496-8.133%2016.8-15.904%2024.708-23.239c7.064-6.56%2013.777-12.801%2019.953-18.722a59.4%2059.4%200%200%200%2023.37-23.029c4.157-4.238%207.841-8.01%2010.904-11.278c3.795-3.965%206.691-7.166%208.675-9.339a259%20259%200%200%200%203.004-3.371c18.337-21.068%2018.838-52.965-.001-74.654%22%2F%3E%3Cpath%20fill%3D%22%230096D1%22%20d%3D%22M486.692%2025.649c-31.031-31.031-81.343-31.031-112.375%200L251.593%20148.373a21%2021%200%200%200-1.661%201.896c-16.531%2014.452-27.099%2035.556-27.499%2059.147c5.622-6.041%2011.002-11.784%2016.131-17.089c1.242-1.289%202.46-2.549%203.665-3.792a59.4%2059.4%200%200%201%2011.186-11.383l.03-.03c10.006-7.762%2022.564-12.391%2036.208-12.391c32.661%200%2059.138%2026.477%2059.138%2059.138a58.86%2058.86%200%200%201-7.576%2028.962l-.016.016a59.4%2059.4%200%200%201-23.37%2023.029c-5.078%204.869-10.534%209.966-16.235%2015.266c.393.006.782.03%201.177.03c28.264%200%2053.103-14.602%2067.432-36.661l116.489-116.489c31.032-31.03%2031.032-81.342%200-112.373%22%2F%3E%3Cpath%20fill%3D%22%230074A8%22%20d%3D%22M354.595%20222.384c-5.045%200-10.017-2.341-13.193-6.745c-5.249-7.278-3.605-17.434%203.672-22.684c.306-.221%2030.888-22.357%2059.516-48.625c48.596-44.592%2047.453-60.058%2047.296-61.104l-.069-.073c-6.346-6.346-6.346-16.635%200-22.981c6.346-6.347%2016.635-6.346%2022.98%200c7.059%207.059%2010.345%2016.312%209.505%2026.76c-2.314%2028.776-37.272%2063.114-63.365%2086.439c-28.277%2025.277-55.695%2045.11-56.849%2045.942a16.2%2016.2%200%200%201-9.493%203.071%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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