sms star icon
sms-star-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- sms-star-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the sms star icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m19.481 2.819l.28.57c.14.28.49.54.8.6l.38.06c1.14.19 1.41 1.03.59 1.86l-.35.35c-.23.24-.36.7-.29 1.02l.05.21c.31 1.38-.42 1.91-1.62 1.19l-.26-.15c-.31-.18-.81-.18-1.12 0l-.26.15c-1.21.73-1.94.19-1.62-1.19l.05-.21c.07-.32-.06-.78-.29-1.02l-.35-.36c-.82-.83-.55-1.67.59-1.86l.38-.06c.3-.05.66-.32.8-.6l.28-.57c.54-1.08 1.42-1.08 1.96.01"/><path d="M21.57 10.09c-.36.26-1.37.74-2.81 0a.56.56 0 0 0-.52 0c-.57.29-1.09.41-1.5.41c-.64 0-1.09-.25-1.31-.41c-.37-.27-1.15-1.04-.88-2.67a.57.57 0 0 0-.13-.47c-.69-.79-1.07-1.85-.8-2.68c.1-.33-.11-.77-.45-.77H7c-3 0-5 1.5-5 5v7c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-5.23c0-.19-.27-.29-.43-.18m-7.23 2c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0c.32-.26.79-.21 1.05.12c.27.32.22.8-.11 1.06"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSmsStarFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m19.481 2.819l.28.57c.14.28.49.54.8.6l.38.06c1.14.19 1.41 1.03.59 1.86l-.35.35c-.23.24-.36.7-.29 1.02l.05.21c.31 1.38-.42 1.91-1.62 1.19l-.26-.15c-.31-.18-.81-.18-1.12 0l-.26.15c-1.21.73-1.94.19-1.62-1.19l.05-.21c.07-.32-.06-.78-.29-1.02l-.35-.36c-.82-.83-.55-1.67.59-1.86l.38-.06c.3-.05.66-.32.8-.6l.28-.57c.54-1.08 1.42-1.08 1.96.01"/><path d="M21.57 10.09c-.36.26-1.37.74-2.81 0a.56.56 0 0 0-.52 0c-.57.29-1.09.41-1.5.41c-.64 0-1.09-.25-1.31-.41c-.37-.27-1.15-1.04-.88-2.67a.57.57 0 0 0-.13-.47c-.69-.79-1.07-1.85-.8-2.68c.1-.33-.11-.77-.45-.77H7c-3 0-5 1.5-5 5v7c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-5.23c0-.19-.27-.29-.43-.18m-7.23 2c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0c.32-.26.79-.21 1.05.12c.27.32.22.8-.11 1.06"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m19.481 2.819l.28.57c.14.28.49.54.8.6l.38.06c1.14.19 1.41 1.03.59 1.86l-.35.35c-.23.24-.36.7-.29 1.02l.05.21c.31 1.38-.42 1.91-1.62 1.19l-.26-.15c-.31-.18-.81-.18-1.12 0l-.26.15c-1.21.73-1.94.19-1.62-1.19l.05-.21c.07-.32-.06-.78-.29-1.02l-.35-.36c-.82-.83-.55-1.67.59-1.86l.38-.06c.3-.05.66-.32.8-.6l.28-.57c.54-1.08 1.42-1.08 1.96.01"/><path d="M21.57 10.09c-.36.26-1.37.74-2.81 0a.56.56 0 0 0-.52 0c-.57.29-1.09.41-1.5.41c-.64 0-1.09-.25-1.31-.41c-.37-.27-1.15-1.04-.88-2.67a.57.57 0 0 0-.13-.47c-.69-.79-1.07-1.85-.8-2.68c.1-.33-.11-.77-.45-.77H7c-3 0-5 1.5-5 5v7c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-5.23c0-.19-.27-.29-.43-.18m-7.23 2c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0c.32-.26.79-.21 1.05.12c.27.32.22.8-.11 1.06"/></g></svg> </template>
CSS
.icon-sms-star-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22m19.481%202.819l.28.57c.14.28.49.54.8.6l.38.06c1.14.19%201.41%201.03.59%201.86l-.35.35c-.23.24-.36.7-.29%201.02l.05.21c.31%201.38-.42%201.91-1.62%201.19l-.26-.15c-.31-.18-.81-.18-1.12%200l-.26.15c-1.21.73-1.94.19-1.62-1.19l.05-.21c.07-.32-.06-.78-.29-1.02l-.35-.36c-.82-.83-.55-1.67.59-1.86l.38-.06c.3-.05.66-.32.8-.6l.28-.57c.54-1.08%201.42-1.08%201.96.01%22%2F%3E%3Cpath%20d%3D%22M21.57%2010.09c-.36.26-1.37.74-2.81%200a.56.56%200%200%200-.52%200c-.57.29-1.09.41-1.5.41c-.64%200-1.09-.25-1.31-.41c-.37-.27-1.15-1.04-.88-2.67a.57.57%200%200%200-.13-.47c-.69-.79-1.07-1.85-.8-2.68c.1-.33-.11-.77-.45-.77H7c-3%200-5%201.5-5%205v7c0%203.5%202%205%205%205h10c3%200%205-1.5%205-5v-5.23c0-.19-.27-.29-.43-.18m-7.23%202c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77%200%200%201-.12-1.06c.26-.32.73-.38%201.05-.12l3.13%202.5c.76.61%202.05.61%202.81%200c.32-.26.79-.21%201.05.12c.27.32.22.8-.11%201.06%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%22currentColor%22%3E%3Cpath%20d%3D%22m19.481%202.819l.28.57c.14.28.49.54.8.6l.38.06c1.14.19%201.41%201.03.59%201.86l-.35.35c-.23.24-.36.7-.29%201.02l.05.21c.31%201.38-.42%201.91-1.62%201.19l-.26-.15c-.31-.18-.81-.18-1.12%200l-.26.15c-1.21.73-1.94.19-1.62-1.19l.05-.21c.07-.32-.06-.78-.29-1.02l-.35-.36c-.82-.83-.55-1.67.59-1.86l.38-.06c.3-.05.66-.32.8-.6l.28-.57c.54-1.08%201.42-1.08%201.96.01%22%2F%3E%3Cpath%20d%3D%22M21.57%2010.09c-.36.26-1.37.74-2.81%200a.56.56%200%200%200-.52%200c-.57.29-1.09.41-1.5.41c-.64%200-1.09-.25-1.31-.41c-.37-.27-1.15-1.04-.88-2.67a.57.57%200%200%200-.13-.47c-.69-.79-1.07-1.85-.8-2.68c.1-.33-.11-.77-.45-.77H7c-3%200-5%201.5-5%205v7c0%203.5%202%205%205%205h10c3%200%205-1.5%205-5v-5.23c0-.19-.27-.29-.43-.18m-7.23%202c-.66.53-1.5.79-2.34.79s-1.69-.26-2.34-.79l-3.13-2.5a.77.77%200%200%201-.12-1.06c.26-.32.73-.38%201.05-.12l3.13%202.5c.76.61%202.05.61%202.81%200c.32-.26.79-.21%201.05.12c.27.32.22.8-.11%201.06%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/sms-star-filled.svg?color=%231a73e8&size=48