mrpack logo
mrpack from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- mrpack
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 514×514
- License
- MIT
Use the mrpack logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 514 514"><path fill="#4caf50" fill-rule="evenodd" d="M472.4 315.6c10-36.7 10.6-76.5 0-115.9c-31.9-119.2-154.7-190-274.1-158C106.2 66.3 42.9 144.9 33.6 234.3h37.8c9-72.5 60.9-135.9 136-156c92.9-24.9 188.1 25.3 221.4 113.2l-36.8 9.8c-17-40.9-51.1-70.9-91.5-83.6l-6.8 38.2c31.9 11.8 57.8 38.3 67.3 73.6c13.8 51.4-11.9 104.1-58.5 125.9l10 37.6c61.3-25.3 98.1-89 89.4-154.6l36.7-9.8q1.4 9.2 1.9 18.4q.5 9.3.1 18.5q-.4 9.3-1.8 18.4q-1.3 9.2-3.6 18.2zm-13.2 36.1L422 338.1c-22.8 46.5-64.7 83.2-118.6 97.6c-74.9 20.1-151.4-8.7-195.6-66.8l33.5-20.1c31.5 39.5 82.2 60.9 134.1 54.1l-10.1-37.5c-34.8 2.9-68.3-11.2-90.6-36.6l43.5-26.1l25 27.8l55.6-17.6l33.2-40.7l-9.6-21.6l-32.2 10.2l-14.7 16.2l-20.7 5.5l-14.7-15.6l-7.2-20.1l14.7-15.2l20.7-6.5l23.7-24l-14.9-18.4l-51.4 11.1l-40.7 41.8l13 34.4l-43.1 25.9q-1.9-5.1-3.4-10.4c-15.5-57.7 18.9-117.1 76.7-132.6c9.2-2.4 18.5-3.6 27.6-3.7l6.8-38.3c-14.6-.6-29.5 1-44.4 4.9c-78.3 21-124.8 101.4-103.8 179.6q.7 2.7 1.5 5.2q.8 2.6 1.7 5.2t1.9 5.1q.9 2.5 2 5l-33.7 20.2c-4.6-9.9-8.5-20.3-11.4-31.2c-2.8-10.4-4.7-20.9-5.6-31.3H33q.4 5.3 1 10.5q.7 5.3 1.5 10.5q.9 5.2 2.1 10.4q1.1 5.2 2.5 10.3c32 119.2 154.7 189.9 274.1 158c66.6-17.8 118-63.8 145-121.6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeMrpack(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 514 514"><path fill="#4caf50" fillRule="evenodd" d="M472.4 315.6c10-36.7 10.6-76.5 0-115.9c-31.9-119.2-154.7-190-274.1-158C106.2 66.3 42.9 144.9 33.6 234.3h37.8c9-72.5 60.9-135.9 136-156c92.9-24.9 188.1 25.3 221.4 113.2l-36.8 9.8c-17-40.9-51.1-70.9-91.5-83.6l-6.8 38.2c31.9 11.8 57.8 38.3 67.3 73.6c13.8 51.4-11.9 104.1-58.5 125.9l10 37.6c61.3-25.3 98.1-89 89.4-154.6l36.7-9.8q1.4 9.2 1.9 18.4q.5 9.3.1 18.5q-.4 9.3-1.8 18.4q-1.3 9.2-3.6 18.2zm-13.2 36.1L422 338.1c-22.8 46.5-64.7 83.2-118.6 97.6c-74.9 20.1-151.4-8.7-195.6-66.8l33.5-20.1c31.5 39.5 82.2 60.9 134.1 54.1l-10.1-37.5c-34.8 2.9-68.3-11.2-90.6-36.6l43.5-26.1l25 27.8l55.6-17.6l33.2-40.7l-9.6-21.6l-32.2 10.2l-14.7 16.2l-20.7 5.5l-14.7-15.6l-7.2-20.1l14.7-15.2l20.7-6.5l23.7-24l-14.9-18.4l-51.4 11.1l-40.7 41.8l13 34.4l-43.1 25.9q-1.9-5.1-3.4-10.4c-15.5-57.7 18.9-117.1 76.7-132.6c9.2-2.4 18.5-3.6 27.6-3.7l6.8-38.3c-14.6-.6-29.5 1-44.4 4.9c-78.3 21-124.8 101.4-103.8 179.6q.7 2.7 1.5 5.2q.8 2.6 1.7 5.2t1.9 5.1q.9 2.5 2 5l-33.7 20.2c-4.6-9.9-8.5-20.3-11.4-31.2c-2.8-10.4-4.7-20.9-5.6-31.3H33q.4 5.3 1 10.5q.7 5.3 1.5 10.5q.9 5.2 2.1 10.4q1.1 5.2 2.5 10.3c32 119.2 154.7 189.9 274.1 158c66.6-17.8 118-63.8 145-121.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 514 514"><path fill="#4caf50" fill-rule="evenodd" d="M472.4 315.6c10-36.7 10.6-76.5 0-115.9c-31.9-119.2-154.7-190-274.1-158C106.2 66.3 42.9 144.9 33.6 234.3h37.8c9-72.5 60.9-135.9 136-156c92.9-24.9 188.1 25.3 221.4 113.2l-36.8 9.8c-17-40.9-51.1-70.9-91.5-83.6l-6.8 38.2c31.9 11.8 57.8 38.3 67.3 73.6c13.8 51.4-11.9 104.1-58.5 125.9l10 37.6c61.3-25.3 98.1-89 89.4-154.6l36.7-9.8q1.4 9.2 1.9 18.4q.5 9.3.1 18.5q-.4 9.3-1.8 18.4q-1.3 9.2-3.6 18.2zm-13.2 36.1L422 338.1c-22.8 46.5-64.7 83.2-118.6 97.6c-74.9 20.1-151.4-8.7-195.6-66.8l33.5-20.1c31.5 39.5 82.2 60.9 134.1 54.1l-10.1-37.5c-34.8 2.9-68.3-11.2-90.6-36.6l43.5-26.1l25 27.8l55.6-17.6l33.2-40.7l-9.6-21.6l-32.2 10.2l-14.7 16.2l-20.7 5.5l-14.7-15.6l-7.2-20.1l14.7-15.2l20.7-6.5l23.7-24l-14.9-18.4l-51.4 11.1l-40.7 41.8l13 34.4l-43.1 25.9q-1.9-5.1-3.4-10.4c-15.5-57.7 18.9-117.1 76.7-132.6c9.2-2.4 18.5-3.6 27.6-3.7l6.8-38.3c-14.6-.6-29.5 1-44.4 4.9c-78.3 21-124.8 101.4-103.8 179.6q.7 2.7 1.5 5.2q.8 2.6 1.7 5.2t1.9 5.1q.9 2.5 2 5l-33.7 20.2c-4.6-9.9-8.5-20.3-11.4-31.2c-2.8-10.4-4.7-20.9-5.6-31.3H33q.4 5.3 1 10.5q.7 5.3 1.5 10.5q.9 5.2 2.1 10.4q1.1 5.2 2.5 10.3c32 119.2 154.7 189.9 274.1 158c66.6-17.8 118-63.8 145-121.6"/></svg> </template>
CSS
.icon-mrpack {
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%20514%20514%22%3E%3Cpath%20fill%3D%22%234caf50%22%20fill-rule%3D%22evenodd%22%20d%3D%22M472.4%20315.6c10-36.7%2010.6-76.5%200-115.9c-31.9-119.2-154.7-190-274.1-158C106.2%2066.3%2042.9%20144.9%2033.6%20234.3h37.8c9-72.5%2060.9-135.9%20136-156c92.9-24.9%20188.1%2025.3%20221.4%20113.2l-36.8%209.8c-17-40.9-51.1-70.9-91.5-83.6l-6.8%2038.2c31.9%2011.8%2057.8%2038.3%2067.3%2073.6c13.8%2051.4-11.9%20104.1-58.5%20125.9l10%2037.6c61.3-25.3%2098.1-89%2089.4-154.6l36.7-9.8q1.4%209.2%201.9%2018.4q.5%209.3.1%2018.5q-.4%209.3-1.8%2018.4q-1.3%209.2-3.6%2018.2zm-13.2%2036.1L422%20338.1c-22.8%2046.5-64.7%2083.2-118.6%2097.6c-74.9%2020.1-151.4-8.7-195.6-66.8l33.5-20.1c31.5%2039.5%2082.2%2060.9%20134.1%2054.1l-10.1-37.5c-34.8%202.9-68.3-11.2-90.6-36.6l43.5-26.1l25%2027.8l55.6-17.6l33.2-40.7l-9.6-21.6l-32.2%2010.2l-14.7%2016.2l-20.7%205.5l-14.7-15.6l-7.2-20.1l14.7-15.2l20.7-6.5l23.7-24l-14.9-18.4l-51.4%2011.1l-40.7%2041.8l13%2034.4l-43.1%2025.9q-1.9-5.1-3.4-10.4c-15.5-57.7%2018.9-117.1%2076.7-132.6c9.2-2.4%2018.5-3.6%2027.6-3.7l6.8-38.3c-14.6-.6-29.5%201-44.4%204.9c-78.3%2021-124.8%20101.4-103.8%20179.6q.7%202.7%201.5%205.2q.8%202.6%201.7%205.2t1.9%205.1q.9%202.5%202%205l-33.7%2020.2c-4.6-9.9-8.5-20.3-11.4-31.2c-2.8-10.4-4.7-20.9-5.6-31.3H33q.4%205.3%201%2010.5q.7%205.3%201.5%2010.5q.9%205.2%202.1%2010.4q1.1%205.2%202.5%2010.3c32%20119.2%20154.7%20189.9%20274.1%20158c66.6-17.8%20118-63.8%20145-121.6%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%20514%20514%22%3E%3Cpath%20fill%3D%22%234caf50%22%20fill-rule%3D%22evenodd%22%20d%3D%22M472.4%20315.6c10-36.7%2010.6-76.5%200-115.9c-31.9-119.2-154.7-190-274.1-158C106.2%2066.3%2042.9%20144.9%2033.6%20234.3h37.8c9-72.5%2060.9-135.9%20136-156c92.9-24.9%20188.1%2025.3%20221.4%20113.2l-36.8%209.8c-17-40.9-51.1-70.9-91.5-83.6l-6.8%2038.2c31.9%2011.8%2057.8%2038.3%2067.3%2073.6c13.8%2051.4-11.9%20104.1-58.5%20125.9l10%2037.6c61.3-25.3%2098.1-89%2089.4-154.6l36.7-9.8q1.4%209.2%201.9%2018.4q.5%209.3.1%2018.5q-.4%209.3-1.8%2018.4q-1.3%209.2-3.6%2018.2zm-13.2%2036.1L422%20338.1c-22.8%2046.5-64.7%2083.2-118.6%2097.6c-74.9%2020.1-151.4-8.7-195.6-66.8l33.5-20.1c31.5%2039.5%2082.2%2060.9%20134.1%2054.1l-10.1-37.5c-34.8%202.9-68.3-11.2-90.6-36.6l43.5-26.1l25%2027.8l55.6-17.6l33.2-40.7l-9.6-21.6l-32.2%2010.2l-14.7%2016.2l-20.7%205.5l-14.7-15.6l-7.2-20.1l14.7-15.2l20.7-6.5l23.7-24l-14.9-18.4l-51.4%2011.1l-40.7%2041.8l13%2034.4l-43.1%2025.9q-1.9-5.1-3.4-10.4c-15.5-57.7%2018.9-117.1%2076.7-132.6c9.2-2.4%2018.5-3.6%2027.6-3.7l6.8-38.3c-14.6-.6-29.5%201-44.4%204.9c-78.3%2021-124.8%20101.4-103.8%20179.6q.7%202.7%201.5%205.2q.8%202.6%201.7%205.2t1.9%205.1q.9%202.5%202%205l-33.7%2020.2c-4.6-9.9-8.5-20.3-11.4-31.2c-2.8-10.4-4.7-20.9-5.6-31.3H33q.4%205.3%201%2010.5q.7%205.3%201.5%2010.5q.9%205.2%202.1%2010.4q1.1%205.2%202.5%2010.3c32%20119.2%20154.7%20189.9%20274.1%20158c66.6-17.8%20118-63.8%20145-121.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/mrpack.svg?color=%231a73e8&size=48