md ribbon icon
md-ribbon from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-ribbon
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md ribbon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32c-70.7 0-128 57.3-128 128s57.3 128 128 128 128-57.3 128-128S326.7 32 256 32zm0 208c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z" fill="currentColor"/><path d="M193.7 307.4c-19.1-8.1-36.2-19.6-50.8-34.3-1.4-1.4-2.8-2.8-4.1-4.3L64 400h96l48 80 48-105.8 25.5-56.2c-8.4 1.3-16.9 2-25.5 2-21.6 0-42.5-4.2-62.3-12.6z" fill="currentColor"/><path d="M373.3 268.9c-1.3 1.4-2.7 2.9-4.1 4.3-14.6 14.6-31.7 26.2-50.7 34.2L294 361.2l-21.9 48.4L304 480l48-80h96l-74.7-131.1z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdRibbon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32c-70.7 0-128 57.3-128 128s57.3 128 128 128 128-57.3 128-128S326.7 32 256 32zm0 208c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z" fill="currentColor"/><path d="M193.7 307.4c-19.1-8.1-36.2-19.6-50.8-34.3-1.4-1.4-2.8-2.8-4.1-4.3L64 400h96l48 80 48-105.8 25.5-56.2c-8.4 1.3-16.9 2-25.5 2-21.6 0-42.5-4.2-62.3-12.6z" fill="currentColor"/><path d="M373.3 268.9c-1.3 1.4-2.7 2.9-4.1 4.3-14.6 14.6-31.7 26.2-50.7 34.2L294 361.2l-21.9 48.4L304 480l48-80h96l-74.7-131.1z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32c-70.7 0-128 57.3-128 128s57.3 128 128 128 128-57.3 128-128S326.7 32 256 32zm0 208c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z" fill="currentColor"/><path d="M193.7 307.4c-19.1-8.1-36.2-19.6-50.8-34.3-1.4-1.4-2.8-2.8-4.1-4.3L64 400h96l48 80 48-105.8 25.5-56.2c-8.4 1.3-16.9 2-25.5 2-21.6 0-42.5-4.2-62.3-12.6z" fill="currentColor"/><path d="M373.3 268.9c-1.3 1.4-2.7 2.9-4.1 4.3-14.6 14.6-31.7 26.2-50.7 34.2L294 361.2l-21.9 48.4L304 480l48-80h96l-74.7-131.1z" fill="currentColor"/></svg> </template>
CSS
.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2032c-70.7%200-128%2057.3-128%20128s57.3%20128%20128%20128%20128-57.3%20128-128S326.7%2032%20256%2032zm0%20208c-44.2%200-80-35.8-80-80s35.8-80%2080-80%2080%2035.8%2080%2080-35.8%2080-80%2080z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M193.7%20307.4c-19.1-8.1-36.2-19.6-50.8-34.3-1.4-1.4-2.8-2.8-4.1-4.3L64%20400h96l48%2080%2048-105.8%2025.5-56.2c-8.4%201.3-16.9%202-25.5%202-21.6%200-42.5-4.2-62.3-12.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M373.3%20268.9c-1.3%201.4-2.7%202.9-4.1%204.3-14.6%2014.6-31.7%2026.2-50.7%2034.2L294%20361.2l-21.9%2048.4L304%20480l48-80h96l-74.7-131.1z%22%20fill%3D%22currentColor%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%20d%3D%22M256%2032c-70.7%200-128%2057.3-128%20128s57.3%20128%20128%20128%20128-57.3%20128-128S326.7%2032%20256%2032zm0%20208c-44.2%200-80-35.8-80-80s35.8-80%2080-80%2080%2035.8%2080%2080-35.8%2080-80%2080z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M193.7%20307.4c-19.1-8.1-36.2-19.6-50.8-34.3-1.4-1.4-2.8-2.8-4.1-4.3L64%20400h96l48%2080%2048-105.8%2025.5-56.2c-8.4%201.3-16.9%202-25.5%202-21.6%200-42.5-4.2-62.3-12.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M373.3%20268.9c-1.3%201.4-2.7%202.9-4.1%204.3-14.6%2014.6-31.7%2026.2-50.7%2034.2L294%20361.2l-21.9%2048.4L304%20480l48-80h96l-74.7-131.1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-ribbon.svg?color=%231a73e8&size=48