ribbon icon
ribbon from Font Awesome 6 Solid by Dave Gandy · Regular · Charity · CC-BY-4.0 Attribution required.
- Name
- ribbon
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Charity
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
ribbonAkar IconsribbonEmoji One (Colored)ribbonFont Awesome Solidribbon-12-filledFluent UI System Iconsribbon-16Fluent UI System Color IconsribbonFluent EmojiribbonFluent Emoji FlatribbonFluent Emoji High ContrastribbonHealth IconsribbonHuge IconsribbonIonIconsribbonLine AwesomeribbonLucideribbonMage IconsribbonMaterial Design IconsribbonMyna UI IconsribbonNoto EmojiribbonOpenMojiribbonStreamline EmojisribbonTwitter Emoji
More charity icons from Font Awesome 6 Solid
Use the ribbon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="m333.2 322.8l-133.9-146l-53.3-58.2c7.8-5.1 37-22.6 78-22.6s70.2 17.4 78 22.6L245.7 180l85.6 93.4l27.4-29.8c16.3-17.7 25.3-40.9 25.3-65v-29.5c0-19-5.6-37.5-16.1-53.3l-40.1-60.2C312.9 13.4 287.9 0 261.2 0h-76c-25.8 0-50.1 12.5-65.1 33.5L81.9 87C70.3 103.2 64 122.8 64 142.8V164c0 23.2 8.4 45.6 23.6 63.1l56 64.2l83.3 95.6l91.8 105.3c10 11.5 26.8 14.3 40 6.8l54.5-31.1c17.8-10.2 21.6-34.3 7.7-49.4zm-128 87.8L121.9 315L27.1 418.5c-13.9 15.1-10.1 39.2 7.7 49.4l55.1 31.5c13 7.4 29.3 4.9 39.4-6.1l75.9-82.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidRibbon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="m333.2 322.8l-133.9-146l-53.3-58.2c7.8-5.1 37-22.6 78-22.6s70.2 17.4 78 22.6L245.7 180l85.6 93.4l27.4-29.8c16.3-17.7 25.3-40.9 25.3-65v-29.5c0-19-5.6-37.5-16.1-53.3l-40.1-60.2C312.9 13.4 287.9 0 261.2 0h-76c-25.8 0-50.1 12.5-65.1 33.5L81.9 87C70.3 103.2 64 122.8 64 142.8V164c0 23.2 8.4 45.6 23.6 63.1l56 64.2l83.3 95.6l91.8 105.3c10 11.5 26.8 14.3 40 6.8l54.5-31.1c17.8-10.2 21.6-34.3 7.7-49.4zm-128 87.8L121.9 315L27.1 418.5c-13.9 15.1-10.1 39.2 7.7 49.4l55.1 31.5c13 7.4 29.3 4.9 39.4-6.1l75.9-82.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="m333.2 322.8l-133.9-146l-53.3-58.2c7.8-5.1 37-22.6 78-22.6s70.2 17.4 78 22.6L245.7 180l85.6 93.4l27.4-29.8c16.3-17.7 25.3-40.9 25.3-65v-29.5c0-19-5.6-37.5-16.1-53.3l-40.1-60.2C312.9 13.4 287.9 0 261.2 0h-76c-25.8 0-50.1 12.5-65.1 33.5L81.9 87C70.3 103.2 64 122.8 64 142.8V164c0 23.2 8.4 45.6 23.6 63.1l56 64.2l83.3 95.6l91.8 105.3c10 11.5 26.8 14.3 40 6.8l54.5-31.1c17.8-10.2 21.6-34.3 7.7-49.4zm-128 87.8L121.9 315L27.1 418.5c-13.9 15.1-10.1 39.2 7.7 49.4l55.1 31.5c13 7.4 29.3 4.9 39.4-6.1l75.9-82.6z"/></svg> </template>
CSS
.icon-ribbon {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m333.2%20322.8l-133.9-146l-53.3-58.2c7.8-5.1%2037-22.6%2078-22.6s70.2%2017.4%2078%2022.6L245.7%20180l85.6%2093.4l27.4-29.8c16.3-17.7%2025.3-40.9%2025.3-65v-29.5c0-19-5.6-37.5-16.1-53.3l-40.1-60.2C312.9%2013.4%20287.9%200%20261.2%200h-76c-25.8%200-50.1%2012.5-65.1%2033.5L81.9%2087C70.3%20103.2%2064%20122.8%2064%20142.8V164c0%2023.2%208.4%2045.6%2023.6%2063.1l56%2064.2l83.3%2095.6l91.8%20105.3c10%2011.5%2026.8%2014.3%2040%206.8l54.5-31.1c17.8-10.2%2021.6-34.3%207.7-49.4zm-128%2087.8L121.9%20315L27.1%20418.5c-13.9%2015.1-10.1%2039.2%207.7%2049.4l55.1%2031.5c13%207.4%2029.3%204.9%2039.4-6.1l75.9-82.6z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m333.2%20322.8l-133.9-146l-53.3-58.2c7.8-5.1%2037-22.6%2078-22.6s70.2%2017.4%2078%2022.6L245.7%20180l85.6%2093.4l27.4-29.8c16.3-17.7%2025.3-40.9%2025.3-65v-29.5c0-19-5.6-37.5-16.1-53.3l-40.1-60.2C312.9%2013.4%20287.9%200%20261.2%200h-76c-25.8%200-50.1%2012.5-65.1%2033.5L81.9%2087C70.3%20103.2%2064%20122.8%2064%20142.8V164c0%2023.2%208.4%2045.6%2023.6%2063.1l56%2064.2l83.3%2095.6l91.8%20105.3c10%2011.5%2026.8%2014.3%2040%206.8l54.5-31.1c17.8-10.2%2021.6-34.3%207.7-49.4zm-128%2087.8L121.9%20315L27.1%20418.5c-13.9%2015.1-10.1%2039.2%207.7%2049.4l55.1%2031.5c13%207.4%2029.3%204.9%2039.4-6.1l75.9-82.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/ribbon.svg?color=%231a73e8&size=48