bread slice icon

bread-slice from Line Awesome by Icons8 · Line · Food · Apache-2.0 Free for personal and commercial use.

Name
bread-slice
Set
Line Awesome
Style
Line
Category
Food
Viewbox
32×32
License
Apache 2.0
Aliases
bread-slice-solid

The same icon in other sets

More food icons from Line Awesome

Use the bread slice icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C8.822 4 4 8.43 4 12.568c0 1.446.775 2.624 2 3.145V24c0 2.206 1.794 4 4 4h12c2.206 0 4-1.794 4-4v-8.287c1.225-.521 2-1.699 2-3.145C28 8.43 23.178 4 16 4m0 2c6.438 0 10 3.883 10 6.568c0 .768-.433 1.295-1.156 1.409L24 14.11V24c0 1.103-.897 2-2 2H10c-1.103 0-2-.897-2-2v-9.889l-.844-.132C6.433 13.864 6 13.336 6 12.569C6 9.882 9.562 6 16 6"/></svg>

React

import type { SVGProps } from "react";

export function LaBreadSlice(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C8.822 4 4 8.43 4 12.568c0 1.446.775 2.624 2 3.145V24c0 2.206 1.794 4 4 4h12c2.206 0 4-1.794 4-4v-8.287c1.225-.521 2-1.699 2-3.145C28 8.43 23.178 4 16 4m0 2c6.438 0 10 3.883 10 6.568c0 .768-.433 1.295-1.156 1.409L24 14.11V24c0 1.103-.897 2-2 2H10c-1.103 0-2-.897-2-2v-9.889l-.844-.132C6.433 13.864 6 13.336 6 12.569C6 9.882 9.562 6 16 6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C8.822 4 4 8.43 4 12.568c0 1.446.775 2.624 2 3.145V24c0 2.206 1.794 4 4 4h12c2.206 0 4-1.794 4-4v-8.287c1.225-.521 2-1.699 2-3.145C28 8.43 23.178 4 16 4m0 2c6.438 0 10 3.883 10 6.568c0 .768-.433 1.295-1.156 1.409L24 14.11V24c0 1.103-.897 2-2 2H10c-1.103 0-2-.897-2-2v-9.889l-.844-.132C6.433 13.864 6 13.336 6 12.569C6 9.882 9.562 6 16 6"/></svg>
</template>

CSS

.icon-bread-slice {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C8.822%204%204%208.43%204%2012.568c0%201.446.775%202.624%202%203.145V24c0%202.206%201.794%204%204%204h12c2.206%200%204-1.794%204-4v-8.287c1.225-.521%202-1.699%202-3.145C28%208.43%2023.178%204%2016%204m0%202c6.438%200%2010%203.883%2010%206.568c0%20.768-.433%201.295-1.156%201.409L24%2014.11V24c0%201.103-.897%202-2%202H10c-1.103%200-2-.897-2-2v-9.889l-.844-.132C6.433%2013.864%206%2013.336%206%2012.569C6%209.882%209.562%206%2016%206%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C8.822%204%204%208.43%204%2012.568c0%201.446.775%202.624%202%203.145V24c0%202.206%201.794%204%204%204h12c2.206%200%204-1.794%204-4v-8.287c1.225-.521%202-1.699%202-3.145C28%208.43%2023.178%204%2016%204m0%202c6.438%200%2010%203.883%2010%206.568c0%20.768-.433%201.295-1.156%201.409L24%2014.11V24c0%201.103-.897%202-2%202H10c-1.103%200-2-.897-2-2v-9.889l-.844-.132C6.433%2013.864%206%2013.336%206%2012.569C6%209.882%209.562%206%2016%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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