bread-one from IconPark Solid by ByteDance · Solid · Foods · Apache-2.0 Free for personal and commercial use.

Name
bread-one
Set
IconPark Solid
Style
Solid
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark Solid

Use the bread one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGD4UDFBDh"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path stroke="#fff" d="M9 26s8-12 13-18c3.13-3.757 9-5.25 14-3s7 7 5 11s-10 19-10 19"/><path fill="#fff" stroke="#fff" d="M31 33.188c0 3.152-1.756 5.97-4.514 7.838c-2.166 1.468-4.95.841-7.986.841c-3.201 0-6.122.528-8.333-1.085C7.609 38.917 6 36.206 6 33.188C6 26.812 11.596 23 18.5 23S31 27.561 31 33.188"/><path fill="#000" stroke="#000" d="M23 33.217c0 .996-.632 1.885-1.625 2.476c-.78.463-1.782.265-2.875.265c-1.152 0-2.204.167-3-.343c-.92-.589-1.5-1.445-1.5-2.398C14 31.204 16.015 30 18.5 30s4.5 1.44 4.5 3.217"/><path stroke="#fff" d="M15 18s3.5-1 8 0m-3-7s3.5-1.5 7 0"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGD4UDFBDh)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkSolidBreadOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGD4UDFBDh"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path stroke="#fff" d="M9 26s8-12 13-18c3.13-3.757 9-5.25 14-3s7 7 5 11s-10 19-10 19"/><path fill="#fff" stroke="#fff" d="M31 33.188c0 3.152-1.756 5.97-4.514 7.838c-2.166 1.468-4.95.841-7.986.841c-3.201 0-6.122.528-8.333-1.085C7.609 38.917 6 36.206 6 33.188C6 26.812 11.596 23 18.5 23S31 27.561 31 33.188"/><path fill="#000" stroke="#000" d="M23 33.217c0 .996-.632 1.885-1.625 2.476c-.78.463-1.782.265-2.875.265c-1.152 0-2.204.167-3-.343c-.92-.589-1.5-1.445-1.5-2.398C14 31.204 16.015 30 18.5 30s4.5 1.44 4.5 3.217"/><path stroke="#fff" d="M15 18s3.5-1 8 0m-3-7s3.5-1.5 7 0"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGD4UDFBDh)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGD4UDFBDh"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path stroke="#fff" d="M9 26s8-12 13-18c3.13-3.757 9-5.25 14-3s7 7 5 11s-10 19-10 19"/><path fill="#fff" stroke="#fff" d="M31 33.188c0 3.152-1.756 5.97-4.514 7.838c-2.166 1.468-4.95.841-7.986.841c-3.201 0-6.122.528-8.333-1.085C7.609 38.917 6 36.206 6 33.188C6 26.812 11.596 23 18.5 23S31 27.561 31 33.188"/><path fill="#000" stroke="#000" d="M23 33.217c0 .996-.632 1.885-1.625 2.476c-.78.463-1.782.265-2.875.265c-1.152 0-2.204.167-3-.343c-.92-.589-1.5-1.445-1.5-2.398C14 31.204 16.015 30 18.5 30s4.5 1.44 4.5 3.217"/><path stroke="#fff" d="M15 18s3.5-1 8 0m-3-7s3.5-1.5 7 0"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGD4UDFBDh)"/></svg>
</template>

CSS

.icon-bread-one {
  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%3Cdefs%3E%3Cmask%20id%3D%22SVGD4UDFBDh%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M9%2026s8-12%2013-18c3.13-3.757%209-5.25%2014-3s7%207%205%2011s-10%2019-10%2019%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20d%3D%22M31%2033.188c0%203.152-1.756%205.97-4.514%207.838c-2.166%201.468-4.95.841-7.986.841c-3.201%200-6.122.528-8.333-1.085C7.609%2038.917%206%2036.206%206%2033.188C6%2026.812%2011.596%2023%2018.5%2023S31%2027.561%2031%2033.188%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20d%3D%22M23%2033.217c0%20.996-.632%201.885-1.625%202.476c-.78.463-1.782.265-2.875.265c-1.152%200-2.204.167-3-.343c-.92-.589-1.5-1.445-1.5-2.398C14%2031.204%2016.015%2030%2018.5%2030s4.5%201.44%204.5%203.217%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M15%2018s3.5-1%208%200m-3-7s3.5-1.5%207%200%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGD4UDFBDh)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGD4UDFBDh%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M9%2026s8-12%2013-18c3.13-3.757%209-5.25%2014-3s7%207%205%2011s-10%2019-10%2019%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20d%3D%22M31%2033.188c0%203.152-1.756%205.97-4.514%207.838c-2.166%201.468-4.95.841-7.986.841c-3.201%200-6.122.528-8.333-1.085C7.609%2038.917%206%2036.206%206%2033.188C6%2026.812%2011.596%2023%2018.5%2023S31%2027.561%2031%2033.188%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20d%3D%22M23%2033.217c0%20.996-.632%201.885-1.625%202.476c-.78.463-1.782.265-2.875.265c-1.152%200-2.204.167-3-.343c-.92-.589-1.5-1.445-1.5-2.398C14%2031.204%2016.015%2030%2018.5%2030s4.5%201.44%204.5%203.217%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M15%2018s3.5-1%208%200m-3-7s3.5-1.5%207%200%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGD4UDFBDh)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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