less logo
less from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- less
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the less logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.142 10.843c0-.64.098-1.018.098-1.707c0-1.067-.393-1.411-1.263-1.411h-.641v.755h.196c.444 0 .542.147.542.689c0 .509-.049 1.018-.049 1.608c0 .755.246 1.05.739 1.165v.049c-.493.116-.739.411-.739 1.166c0 .591.049 1.067.049 1.608c0 .558-.114.705-.542.705v.017h-.196v.788h.641c.87 0 1.263-.344 1.263-1.411c0-.706-.098-1.067-.098-1.707c0-.345.213-.706.854-.739v-.853c-.642-.016-.854-.377-.854-.722m-3.299 1.001c-.493-.196-.952-.312-.952-.64c0-.246.197-.395.558-.395s.689.148 1.05.411l.657-.87c-.409-.313-.968-.641-1.724-.641c-1.115 0-1.871.641-1.871 1.544c0 .804.706 1.214 1.298 1.443c.508.196 1.001.361 1.001.689c0 .246-.197.41-.641.41c-.41 0-.821-.164-1.263-.509l-.657.952c.492.41 1.247.689 1.871.689c1.313 0 2.019-.689 2.019-1.592c-.001-.9-.707-1.277-1.346-1.491m-11.21 1.854c-.114 0-.262-.098-.262-.41V7.725H4.039c-.886 0-1.279.344-1.279 1.411c0 .706.099 1.101.099 1.707c0 .345-.213.706-.854.739v.853c.641.017.854.378.854.723c0 .606-.099.968-.099 1.674c0 1.067.394 1.411 1.264 1.411h.64v-.755h-.197c-.411 0-.542-.164-.542-.706s.049-1.001.049-1.607c0-.756-.245-1.05-.738-1.165v-.051c.493-.114.738-.409.738-1.165c0-.59-.049-1.066-.049-1.607c0-.542.114-.689.542-.689h.442v4.711c0 1.001.345 1.657 1.346 1.657c.313 0 .559-.05.739-.115l-.165-1.066c-.098.013-.146.013-.196.013m7.238-1.854c-.509-.196-.969-.312-.969-.64c0-.246.197-.395.558-.395s.689.148 1.051.411l.656-.87c-.41-.313-.968-.641-1.723-.641c-1.116 0-1.872.641-1.872 1.544c0 .804.707 1.214 1.297 1.443c.51.196 1.002.361 1.002.689c0 .246-.197.41-.641.41c-.41 0-.82-.164-1.264-.509l-.64.952c.492.41 1.247.689 1.871.689c1.313 0 2.019-.689 2.019-1.592c.001-.9-.705-1.277-1.345-1.491m-4.842-2.15c-1.198 0-2.347 1.001-2.314 2.577c0 1.624 1.066 2.576 2.479 2.576c.591 0 1.247-.214 1.756-.558l-.492-.87c-.36.213-.706.312-1.066.312c-.657 0-1.165-.312-1.297-1.066h2.971c.017-.115.049-.345.049-.607c.016-1.33-.707-2.364-2.086-2.364m-.935 2.068c.099-.655.492-.969.951-.969c.592 0 .821.411.821.969z"/></svg>
React
import type { SVGProps } from "react";
export function BxlLess(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.142 10.843c0-.64.098-1.018.098-1.707c0-1.067-.393-1.411-1.263-1.411h-.641v.755h.196c.444 0 .542.147.542.689c0 .509-.049 1.018-.049 1.608c0 .755.246 1.05.739 1.165v.049c-.493.116-.739.411-.739 1.166c0 .591.049 1.067.049 1.608c0 .558-.114.705-.542.705v.017h-.196v.788h.641c.87 0 1.263-.344 1.263-1.411c0-.706-.098-1.067-.098-1.707c0-.345.213-.706.854-.739v-.853c-.642-.016-.854-.377-.854-.722m-3.299 1.001c-.493-.196-.952-.312-.952-.64c0-.246.197-.395.558-.395s.689.148 1.05.411l.657-.87c-.409-.313-.968-.641-1.724-.641c-1.115 0-1.871.641-1.871 1.544c0 .804.706 1.214 1.298 1.443c.508.196 1.001.361 1.001.689c0 .246-.197.41-.641.41c-.41 0-.821-.164-1.263-.509l-.657.952c.492.41 1.247.689 1.871.689c1.313 0 2.019-.689 2.019-1.592c-.001-.9-.707-1.277-1.346-1.491m-11.21 1.854c-.114 0-.262-.098-.262-.41V7.725H4.039c-.886 0-1.279.344-1.279 1.411c0 .706.099 1.101.099 1.707c0 .345-.213.706-.854.739v.853c.641.017.854.378.854.723c0 .606-.099.968-.099 1.674c0 1.067.394 1.411 1.264 1.411h.64v-.755h-.197c-.411 0-.542-.164-.542-.706s.049-1.001.049-1.607c0-.756-.245-1.05-.738-1.165v-.051c.493-.114.738-.409.738-1.165c0-.59-.049-1.066-.049-1.607c0-.542.114-.689.542-.689h.442v4.711c0 1.001.345 1.657 1.346 1.657c.313 0 .559-.05.739-.115l-.165-1.066c-.098.013-.146.013-.196.013m7.238-1.854c-.509-.196-.969-.312-.969-.64c0-.246.197-.395.558-.395s.689.148 1.051.411l.656-.87c-.41-.313-.968-.641-1.723-.641c-1.116 0-1.872.641-1.872 1.544c0 .804.707 1.214 1.297 1.443c.51.196 1.002.361 1.002.689c0 .246-.197.41-.641.41c-.41 0-.82-.164-1.264-.509l-.64.952c.492.41 1.247.689 1.871.689c1.313 0 2.019-.689 2.019-1.592c.001-.9-.705-1.277-1.345-1.491m-4.842-2.15c-1.198 0-2.347 1.001-2.314 2.577c0 1.624 1.066 2.576 2.479 2.576c.591 0 1.247-.214 1.756-.558l-.492-.87c-.36.213-.706.312-1.066.312c-.657 0-1.165-.312-1.297-1.066h2.971c.017-.115.049-.345.049-.607c.016-1.33-.707-2.364-2.086-2.364m-.935 2.068c.099-.655.492-.969.951-.969c.592 0 .821.411.821.969z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.142 10.843c0-.64.098-1.018.098-1.707c0-1.067-.393-1.411-1.263-1.411h-.641v.755h.196c.444 0 .542.147.542.689c0 .509-.049 1.018-.049 1.608c0 .755.246 1.05.739 1.165v.049c-.493.116-.739.411-.739 1.166c0 .591.049 1.067.049 1.608c0 .558-.114.705-.542.705v.017h-.196v.788h.641c.87 0 1.263-.344 1.263-1.411c0-.706-.098-1.067-.098-1.707c0-.345.213-.706.854-.739v-.853c-.642-.016-.854-.377-.854-.722m-3.299 1.001c-.493-.196-.952-.312-.952-.64c0-.246.197-.395.558-.395s.689.148 1.05.411l.657-.87c-.409-.313-.968-.641-1.724-.641c-1.115 0-1.871.641-1.871 1.544c0 .804.706 1.214 1.298 1.443c.508.196 1.001.361 1.001.689c0 .246-.197.41-.641.41c-.41 0-.821-.164-1.263-.509l-.657.952c.492.41 1.247.689 1.871.689c1.313 0 2.019-.689 2.019-1.592c-.001-.9-.707-1.277-1.346-1.491m-11.21 1.854c-.114 0-.262-.098-.262-.41V7.725H4.039c-.886 0-1.279.344-1.279 1.411c0 .706.099 1.101.099 1.707c0 .345-.213.706-.854.739v.853c.641.017.854.378.854.723c0 .606-.099.968-.099 1.674c0 1.067.394 1.411 1.264 1.411h.64v-.755h-.197c-.411 0-.542-.164-.542-.706s.049-1.001.049-1.607c0-.756-.245-1.05-.738-1.165v-.051c.493-.114.738-.409.738-1.165c0-.59-.049-1.066-.049-1.607c0-.542.114-.689.542-.689h.442v4.711c0 1.001.345 1.657 1.346 1.657c.313 0 .559-.05.739-.115l-.165-1.066c-.098.013-.146.013-.196.013m7.238-1.854c-.509-.196-.969-.312-.969-.64c0-.246.197-.395.558-.395s.689.148 1.051.411l.656-.87c-.41-.313-.968-.641-1.723-.641c-1.116 0-1.872.641-1.872 1.544c0 .804.707 1.214 1.297 1.443c.51.196 1.002.361 1.002.689c0 .246-.197.41-.641.41c-.41 0-.82-.164-1.264-.509l-.64.952c.492.41 1.247.689 1.871.689c1.313 0 2.019-.689 2.019-1.592c.001-.9-.705-1.277-1.345-1.491m-4.842-2.15c-1.198 0-2.347 1.001-2.314 2.577c0 1.624 1.066 2.576 2.479 2.576c.591 0 1.247-.214 1.756-.558l-.492-.87c-.36.213-.706.312-1.066.312c-.657 0-1.165-.312-1.297-1.066h2.971c.017-.115.049-.345.049-.607c.016-1.33-.707-2.364-2.086-2.364m-.935 2.068c.099-.655.492-.969.951-.969c.592 0 .821.411.821.969z"/></svg> </template>
CSS
.icon-less {
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%22currentColor%22%20d%3D%22M21.142%2010.843c0-.64.098-1.018.098-1.707c0-1.067-.393-1.411-1.263-1.411h-.641v.755h.196c.444%200%20.542.147.542.689c0%20.509-.049%201.018-.049%201.608c0%20.755.246%201.05.739%201.165v.049c-.493.116-.739.411-.739%201.166c0%20.591.049%201.067.049%201.608c0%20.558-.114.705-.542.705v.017h-.196v.788h.641c.87%200%201.263-.344%201.263-1.411c0-.706-.098-1.067-.098-1.707c0-.345.213-.706.854-.739v-.853c-.642-.016-.854-.377-.854-.722m-3.299%201.001c-.493-.196-.952-.312-.952-.64c0-.246.197-.395.558-.395s.689.148%201.05.411l.657-.87c-.409-.313-.968-.641-1.724-.641c-1.115%200-1.871.641-1.871%201.544c0%20.804.706%201.214%201.298%201.443c.508.196%201.001.361%201.001.689c0%20.246-.197.41-.641.41c-.41%200-.821-.164-1.263-.509l-.657.952c.492.41%201.247.689%201.871.689c1.313%200%202.019-.689%202.019-1.592c-.001-.9-.707-1.277-1.346-1.491m-11.21%201.854c-.114%200-.262-.098-.262-.41V7.725H4.039c-.886%200-1.279.344-1.279%201.411c0%20.706.099%201.101.099%201.707c0%20.345-.213.706-.854.739v.853c.641.017.854.378.854.723c0%20.606-.099.968-.099%201.674c0%201.067.394%201.411%201.264%201.411h.64v-.755h-.197c-.411%200-.542-.164-.542-.706s.049-1.001.049-1.607c0-.756-.245-1.05-.738-1.165v-.051c.493-.114.738-.409.738-1.165c0-.59-.049-1.066-.049-1.607c0-.542.114-.689.542-.689h.442v4.711c0%201.001.345%201.657%201.346%201.657c.313%200%20.559-.05.739-.115l-.165-1.066c-.098.013-.146.013-.196.013m7.238-1.854c-.509-.196-.969-.312-.969-.64c0-.246.197-.395.558-.395s.689.148%201.051.411l.656-.87c-.41-.313-.968-.641-1.723-.641c-1.116%200-1.872.641-1.872%201.544c0%20.804.707%201.214%201.297%201.443c.51.196%201.002.361%201.002.689c0%20.246-.197.41-.641.41c-.41%200-.82-.164-1.264-.509l-.64.952c.492.41%201.247.689%201.871.689c1.313%200%202.019-.689%202.019-1.592c.001-.9-.705-1.277-1.345-1.491m-4.842-2.15c-1.198%200-2.347%201.001-2.314%202.577c0%201.624%201.066%202.576%202.479%202.576c.591%200%201.247-.214%201.756-.558l-.492-.87c-.36.213-.706.312-1.066.312c-.657%200-1.165-.312-1.297-1.066h2.971c.017-.115.049-.345.049-.607c.016-1.33-.707-2.364-2.086-2.364m-.935%202.068c.099-.655.492-.969.951-.969c.592%200%20.821.411.821.969z%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%22currentColor%22%20d%3D%22M21.142%2010.843c0-.64.098-1.018.098-1.707c0-1.067-.393-1.411-1.263-1.411h-.641v.755h.196c.444%200%20.542.147.542.689c0%20.509-.049%201.018-.049%201.608c0%20.755.246%201.05.739%201.165v.049c-.493.116-.739.411-.739%201.166c0%20.591.049%201.067.049%201.608c0%20.558-.114.705-.542.705v.017h-.196v.788h.641c.87%200%201.263-.344%201.263-1.411c0-.706-.098-1.067-.098-1.707c0-.345.213-.706.854-.739v-.853c-.642-.016-.854-.377-.854-.722m-3.299%201.001c-.493-.196-.952-.312-.952-.64c0-.246.197-.395.558-.395s.689.148%201.05.411l.657-.87c-.409-.313-.968-.641-1.724-.641c-1.115%200-1.871.641-1.871%201.544c0%20.804.706%201.214%201.298%201.443c.508.196%201.001.361%201.001.689c0%20.246-.197.41-.641.41c-.41%200-.821-.164-1.263-.509l-.657.952c.492.41%201.247.689%201.871.689c1.313%200%202.019-.689%202.019-1.592c-.001-.9-.707-1.277-1.346-1.491m-11.21%201.854c-.114%200-.262-.098-.262-.41V7.725H4.039c-.886%200-1.279.344-1.279%201.411c0%20.706.099%201.101.099%201.707c0%20.345-.213.706-.854.739v.853c.641.017.854.378.854.723c0%20.606-.099.968-.099%201.674c0%201.067.394%201.411%201.264%201.411h.64v-.755h-.197c-.411%200-.542-.164-.542-.706s.049-1.001.049-1.607c0-.756-.245-1.05-.738-1.165v-.051c.493-.114.738-.409.738-1.165c0-.59-.049-1.066-.049-1.607c0-.542.114-.689.542-.689h.442v4.711c0%201.001.345%201.657%201.346%201.657c.313%200%20.559-.05.739-.115l-.165-1.066c-.098.013-.146.013-.196.013m7.238-1.854c-.509-.196-.969-.312-.969-.64c0-.246.197-.395.558-.395s.689.148%201.051.411l.656-.87c-.41-.313-.968-.641-1.723-.641c-1.116%200-1.872.641-1.872%201.544c0%20.804.707%201.214%201.297%201.443c.51.196%201.002.361%201.002.689c0%20.246-.197.41-.641.41c-.41%200-.82-.164-1.264-.509l-.64.952c.492.41%201.247.689%201.871.689c1.313%200%202.019-.689%202.019-1.592c.001-.9-.705-1.277-1.345-1.491m-4.842-2.15c-1.198%200-2.347%201.001-2.314%202.577c0%201.624%201.066%202.576%202.479%202.576c.591%200%201.247-.214%201.756-.558l-.492-.87c-.36.213-.706.312-1.066.312c-.657%200-1.165-.312-1.297-1.066h2.971c.017-.115.049-.345.049-.607c.016-1.33-.707-2.364-2.086-2.364m-.935%202.068c.099-.655.492-.969.951-.969c.592%200%20.821.411.821.969z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/less.svg?color=%231a73e8&size=48