brightness icon
brightness from IconPark Outline by ByteDance · Outline · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- brightness
- Set
- IconPark Outline
- Style
- Outline
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More edit icons from IconPark Outline
Use the brightness icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="M24.02 35.354c6.076 0 11-4.925 11-11s-4.924-11-11-11s-11 4.924-11 11s4.925 11 11 11Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="m38.96 9.01l-2.46 2.474M11.067 36.745l-2.046 2.059M24 41.353v3m20-20.999h-4m-2.468 12.982L40 38.804"/><path fill="currentColor" fill-rule="evenodd" d="M24.02 17.354a7 7 0 1 0 0 14" clip-rule="evenodd"/><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="M4 24.354h4M10.044 9.01l2.053 2.053M24 3.354v4"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineBrightness(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" strokeLinejoin="round" strokeWidth="4" d="M24.02 35.354c6.076 0 11-4.925 11-11s-4.924-11-11-11s-11 4.924-11 11s4.925 11 11 11Z"/><path stroke="currentColor" strokeLinecap="round" strokeWidth="4" d="m38.96 9.01l-2.46 2.474M11.067 36.745l-2.046 2.059M24 41.353v3m20-20.999h-4m-2.468 12.982L40 38.804"/><path fill="currentColor" fillRule="evenodd" d="M24.02 17.354a7 7 0 1 0 0 14" clipRule="evenodd"/><path stroke="currentColor" strokeLinecap="round" strokeWidth="4" d="M4 24.354h4M10.044 9.01l2.053 2.053M24 3.354v4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="M24.02 35.354c6.076 0 11-4.925 11-11s-4.924-11-11-11s-11 4.924-11 11s4.925 11 11 11Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="m38.96 9.01l-2.46 2.474M11.067 36.745l-2.046 2.059M24 41.353v3m20-20.999h-4m-2.468 12.982L40 38.804"/><path fill="currentColor" fill-rule="evenodd" d="M24.02 17.354a7 7 0 1 0 0 14" clip-rule="evenodd"/><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="M4 24.354h4M10.044 9.01l2.053 2.053M24 3.354v4"/></g></svg> </template>
CSS
.icon-brightness {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24.02%2035.354c6.076%200%2011-4.925%2011-11s-4.924-11-11-11s-11%204.924-11%2011s4.925%2011%2011%2011Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m38.96%209.01l-2.46%202.474M11.067%2036.745l-2.046%202.059M24%2041.353v3m20-20.999h-4m-2.468%2012.982L40%2038.804%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24.02%2017.354a7%207%200%201%200%200%2014%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M4%2024.354h4M10.044%209.01l2.053%202.053M24%203.354v4%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24.02%2035.354c6.076%200%2011-4.925%2011-11s-4.924-11-11-11s-11%204.924-11%2011s4.925%2011%2011%2011Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m38.96%209.01l-2.46%202.474M11.067%2036.745l-2.046%202.059M24%2041.353v3m20-20.999h-4m-2.468%2012.982L40%2038.804%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24.02%2017.354a7%207%200%201%200%200%2014%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M4%2024.354h4M10.044%209.01l2.053%202.053M24%203.354v4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/brightness.svg?color=%231a73e8&size=48