medal ribbon icon
medal-ribbon-linear from Solar by 480 Design · Linear · Like · CC-BY-4.0 Attribution required.
- Name
- medal-ribbon-linear
- Set
- Solar
- Style
- Linear
- Category
- Like
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More like icons from Solar
Use the medal ribbon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="9" r="7"/><path stroke-linecap="round" d="M7.35111 15L6.71424 17.323C6.0859 19.6148 5.77173 20.7607 6.19097 21.3881C6.3379 21.6079 6.535 21.7844 6.76372 21.9008C7.41635 22.2331 8.42401 21.7081 10.4393 20.658C11.1099 20.3086 11.4452 20.1339 11.8014 20.0959C11.9335 20.0818 12.0665 20.0818 12.1986 20.0959C12.5548 20.1339 12.8901 20.3086 13.5607 20.658C15.576 21.7081 16.5837 22.2331 17.2363 21.9008C17.465 21.7844 17.6621 21.6079 17.809 21.3881C18.2283 20.7607 17.9141 19.6148 17.2858 17.323L16.6489 15"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMedalRibbonLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="12" cy="9" r="7"/><path strokeLinecap="round" d="M7.35111 15L6.71424 17.323C6.0859 19.6148 5.77173 20.7607 6.19097 21.3881C6.3379 21.6079 6.535 21.7844 6.76372 21.9008C7.41635 22.2331 8.42401 21.7081 10.4393 20.658C11.1099 20.3086 11.4452 20.1339 11.8014 20.0959C11.9335 20.0818 12.0665 20.0818 12.1986 20.0959C12.5548 20.1339 12.8901 20.3086 13.5607 20.658C15.576 21.7081 16.5837 22.2331 17.2363 21.9008C17.465 21.7844 17.6621 21.6079 17.809 21.3881C18.2283 20.7607 17.9141 19.6148 17.2858 17.323L16.6489 15"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="9" r="7"/><path stroke-linecap="round" d="M7.35111 15L6.71424 17.323C6.0859 19.6148 5.77173 20.7607 6.19097 21.3881C6.3379 21.6079 6.535 21.7844 6.76372 21.9008C7.41635 22.2331 8.42401 21.7081 10.4393 20.658C11.1099 20.3086 11.4452 20.1339 11.8014 20.0959C11.9335 20.0818 12.0665 20.0818 12.1986 20.0959C12.5548 20.1339 12.8901 20.3086 13.5607 20.658C15.576 21.7081 16.5837 22.2331 17.2363 21.9008C17.465 21.7844 17.6621 21.6079 17.809 21.3881C18.2283 20.7607 17.9141 19.6148 17.2858 17.323L16.6489 15"/></g></svg> </template>
CSS
.icon-medal-ribbon-linear {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229%22%20r%3D%227%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.35111%2015L6.71424%2017.323C6.0859%2019.6148%205.77173%2020.7607%206.19097%2021.3881C6.3379%2021.6079%206.535%2021.7844%206.76372%2021.9008C7.41635%2022.2331%208.42401%2021.7081%2010.4393%2020.658C11.1099%2020.3086%2011.4452%2020.1339%2011.8014%2020.0959C11.9335%2020.0818%2012.0665%2020.0818%2012.1986%2020.0959C12.5548%2020.1339%2012.8901%2020.3086%2013.5607%2020.658C15.576%2021.7081%2016.5837%2022.2331%2017.2363%2021.9008C17.465%2021.7844%2017.6621%2021.6079%2017.809%2021.3881C18.2283%2020.7607%2017.9141%2019.6148%2017.2858%2017.323L16.6489%2015%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229%22%20r%3D%227%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.35111%2015L6.71424%2017.323C6.0859%2019.6148%205.77173%2020.7607%206.19097%2021.3881C6.3379%2021.6079%206.535%2021.7844%206.76372%2021.9008C7.41635%2022.2331%208.42401%2021.7081%2010.4393%2020.658C11.1099%2020.3086%2011.4452%2020.1339%2011.8014%2020.0959C11.9335%2020.0818%2012.0665%2020.0818%2012.1986%2020.0959C12.5548%2020.1339%2012.8901%2020.3086%2013.5607%2020.658C15.576%2021.7081%2016.5837%2022.2331%2017.2363%2021.9008C17.465%2021.7844%2017.6621%2021.6079%2017.809%2021.3881C18.2283%2020.7607%2017.9141%2019.6148%2017.2858%2017.323L16.6489%2015%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/medal-ribbon-linear.svg?color=%231a73e8&size=48