rosette icon
rosette from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- rosette
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Use the rosette icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M40.363 52.2V34.433c3.82-3.422 6.235-8.391 6.258-13.875c.023-10.313-8.414-18.727-18.633-18.727c-10.242 0-18.632 8.414-18.632 18.727c0 5.507 2.437 10.5 6.28 13.945v17.695c0 1.383.75 1.969 1.712 1.969c.797 0 1.43-.469 2.062-1.102l7.617-7.593c.399-.375.703-.516.985-.516c.281 0 .562.14.984.516l7.617 7.593c.657.657 1.29 1.102 2.063 1.102c.984 0 1.687-.586 1.687-1.969M28.012 35.511c-8.344-.024-14.836-6.657-14.836-14.953c0-8.32 6.492-15 14.836-15c8.32 0 14.812 6.68 14.836 15c.023 8.296-6.516 14.976-14.836 14.953"/></svg>
React
import type { SVGProps } from "react";
export function F7Rosette(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M40.363 52.2V34.433c3.82-3.422 6.235-8.391 6.258-13.875c.023-10.313-8.414-18.727-18.633-18.727c-10.242 0-18.632 8.414-18.632 18.727c0 5.507 2.437 10.5 6.28 13.945v17.695c0 1.383.75 1.969 1.712 1.969c.797 0 1.43-.469 2.062-1.102l7.617-7.593c.399-.375.703-.516.985-.516c.281 0 .562.14.984.516l7.617 7.593c.657.657 1.29 1.102 2.063 1.102c.984 0 1.687-.586 1.687-1.969M28.012 35.511c-8.344-.024-14.836-6.657-14.836-14.953c0-8.32 6.492-15 14.836-15c8.32 0 14.812 6.68 14.836 15c.023 8.296-6.516 14.976-14.836 14.953"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M40.363 52.2V34.433c3.82-3.422 6.235-8.391 6.258-13.875c.023-10.313-8.414-18.727-18.633-18.727c-10.242 0-18.632 8.414-18.632 18.727c0 5.507 2.437 10.5 6.28 13.945v17.695c0 1.383.75 1.969 1.712 1.969c.797 0 1.43-.469 2.062-1.102l7.617-7.593c.399-.375.703-.516.985-.516c.281 0 .562.14.984.516l7.617 7.593c.657.657 1.29 1.102 2.063 1.102c.984 0 1.687-.586 1.687-1.969M28.012 35.511c-8.344-.024-14.836-6.657-14.836-14.953c0-8.32 6.492-15 14.836-15c8.32 0 14.812 6.68 14.836 15c.023 8.296-6.516 14.976-14.836 14.953"/></svg> </template>
CSS
.icon-rosette {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40.363%2052.2V34.433c3.82-3.422%206.235-8.391%206.258-13.875c.023-10.313-8.414-18.727-18.633-18.727c-10.242%200-18.632%208.414-18.632%2018.727c0%205.507%202.437%2010.5%206.28%2013.945v17.695c0%201.383.75%201.969%201.712%201.969c.797%200%201.43-.469%202.062-1.102l7.617-7.593c.399-.375.703-.516.985-.516c.281%200%20.562.14.984.516l7.617%207.593c.657.657%201.29%201.102%202.063%201.102c.984%200%201.687-.586%201.687-1.969M28.012%2035.511c-8.344-.024-14.836-6.657-14.836-14.953c0-8.32%206.492-15%2014.836-15c8.32%200%2014.812%206.68%2014.836%2015c.023%208.296-6.516%2014.976-14.836%2014.953%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M40.363%2052.2V34.433c3.82-3.422%206.235-8.391%206.258-13.875c.023-10.313-8.414-18.727-18.633-18.727c-10.242%200-18.632%208.414-18.632%2018.727c0%205.507%202.437%2010.5%206.28%2013.945v17.695c0%201.383.75%201.969%201.712%201.969c.797%200%201.43-.469%202.062-1.102l7.617-7.593c.399-.375.703-.516.985-.516c.281%200%20.562.14.984.516l7.617%207.593c.657.657%201.29%201.102%202.063%201.102c.984%200%201.687-.586%201.687-1.969M28.012%2035.511c-8.344-.024-14.836-6.657-14.836-14.953c0-8.32%206.492-15%2014.836-15c8.32%200%2014.812%206.68%2014.836%2015c.023%208.296-6.516%2014.976-14.836%2014.953%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/rosette.svg?color=%231a73e8&size=48