twotone loyalty icon
twotone-loyalty from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-loyalty
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the twotone loyalty icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 4H4v7l9 9.01L20 13zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5S8 5.67 8 6.5S7.33 8 6.5 8m6.5 3.7l.6-.6a2.053 2.053 0 0 1 2.9 2.9L13 17.5L9.5 14c-.37-.38-.6-.89-.6-1.45c0-1.13.92-2.05 2.05-2.05c.57 0 1.08.23 1.45.61z" opacity=".3"/><path fill="currentColor" d="m21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58s1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42M13 20.01L4 11V4h7v-.01l9 9z"/><circle cx="6.5" cy="6.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M8.9 12.55c0 .57.23 1.07.6 1.45l3.5 3.5l3.5-3.5a2.053 2.053 0 0 0-2.9-2.9l-.6.6l-.6-.59c-.37-.38-.89-.61-1.45-.61c-1.13 0-2.05.92-2.05 2.05"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneLoyalty(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="M11 4H4v7l9 9.01L20 13zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5S8 5.67 8 6.5S7.33 8 6.5 8m6.5 3.7l.6-.6a2.053 2.053 0 0 1 2.9 2.9L13 17.5L9.5 14c-.37-.38-.6-.89-.6-1.45c0-1.13.92-2.05 2.05-2.05c.57 0 1.08.23 1.45.61z" opacity=".3"/><path fill="currentColor" d="m21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58s1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42M13 20.01L4 11V4h7v-.01l9 9z"/><circle cx="6.5" cy="6.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M8.9 12.55c0 .57.23 1.07.6 1.45l3.5 3.5l3.5-3.5a2.053 2.053 0 0 0-2.9-2.9l-.6.6l-.6-.59c-.37-.38-.89-.61-1.45-.61c-1.13 0-2.05.92-2.05 2.05"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 4H4v7l9 9.01L20 13zM6.5 8C5.67 8 5 7.33 5 6.5S5.67 5 6.5 5S8 5.67 8 6.5S7.33 8 6.5 8m6.5 3.7l.6-.6a2.053 2.053 0 0 1 2.9 2.9L13 17.5L9.5 14c-.37-.38-.6-.89-.6-1.45c0-1.13.92-2.05 2.05-2.05c.57 0 1.08.23 1.45.61z" opacity=".3"/><path fill="currentColor" d="m21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58s1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42M13 20.01L4 11V4h7v-.01l9 9z"/><circle cx="6.5" cy="6.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M8.9 12.55c0 .57.23 1.07.6 1.45l3.5 3.5l3.5-3.5a2.053 2.053 0 0 0-2.9-2.9l-.6.6l-.6-.59c-.37-.38-.89-.61-1.45-.61c-1.13 0-2.05.92-2.05 2.05"/></svg> </template>
CSS
.icon-twotone-loyalty {
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%22M11%204H4v7l9%209.01L20%2013zM6.5%208C5.67%208%205%207.33%205%206.5S5.67%205%206.5%205S8%205.67%208%206.5S7.33%208%206.5%208m6.5%203.7l.6-.6a2.053%202.053%200%200%201%202.9%202.9L13%2017.5L9.5%2014c-.37-.38-.6-.89-.6-1.45c0-1.13.92-2.05%202.05-2.05c.57%200%201.08.23%201.45.61z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.41%2011.58l-9-9C12.05%202.22%2011.55%202%2011%202H4c-1.1%200-2%20.9-2%202v7c0%20.55.22%201.05.59%201.42l9%209c.36.36.86.58%201.41.58s1.05-.22%201.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42M13%2020.01L4%2011V4h7v-.01l9%209z%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.9%2012.55c0%20.57.23%201.07.6%201.45l3.5%203.5l3.5-3.5a2.053%202.053%200%200%200-2.9-2.9l-.6.6l-.6-.59c-.37-.38-.89-.61-1.45-.61c-1.13%200-2.05.92-2.05%202.05%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%22M11%204H4v7l9%209.01L20%2013zM6.5%208C5.67%208%205%207.33%205%206.5S5.67%205%206.5%205S8%205.67%208%206.5S7.33%208%206.5%208m6.5%203.7l.6-.6a2.053%202.053%200%200%201%202.9%202.9L13%2017.5L9.5%2014c-.37-.38-.6-.89-.6-1.45c0-1.13.92-2.05%202.05-2.05c.57%200%201.08.23%201.45.61z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.41%2011.58l-9-9C12.05%202.22%2011.55%202%2011%202H4c-1.1%200-2%20.9-2%202v7c0%20.55.22%201.05.59%201.42l9%209c.36.36.86.58%201.41.58s1.05-.22%201.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42M13%2020.01L4%2011V4h7v-.01l9%209z%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.9%2012.55c0%20.57.23%201.07.6%201.45l3.5%203.5l3.5-3.5a2.053%202.053%200%200%200-2.9-2.9l-.6.6l-.6-.59c-.37-.38-.89-.61-1.45-.61c-1.13%200-2.05.92-2.05%202.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-loyalty.svg?color=%231a73e8&size=48