stars off icon
stars-off from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.
- Name
- stars-off
- Set
- Tabler Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Use the stars off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m17.373 13.371l.076-.154a.392.392 0 0 1 .702 0l.907 1.831m.367.39q.747.107 2.24.324a.39.39 0 0 1 .217.665q-.489.474-.732.712m-.611 3.405a.39.39 0 0 1-.567.411L17.8 19.817l-2.172 1.138a.392.392 0 0 1-.568-.41l.415-2.411l-1.757-1.707a.389.389 0 0 1 .217-.665l1.601-.232M6.2 19.817l-2.172 1.138a.392.392 0 0 1-.568-.41l.415-2.411l-1.757-1.707a.389.389 0 0 1 .217-.665l2.428-.352l1.086-2.193a.392.392 0 0 1 .702 0l1.086 2.193l2.428.352a.39.39 0 0 1 .217.665l-1.757 1.707l.414 2.41a.39.39 0 0 1-.567.411zM9.557 5.556l1-.146l1.086-2.193a.392.392 0 0 1 .702 0l1.086 2.193l2.428.352a.39.39 0 0 1 .217.665l-1.757 1.707l.414 2.41a.4.4 0 0 1-.014.187m-4.153-.166l-.744.39a.392.392 0 0 1-.568-.41l.188-1.093M3 3l18 18"/></svg>
React
import type { SVGProps } from "react";
export function TablerStarsOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m17.373 13.371l.076-.154a.392.392 0 0 1 .702 0l.907 1.831m.367.39q.747.107 2.24.324a.39.39 0 0 1 .217.665q-.489.474-.732.712m-.611 3.405a.39.39 0 0 1-.567.411L17.8 19.817l-2.172 1.138a.392.392 0 0 1-.568-.41l.415-2.411l-1.757-1.707a.389.389 0 0 1 .217-.665l1.601-.232M6.2 19.817l-2.172 1.138a.392.392 0 0 1-.568-.41l.415-2.411l-1.757-1.707a.389.389 0 0 1 .217-.665l2.428-.352l1.086-2.193a.392.392 0 0 1 .702 0l1.086 2.193l2.428.352a.39.39 0 0 1 .217.665l-1.757 1.707l.414 2.41a.39.39 0 0 1-.567.411zM9.557 5.556l1-.146l1.086-2.193a.392.392 0 0 1 .702 0l1.086 2.193l2.428.352a.39.39 0 0 1 .217.665l-1.757 1.707l.414 2.41a.4.4 0 0 1-.014.187m-4.153-.166l-.744.39a.392.392 0 0 1-.568-.41l.188-1.093M3 3l18 18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m17.373 13.371l.076-.154a.392.392 0 0 1 .702 0l.907 1.831m.367.39q.747.107 2.24.324a.39.39 0 0 1 .217.665q-.489.474-.732.712m-.611 3.405a.39.39 0 0 1-.567.411L17.8 19.817l-2.172 1.138a.392.392 0 0 1-.568-.41l.415-2.411l-1.757-1.707a.389.389 0 0 1 .217-.665l1.601-.232M6.2 19.817l-2.172 1.138a.392.392 0 0 1-.568-.41l.415-2.411l-1.757-1.707a.389.389 0 0 1 .217-.665l2.428-.352l1.086-2.193a.392.392 0 0 1 .702 0l1.086 2.193l2.428.352a.39.39 0 0 1 .217.665l-1.757 1.707l.414 2.41a.39.39 0 0 1-.567.411zM9.557 5.556l1-.146l1.086-2.193a.392.392 0 0 1 .702 0l1.086 2.193l2.428.352a.39.39 0 0 1 .217.665l-1.757 1.707l.414 2.41a.4.4 0 0 1-.014.187m-4.153-.166l-.744.39a.392.392 0 0 1-.568-.41l.188-1.093M3 3l18 18"/></svg> </template>
CSS
.icon-stars-off {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m17.373%2013.371l.076-.154a.392.392%200%200%201%20.702%200l.907%201.831m.367.39q.747.107%202.24.324a.39.39%200%200%201%20.217.665q-.489.474-.732.712m-.611%203.405a.39.39%200%200%201-.567.411L17.8%2019.817l-2.172%201.138a.392.392%200%200%201-.568-.41l.415-2.411l-1.757-1.707a.389.389%200%200%201%20.217-.665l1.601-.232M6.2%2019.817l-2.172%201.138a.392.392%200%200%201-.568-.41l.415-2.411l-1.757-1.707a.389.389%200%200%201%20.217-.665l2.428-.352l1.086-2.193a.392.392%200%200%201%20.702%200l1.086%202.193l2.428.352a.39.39%200%200%201%20.217.665l-1.757%201.707l.414%202.41a.39.39%200%200%201-.567.411zM9.557%205.556l1-.146l1.086-2.193a.392.392%200%200%201%20.702%200l1.086%202.193l2.428.352a.39.39%200%200%201%20.217.665l-1.757%201.707l.414%202.41a.4.4%200%200%201-.014.187m-4.153-.166l-.744.39a.392.392%200%200%201-.568-.41l.188-1.093M3%203l18%2018%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m17.373%2013.371l.076-.154a.392.392%200%200%201%20.702%200l.907%201.831m.367.39q.747.107%202.24.324a.39.39%200%200%201%20.217.665q-.489.474-.732.712m-.611%203.405a.39.39%200%200%201-.567.411L17.8%2019.817l-2.172%201.138a.392.392%200%200%201-.568-.41l.415-2.411l-1.757-1.707a.389.389%200%200%201%20.217-.665l1.601-.232M6.2%2019.817l-2.172%201.138a.392.392%200%200%201-.568-.41l.415-2.411l-1.757-1.707a.389.389%200%200%201%20.217-.665l2.428-.352l1.086-2.193a.392.392%200%200%201%20.702%200l1.086%202.193l2.428.352a.39.39%200%200%201%20.217.665l-1.757%201.707l.414%202.41a.39.39%200%200%201-.567.411zM9.557%205.556l1-.146l1.086-2.193a.392.392%200%200%201%20.702%200l1.086%202.193l2.428.352a.39.39%200%200%201%20.217.665l-1.757%201.707l.414%202.41a.4.4%200%200%201-.014.187m-4.153-.166l-.744.39a.392.392%200%200%201-.568-.41l.188-1.093M3%203l18%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/stars-off.svg?color=%231a73e8&size=48