filetype sass icon

filetype-sass from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
filetype-sass
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Related icons in Bootstrap Icons

Use the filetype sass icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.41 15.29a1.2 1.2 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384a.8.8 0 0 0 .25.114q.142.041.319.041q.246 0 .413-.07a.56.56 0 0 0 .255-.193a.5.5 0 0 0 .084-.29a.39.39 0 0 0-.152-.326q-.152-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.539-.214a1 1 0 0 1-.352-.367a1.1 1.1 0 0 1-.123-.524q0-.366.19-.639q.192-.272.528-.422q.338-.15.777-.149q.456 0 .779.152q.326.153.5.41q.18.255.2.566h-.75a.56.56 0 0 0-.12-.258a.6.6 0 0 0-.246-.181a.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.185.384q0 .18.144.3a1 1 0 0 0 .404.175l.621.143q.326.075.566.211t.375.358t.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158q-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252a1.1 1.1 0 0 1-.29-.375m4.188-.387l-.313 1.028h-.8l1.342-3.999h.926l1.335 4h-.84l-.314-1.03zm1.178-.59l-.49-1.616h-.034l-.49 1.617zm1.352.528a1.13 1.13 0 0 0 .401.823q.195.162.478.252q.284.091.665.091q.507 0 .859-.158q.354-.158.539-.44q.187-.284.187-.656q0-.336-.134-.56a1 1 0 0 0-.375-.357a2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176a.37.37 0 0 1-.144-.299q0-.234.185-.384q.188-.152.512-.152q.214 0 .37.068a.6.6 0 0 1 .246.181a.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566a1.2 1.2 0 0 0-.5-.41a1.8 1.8 0 0 0-.78-.152q-.44 0-.776.15q-.337.149-.527.421q-.19.273-.19.639q0 .302.122.524q.123.223.352.367q.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326a.5.5 0 0 1-.085.29a.56.56 0 0 1-.255.193q-.167.07-.413.07q-.175 0-.32-.04a.8.8 0 0 1-.248-.115a.58.58 0 0 1-.255-.384zm3.503.449a1.2 1.2 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384q.105.073.25.114q.142.041.319.041q.245 0 .413-.07a.56.56 0 0 0 .255-.193a.5.5 0 0 0 .085-.29a.39.39 0 0 0-.153-.326q-.152-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.539-.214a1 1 0 0 1-.351-.367a1.1 1.1 0 0 1-.123-.524q0-.366.19-.639q.19-.272.527-.422q.338-.15.777-.149q.456 0 .779.152q.326.153.5.41q.18.255.2.566h-.75a.56.56 0 0 0-.12-.258a.6.6 0 0 0-.246-.181a.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.184.384q0 .18.143.3a1 1 0 0 0 .404.175l.621.143q.326.075.566.211t.375.358t.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158a2.2 2.2 0 0 1-.665-.09a1.4 1.4 0 0 1-.478-.252a1.1 1.1 0 0 1-.29-.375"/></svg>

React

import type { SVGProps } from "react";

