autobrightness icon
autobrightness from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- autobrightness
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the autobrightness icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M10.75 2.45c.7-.59 1.83-.59 2.51 0l1.58 1.35c.3.25.87.46 1.27.46h1.7c1.06 0 1.93.87 1.93 1.93v1.7c0 .4.21.96.46 1.26l1.35 1.58c.59.7.59 1.83 0 2.51l-1.35 1.58c-.25.3-.46.86-.46 1.26v1.7c0 1.06-.87 1.93-1.93 1.93h-1.7c-.4 0-.96.21-1.26.46l-1.58 1.35c-.7.59-1.83.59-2.51 0l-1.58-1.35c-.3-.25-.87-.46-1.26-.46H6.17c-1.06 0-1.93-.87-1.93-1.93v-1.71c0-.39-.2-.96-.45-1.25l-1.35-1.59c-.58-.69-.58-1.81 0-2.5l1.35-1.59c.25-.3.45-.86.45-1.25V6.2c0-1.06.87-1.93 1.93-1.93H7.9c.4 0 .96-.21 1.26-.46z"/><path d="M8.5 15.94L12 8.06l3.5 7.88"/><path stroke-linecap="round" d="M13.75 13.31h-3.5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconAutobrightness(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M10.75 2.45c.7-.59 1.83-.59 2.51 0l1.58 1.35c.3.25.87.46 1.27.46h1.7c1.06 0 1.93.87 1.93 1.93v1.7c0 .4.21.96.46 1.26l1.35 1.58c.59.7.59 1.83 0 2.51l-1.35 1.58c-.25.3-.46.86-.46 1.26v1.7c0 1.06-.87 1.93-1.93 1.93h-1.7c-.4 0-.96.21-1.26.46l-1.58 1.35c-.7.59-1.83.59-2.51 0l-1.58-1.35c-.3-.25-.87-.46-1.26-.46H6.17c-1.06 0-1.93-.87-1.93-1.93v-1.71c0-.39-.2-.96-.45-1.25l-1.35-1.59c-.58-.69-.58-1.81 0-2.5l1.35-1.59c.25-.3.45-.86.45-1.25V6.2c0-1.06.87-1.93 1.93-1.93H7.9c.4 0 .96-.21 1.26-.46z"/><path d="M8.5 15.94L12 8.06l3.5 7.88"/><path strokeLinecap="round" d="M13.75 13.31h-3.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M10.75 2.45c.7-.59 1.83-.59 2.51 0l1.58 1.35c.3.25.87.46 1.27.46h1.7c1.06 0 1.93.87 1.93 1.93v1.7c0 .4.21.96.46 1.26l1.35 1.58c.59.7.59 1.83 0 2.51l-1.35 1.58c-.25.3-.46.86-.46 1.26v1.7c0 1.06-.87 1.93-1.93 1.93h-1.7c-.4 0-.96.21-1.26.46l-1.58 1.35c-.7.59-1.83.59-2.51 0l-1.58-1.35c-.3-.25-.87-.46-1.26-.46H6.17c-1.06 0-1.93-.87-1.93-1.93v-1.71c0-.39-.2-.96-.45-1.25l-1.35-1.59c-.58-.69-.58-1.81 0-2.5l1.35-1.59c.25-.3.45-.86.45-1.25V6.2c0-1.06.87-1.93 1.93-1.93H7.9c.4 0 .96-.21 1.26-.46z"/><path d="M8.5 15.94L12 8.06l3.5 7.88"/><path stroke-linecap="round" d="M13.75 13.31h-3.5"/></g></svg> </template>
CSS
.icon-autobrightness {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.75%202.45c.7-.59%201.83-.59%202.51%200l1.58%201.35c.3.25.87.46%201.27.46h1.7c1.06%200%201.93.87%201.93%201.93v1.7c0%20.4.21.96.46%201.26l1.35%201.58c.59.7.59%201.83%200%202.51l-1.35%201.58c-.25.3-.46.86-.46%201.26v1.7c0%201.06-.87%201.93-1.93%201.93h-1.7c-.4%200-.96.21-1.26.46l-1.58%201.35c-.7.59-1.83.59-2.51%200l-1.58-1.35c-.3-.25-.87-.46-1.26-.46H6.17c-1.06%200-1.93-.87-1.93-1.93v-1.71c0-.39-.2-.96-.45-1.25l-1.35-1.59c-.58-.69-.58-1.81%200-2.5l1.35-1.59c.25-.3.45-.86.45-1.25V6.2c0-1.06.87-1.93%201.93-1.93H7.9c.4%200%20.96-.21%201.26-.46z%22%2F%3E%3Cpath%20d%3D%22M8.5%2015.94L12%208.06l3.5%207.88%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.75%2013.31h-3.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.75%202.45c.7-.59%201.83-.59%202.51%200l1.58%201.35c.3.25.87.46%201.27.46h1.7c1.06%200%201.93.87%201.93%201.93v1.7c0%20.4.21.96.46%201.26l1.35%201.58c.59.7.59%201.83%200%202.51l-1.35%201.58c-.25.3-.46.86-.46%201.26v1.7c0%201.06-.87%201.93-1.93%201.93h-1.7c-.4%200-.96.21-1.26.46l-1.58%201.35c-.7.59-1.83.59-2.51%200l-1.58-1.35c-.3-.25-.87-.46-1.26-.46H6.17c-1.06%200-1.93-.87-1.93-1.93v-1.71c0-.39-.2-.96-.45-1.25l-1.35-1.59c-.58-.69-.58-1.81%200-2.5l1.35-1.59c.25-.3.45-.86.45-1.25V6.2c0-1.06.87-1.93%201.93-1.93H7.9c.4%200%20.96-.21%201.26-.46z%22%2F%3E%3Cpath%20d%3D%22M8.5%2015.94L12%208.06l3.5%207.88%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.75%2013.31h-3.5%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/autobrightness.svg?color=%231a73e8&size=48