value none icon
value-none from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- value-none
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
Use the value none icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.877c1.648 0 3.155.604 4.315 1.6l.832-.83a.5.5 0 0 1 .707.707l-.832.83a6.623 6.623 0 0 1-9.337 9.337l-.831.833a.5.5 0 0 1-.707-.707l.83-.832A6.623 6.623 0 0 1 7.499.877M3.856 11.85a5.673 5.673 0 0 0 7.991-7.991zM7.5 1.826A5.674 5.674 0 0 0 1.826 7.5a5.65 5.65 0 0 0 1.325 3.642l7.99-7.99a5.65 5.65 0 0 0-3.642-1.325"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsValueNone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.877c1.648 0 3.155.604 4.315 1.6l.832-.83a.5.5 0 0 1 .707.707l-.832.83a6.623 6.623 0 0 1-9.337 9.337l-.831.833a.5.5 0 0 1-.707-.707l.83-.832A6.623 6.623 0 0 1 7.499.877M3.856 11.85a5.673 5.673 0 0 0 7.991-7.991zM7.5 1.826A5.674 5.674 0 0 0 1.826 7.5a5.65 5.65 0 0 0 1.325 3.642l7.99-7.99a5.65 5.65 0 0 0-3.642-1.325"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.877c1.648 0 3.155.604 4.315 1.6l.832-.83a.5.5 0 0 1 .707.707l-.832.83a6.623 6.623 0 0 1-9.337 9.337l-.831.833a.5.5 0 0 1-.707-.707l.83-.832A6.623 6.623 0 0 1 7.499.877M3.856 11.85a5.673 5.673 0 0 0 7.991-7.991zM7.5 1.826A5.674 5.674 0 0 0 1.826 7.5a5.65 5.65 0 0 0 1.325 3.642l7.99-7.99a5.65 5.65 0 0 0-3.642-1.325"/></svg> </template>
CSS
.icon-value-none {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.877c1.648%200%203.155.604%204.315%201.6l.832-.83a.5.5%200%200%201%20.707.707l-.832.83a6.623%206.623%200%200%201-9.337%209.337l-.831.833a.5.5%200%200%201-.707-.707l.83-.832A6.623%206.623%200%200%201%207.499.877M3.856%2011.85a5.673%205.673%200%200%200%207.991-7.991zM7.5%201.826A5.674%205.674%200%200%200%201.826%207.5a5.65%205.65%200%200%200%201.325%203.642l7.99-7.99a5.65%205.65%200%200%200-3.642-1.325%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.877c1.648%200%203.155.604%204.315%201.6l.832-.83a.5.5%200%200%201%20.707.707l-.832.83a6.623%206.623%200%200%201-9.337%209.337l-.831.833a.5.5%200%200%201-.707-.707l.83-.832A6.623%206.623%200%200%201%207.499.877M3.856%2011.85a5.673%205.673%200%200%200%207.991-7.991zM7.5%201.826A5.674%205.674%200%200%200%201.826%207.5a5.65%205.65%200%200%200%201.325%203.642l7.99-7.99a5.65%205.65%200%200%200-3.642-1.325%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/value-none.svg?color=%231a73e8&size=48