Inbox Star Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Inbox Star icon is commonly used in rating systems, favorites and review sections. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310785.svg" alt="Inbox Star icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310785.svg" alt="Inbox Star icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310785.svg" alt="Inbox Star icon" :width="24" :height="24" />
CSS background
.icon-inbox-star {
background-image: url('https://proicons.com/icon/310785.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2.75 12H6C6.53043 12 7.03914 12.2107 7.41421 12.5858C7.78929 12.9609 8 13.4696 8 14C8 14.5304 8.21071 15.0391 8.58579 15.4142C8.96086 15.7893 9.46957 16 10 16H14C14.5304 16 15.0391 15.7893 15.4142 15.4142C15.7893 15.0391 16 14.5304 16 14C16 13.4696 16.2107 12.9609 16.5858 12.5858C16.9609 12.2107 17.4696 12 18 12H21.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.25 10.375V12V15.25C21.25 18.5637 18.5637 21.25 15.25 21.25H8.75C5.43629 21.25 2.75 18.5637 2.75 15.25V8.75C2.75 5.43629 5.43629 2.75 8.75 2.75H12H13.625" stroke="black" stroke-width="1.5" stroke-linecap="round"/> <path d="M19.1066 1.86441L18.7964 2.78802C18.6812 3.13938 18.4851 3.4587 18.2238 3.72019C17.9626 3.98167 17.6435 4.178 17.2925 4.2933L16.3579 4.60379C16.3265 4.61413 16.2992 4.63414 16.2798 4.66095C16.2604 4.68777 16.2499 4.72004 16.2499 4.75314C16.2499 4.78625 16.2604 4.81852 16.2798 4.84533C16.2992 4.87215 16.3265 4.89216 16.3579 4.90249L17.2925 5.21298C17.6401 5.32869 17.956 5.52392 18.215 5.78317C18.474 6.04243 18.6691 6.35857 18.7846 6.70648L19.0949 7.64188C19.1052 7.67333 19.1252 7.70072 19.152 7.72013C19.1788 7.73955 19.211 7.75 19.2441 7.75C19.2772 7.75 19.3094 7.73955 19.3362 7.72013C19.363 7.70072 19.383 7.67333 19.3933 7.64188L19.7153 6.71827C19.8309 6.37036 20.0259 6.05422 20.285 5.79497C20.544 5.53571 20.8598 5.34048 21.2074 5.22477L22.142 4.91428C22.1734 4.90395 22.2008 4.88394 22.2202 4.85712C22.2396 4.83031 22.25 4.79804 22.25 4.76493C22.25 4.73183 22.2396 4.69956 22.2202 4.67275C22.2008 4.64593 22.1734 4.62592 22.142 4.61559L21.2192 4.2933C20.8682 4.178 20.5491 3.98167 20.2879 3.72019C20.0266 3.4587 19.8305 3.13938 19.7153 2.78802L19.4051 1.85262C19.3936 1.82151 19.3725 1.79484 19.3449 1.77643C19.3174 1.75802 19.2847 1.74881 19.2516 1.75012C19.2185 1.75143 19.1866 1.76319 19.1606 1.78372C19.1345 1.80425 19.1157 1.83249 19.1066 1.86441Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!