export function BiFiletypeSass(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.41 15.29a1.2 1.2 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384a.8.8 0 0 0 .25.114q.142.041.319.041q.246 0 .413-.07a.56.56 0 0 0 .255-.193a.5.5 0 0 0 .084-.29a.39.39 0 0 0-.152-.326q-.152-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.539-.214a1 1 0 0 1-.352-.367a1.1 1.1 0 0 1-.123-.524q0-.366.19-.639q.192-.272.528-.422q.338-.15.777-.149q.456 0 .779.152q.326.153.5.41q.18.255.2.566h-.75a.56.56 0 0 0-.12-.258a.6.6 0 0 0-.246-.181a.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.185.384q0 .18.144.3a1 1 0 0 0 .404.175l.621.143q.326.075.566.211t.375.358t.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158q-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252a1.1 1.1 0 0 1-.29-.375m4.188-.387l-.313 1.028h-.8l1.342-3.999h.926l1.335 4h-.84l-.314-1.03zm1.178-.59l-.49-1.616h-.034l-.49 1.617zm1.352.528a1.13 1.13 0 0 0 .401.823q.195.162.478.252q.284.091.665.091q.507 0 .859-.158q.354-.158.539-.44q.187-.284.187-.656q0-.336-.134-.56a1 1 0 0 0-.375-.357a2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176a.37.37 0 0 1-.144-.299q0-.234.185-.384q.188-.152.512-.152q.214 0 .37.068a.6.6 0 0 1 .246.181a.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566a1.2 1.2 0 0 0-.5-.41a1.8 1.8 0 0 0-.78-.152q-.44 0-.776.15q-.337.149-.527.421q-.19.273-.19.639q0 .302.122.524q.123.223.352.367q.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326a.5.5 0 0 1-.085.29a.56.56 0 0 1-.255.193q-.167.07-.413.07q-.175 0-.32-.04a.8.8 0 0 1-.248-.115a.58.58 0 0 1-.255-.384zm3.503.449a1.2 1.2 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384q.105.073.25.114q.142.041.319.041q.245 0 .413-.07a.56.56 0 0 0 .255-.193a.5.5 0 0 0 .085-.29a.39.39 0 0 0-.153-.326q-.152-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.539-.214a1 1 0 0 1-.351-.367a1.1 1.1 0 0 1-.123-.524q0-.366.19-.639q.19-.272.527-.422q.338-.15.777-.149q.456 0 .779.152q.326.153.5.41q.18.255.2.566h-.75a.56.56 0 0 0-.12-.258a.6.6 0 0 0-.246-.181a.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.184.384q0 .18.143.3a1 1 0 0 0 .404.175l.621.143q.326.075.566.211t.375.358t.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158a2.2 2.2 0 0 1-.665-.09a1.4 1.4 0 0 1-.478-.252a1.1 1.1 0 0 1-.29-.375"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM1.41 15.29a1.2 1.2 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384a.8.8 0 0 0 .25.114q.142.041.319.041q.246 0 .413-.07a.56.56 0 0 0 .255-.193a.5.5 0 0 0 .084-.29a.39.39 0 0 0-.152-.326q-.152-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.539-.214a1 1 0 0 1-.352-.367a1.1 1.1 0 0 1-.123-.524q0-.366.19-.639q.192-.272.528-.422q.338-.15.777-.149q.456 0 .779.152q.326.153.5.41q.18.255.2.566h-.75a.56.56 0 0 0-.12-.258a.6.6 0 0 0-.246-.181a.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.185.384q0 .18.144.3a1 1 0 0 0 .404.175l.621.143q.326.075.566.211t.375.358t.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158q-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252a1.1 1.1 0 0 1-.29-.375m4.188-.387l-.313 1.028h-.8l1.342-3.999h.926l1.335 4h-.84l-.314-1.03zm1.178-.59l-.49-1.616h-.034l-.49 1.617zm1.352.528a1.13 1.13 0 0 0 .401.823q.195.162.478.252q.284.091.665.091q.507 0 .859-.158q.354-.158.539-.44q.187-.284.187-.656q0-.336-.134-.56a1 1 0 0 0-.375-.357a2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176a.37.37 0 0 1-.144-.299q0-.234.185-.384q.188-.152.512-.152q.214 0 .37.068a.6.6 0 0 1 .246.181a.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566a1.2 1.2 0 0 0-.5-.41a1.8 1.8 0 0 0-.78-.152q-.44 0-.776.15q-.337.149-.527.421q-.19.273-.19.639q0 .302.122.524q.123.223.352.367q.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326a.5.5 0 0 1-.085.29a.56.56 0 0 1-.255.193q-.167.07-.413.07q-.175 0-.32-.04a.8.8 0 0 1-.248-.115a.58.58 0 0 1-.255-.384zm3.503.449a1.2 1.2 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384q.105.073.25.114q.142.041.319.041q.245 0 .413-.07a.56.56 0 0 0 .255-.193a.5.5 0 0 0 .085-.29a.39.39 0 0 0-.153-.326q-.152-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.539-.214a1 1 0 0 1-.351-.367a1.1 1.1 0 0 1-.123-.524q0-.366.19-.639q.19-.272.527-.422q.338-.15.777-.149q.456 0 .779.152q.326.153.5.41q.18.255.2.566h-.75a.56.56 0 0 0-.12-.258a.6.6 0 0 0-.246-.181a.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.184.384q0 .18.143.3a1 1 0 0 0 .404.175l.621.143q.326.075.566.211t.375.358t.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158a2.2 2.2 0 0 1-.665-.09a1.4 1.4 0 0 1-.478-.252a1.1 1.1 0 0 1-.29-.375"/></svg>
</template>

CSS

.icon-filetype-sass {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%204.5V11h-1V4.5h-2A1.5%201.5%200%200%201%209.5%203V1H4a1%201%200%200%200-1%201v9H2V2a2%202%200%200%201%202-2h5.5zM1.41%2015.29a1.2%201.2%200%200%201-.111-.449h.764a.58.58%200%200%200%20.255.384a.8.8%200%200%200%20.25.114q.142.041.319.041q.246%200%20.413-.07a.56.56%200%200%200%20.255-.193a.5.5%200%200%200%20.084-.29a.39.39%200%200%200-.152-.326q-.152-.12-.463-.193l-.618-.143a1.7%201.7%200%200%201-.539-.214a1%201%200%200%201-.352-.367a1.1%201.1%200%200%201-.123-.524q0-.366.19-.639q.192-.272.528-.422q.338-.15.777-.149q.456%200%20.779.152q.326.153.5.41q.18.255.2.566h-.75a.56.56%200%200%200-.12-.258a.6.6%200%200%200-.246-.181a.9.9%200%200%200-.37-.068q-.324%200-.512.152a.47.47%200%200%200-.185.384q0%20.18.144.3a1%201%200%200%200%20.404.175l.621.143q.326.075.566.211t.375.358t.135.56q0%20.37-.188.656a1.2%201.2%200%200%201-.539.439q-.351.158-.858.158q-.381%200-.665-.09a1.4%201.4%200%200%201-.478-.252a1.1%201.1%200%200%201-.29-.375m4.188-.387l-.313%201.028h-.8l1.342-3.999h.926l1.335%204h-.84l-.314-1.03zm1.178-.59l-.49-1.616h-.034l-.49%201.617zm1.352.528a1.13%201.13%200%200%200%20.401.823q.195.162.478.252q.284.091.665.091q.507%200%20.859-.158q.354-.158.539-.44q.187-.284.187-.656q0-.336-.134-.56a1%201%200%200%200-.375-.357a2%202%200%200%200-.566-.21l-.621-.144a1%201%200%200%201-.404-.176a.37.37%200%200%201-.144-.299q0-.234.185-.384q.188-.152.512-.152q.214%200%20.37.068a.6.6%200%200%201%20.246.181a.56.56%200%200%201%20.12.258h.75a1.1%201.1%200%200%200-.2-.566a1.2%201.2%200%200%200-.5-.41a1.8%201.8%200%200%200-.78-.152q-.44%200-.776.15q-.337.149-.527.421q-.19.273-.19.639q0%20.302.122.524q.123.223.352.367q.228.143.539.213l.618.144q.31.073.463.193a.39.39%200%200%201%20.152.326a.5.5%200%200%201-.085.29a.56.56%200%200%201-.255.193q-.167.07-.413.07q-.175%200-.32-.04a.8.8%200%200%201-.248-.115a.58.58%200%200%201-.255-.384zm3.503.449a1.2%201.2%200%200%201-.111-.449h.764a.58.58%200%200%200%20.255.384q.105.073.25.114q.142.041.319.041q.245%200%20.413-.07a.56.56%200%200%200%20.255-.193a.5.5%200%200%200%20.085-.29a.39.39%200%200%200-.153-.326q-.152-.12-.463-.193l-.618-.143a1.7%201.7%200%200%201-.539-.214a1%201%200%200%201-.351-.367a1.1%201.1%200%200%201-.123-.524q0-.366.19-.639q.19-.272.527-.422q.338-.15.777-.149q.456%200%20.779.152q.326.153.5.41q.18.255.2.566h-.75a.56.56%200%200%200-.12-.258a.6.6%200%200%200-.246-.181a.9.9%200%200%200-.37-.068q-.324%200-.512.152a.47.47%200%200%200-.184.384q0%20.18.143.3a1%201%200%200%200%20.404.175l.621.143q.326.075.566.211t.375.358t.135.56q0%20.37-.188.656a1.2%201.2%200%200%201-.539.439q-.351.158-.858.158a2.2%202.2%200%200%201-.665-.09a1.4%201.4%200%200%201-.478-.252a1.1%201.1%200%200%201-.29-.375%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%204.5V11h-1V4.5h-2A1.5%201.5%200%200%201%209.5%203V1H4a1%201%200%200%200-1%201v9H2V2a2%202%200%200%201%202-2h5.5zM1.41%2015.29a1.2%201.2%200%200%201-.111-.449h.764a.58.58%200%200%200%20.255.384a.8.8%200%200%200%20.25.114q.142.041.319.041q.246%200%20.413-.07a.56.56%200%200%200%20.255-.193a.5.5%200%200%200%20.084-.29a.39.39%200%200%200-.152-.326q-.152-.12-.463-.193l-.618-.143a1.7%201.7%200%200%201-.539-.214a1%201%200%200%201-.352-.367a1.1%201.1%200%200%201-.123-.524q0-.366.19-.639q.192-.272.528-.422q.338-.15.777-.149q.456%200%20.779.152q.326.153.5.41q.18.255.2.566h-.75a.56.56%200%200%200-.12-.258a.6.6%200%200%200-.246-.181a.9.9%200%200%200-.37-.068q-.324%200-.512.152a.47.47%200%200%200-.185.384q0%20.18.144.3a1%201%200%200%200%20.404.175l.621.143q.326.075.566.211t.375.358t.135.56q0%20.37-.188.656a1.2%201.2%200%200%201-.539.439q-.351.158-.858.158q-.381%200-.665-.09a1.4%201.4%200%200%201-.478-.252a1.1%201.1%200%200%201-.29-.375m4.188-.387l-.313%201.028h-.8l1.342-3.999h.926l1.335%204h-.84l-.314-1.03zm1.178-.59l-.49-1.616h-.034l-.49%201.617zm1.352.528a1.13%201.13%200%200%200%20.401.823q.195.162.478.252q.284.091.665.091q.507%200%20.859-.158q.354-.158.539-.44q.187-.284.187-.656q0-.336-.134-.56a1%201%200%200%200-.375-.357a2%202%200%200%200-.566-.21l-.621-.144a1%201%200%200%201-.404-.176a.37.37%200%200%201-.144-.299q0-.234.185-.384q.188-.152.512-.152q.214%200%20.37.068a.6.6%200%200%201%20.246.181a.56.56%200%200%201%20.12.258h.75a1.1%201.1%200%200%200-.2-.566a1.2%201.2%200%200%200-.5-.41a1.8%201.8%200%200%200-.78-.152q-.44%200-.776.15q-.337.149-.527.421q-.19.273-.19.639q0%20.302.122.524q.123.223.352.367q.228.143.539.213l.618.144q.31.073.463.193a.39.39%200%200%201%20.152.326a.5.5%200%200%201-.085.29a.56.56%200%200%201-.255.193q-.167.07-.413.07q-.175%200-.32-.04a.8.8%200%200%201-.248-.115a.58.58%200%200%201-.255-.384zm3.503.449a1.2%201.2%200%200%201-.111-.449h.764a.58.58%200%200%200%20.255.384q.105.073.25.114q.142.041.319.041q.245%200%20.413-.07a.56.56%200%200%200%20.255-.193a.5.5%200%200%200%20.085-.29a.39.39%200%200%200-.153-.326q-.152-.12-.463-.193l-.618-.143a1.7%201.7%200%200%201-.539-.214a1%201%200%200%201-.351-.367a1.1%201.1%200%200%201-.123-.524q0-.366.19-.639q.19-.272.527-.422q.338-.15.777-.149q.456%200%20.779.152q.326.153.5.41q.18.255.2.566h-.75a.56.56%200%200%200-.12-.258a.6.6%200%200%200-.246-.181a.9.9%200%200%200-.37-.068q-.324%200-.512.152a.47.47%200%200%200-.184.384q0%20.18.143.3a1%201%200%200%200%20.404.175l.621.143q.326.075.566.211t.375.358t.135.56q0%20.37-.188.656a1.2%201.2%200%200%201-.539.439q-.351.158-.858.158a2.2%202.2%200%200%201-.665-.09a1.4%201.4%200%200%201-.478-.252a1.1%201.1%200%200%201-.29-.375%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/filetype-sass.svg?color=%231a73e8&size=48