fresh from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
fresh
Set
SVG Logos
Style
Color
Viewbox
256×216
License
CC0

The same logo in other sets

Use the fresh logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 216"><path fill="#ffdb1e" d="M240.382 20.866c37.348 91.165 0 140.18-31.596 167.204c7.722 27.025-23.055 32.6-34.745 19.303c-34.414 11.868-104.33 11.482-154.426-38.606c-27.025-27.025-5.946-87.143 65.63-127.401c61.771-34.746 123.541-54.05 155.137-20.5"/><path fill="#fff" d="M85.246 41.366C138.12 6.643 201.258-7.896 227.07 14.573c39.626 34.514-83.915 112.592-130.242 131.03c-50.189 19.975-23.164 65.63-50.189 65.63c-23.164 0-19.303-30.884-40.02-59.84c-12.237-17.102 18.092-70.278 78.627-110.027"/><path fill="#ffdb1e" d="M83.127 38.138a274 274 0 0 0-28.82 21.778L49.96 63.76C12.186 97.903-8.717 136.595 3.48 153.64a89 89 0 0 1 3.269 4.91c2.72 4.391 5.06 8.973 7.3 14.148l1.632 3.922l5.787 15.304c6.325 16.389 12.436 23.17 25.171 23.17c11.621 0 15.662-5.511 18.525-19.715l1.328-6.948l.816-3.97l.495-2.13l.495-1.863l.527-1.717l.593-1.696l.69-1.798c4.35-10.947 12.182-19.185 25.927-25.145l2.22-.922c26.71-10.63 69.159-36.016 98.382-60.094l4.047-3.394a265 265 0 0 0 5.725-5.029l3.58-3.307c27.879-26.315 37.264-49.055 20.686-64.735l-1.07-.97C202.918-11.57 139.28 1.264 83.127 38.138m141.409-20.653c13.024 11.344 5.365 30.384-19.596 54.03l-3.51 3.252q-.906.82-1.836 1.647l-3.829 3.335a294 294 0 0 1-4.038 3.388c-27.593 22.735-67.408 46.768-93.487 57.717l-2.84 1.162c-17.117 6.813-27.11 16.905-32.467 30.39l-1.123 2.978l-.62 1.874l-.56 1.94q-.135.503-.268 1.036l-.536 2.286l-.87 4.213l-1.352 7.087l-.59 2.772c-1.978 8.588-4.217 10.781-10.375 10.781c-8.238 0-12.31-4.12-17.283-16.49l-5.823-15.384l-1-2.535c-2.804-6.885-5.705-12.805-9.22-18.48a96 96 0 0 0-3.553-5.336c-6.679-9.333 1.805-30.372 20.365-53.338l3.097-3.74C47.02 75.805 65.655 58.848 87.365 44.593c53.57-35.18 113.918-47.349 137.17-27.108"/><path fill="#ffe600" d="M197.475 20.302c35.865 9.651-2.819 43.973-33.225 65.909c-28.816 20.786-51.007 32.506-61.176 37.294c-2.826 1.335-12.485-17.389-12.485-7.722c0 3.22-5.405 17.28-7.212 17.96c-10.54 3.953-32.607 9.96-45.054 9.96c-26.955 0-14.848-36.706 23.272-70.433c6.888-6.092 11.412-4.98 17.628-4.98c-4.146-5.969-4.123-7.08 3.112-11.937c32.174-21.628 72.402-36.067 89.482-38.769c2.826.108 6.331 2.702 6.331 4.857c3.166-1.081 16.176-2.996 19.327-2.147z"/><path fill="#fff" d="M87.539 79.895c7.605-5.768 12.694-7.799 16.207-19.504c4.37.934 6.494-.618 9.96-5.413c2.502 3.598 12.795 4.695 18.94 5.413c-5.52 3.482-8.16 6.578-11.21 16.26c-11.305-4.717-24.454-2.331-33.897 3.244"/></svg>

React

import type { SVGProps } from "react";

export function LogosFresh(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 216"><path fill="#ffdb1e" d="M240.382 20.866c37.348 91.165 0 140.18-31.596 167.204c7.722 27.025-23.055 32.6-34.745 19.303c-34.414 11.868-104.33 11.482-154.426-38.606c-27.025-27.025-5.946-87.143 65.63-127.401c61.771-34.746 123.541-54.05 155.137-20.5"/><path fill="#fff" d="M85.246 41.366C138.12 6.643 201.258-7.896 227.07 14.573c39.626 34.514-83.915 112.592-130.242 131.03c-50.189 19.975-23.164 65.63-50.189 65.63c-23.164 0-19.303-30.884-40.02-59.84c-12.237-17.102 18.092-70.278 78.627-110.027"/><path fill="#ffdb1e" d="M83.127 38.138a274 274 0 0 0-28.82 21.778L49.96 63.76C12.186 97.903-8.717 136.595 3.48 153.64a89 89 0 0 1 3.269 4.91c2.72 4.391 5.06 8.973 7.3 14.148l1.632 3.922l5.787 15.304c6.325 16.389 12.436 23.17 25.171 23.17c11.621 0 15.662-5.511 18.525-19.715l1.328-6.948l.816-3.97l.495-2.13l.495-1.863l.527-1.717l.593-1.696l.69-1.798c4.35-10.947 12.182-19.185 25.927-25.145l2.22-.922c26.71-10.63 69.159-36.016 98.382-60.094l4.047-3.394a265 265 0 0 0 5.725-5.029l3.58-3.307c27.879-26.315 37.264-49.055 20.686-64.735l-1.07-.97C202.918-11.57 139.28 1.264 83.127 38.138m141.409-20.653c13.024 11.344 5.365 30.384-19.596 54.03l-3.51 3.252q-.906.82-1.836 1.647l-3.829 3.335a294 294 0 0 1-4.038 3.388c-27.593 22.735-67.408 46.768-93.487 57.717l-2.84 1.162c-17.117 6.813-27.11 16.905-32.467 30.39l-1.123 2.978l-.62 1.874l-.56 1.94q-.135.503-.268 1.036l-.536 2.286l-.87 4.213l-1.352 7.087l-.59 2.772c-1.978 8.588-4.217 10.781-10.375 10.781c-8.238 0-12.31-4.12-17.283-16.49l-5.823-15.384l-1-2.535c-2.804-6.885-5.705-12.805-9.22-18.48a96 96 0 0 0-3.553-5.336c-6.679-9.333 1.805-30.372 20.365-53.338l3.097-3.74C47.02 75.805 65.655 58.848 87.365 44.593c53.57-35.18 113.918-47.349 137.17-27.108"/><path fill="#ffe600" d="M197.475 20.302c35.865 9.651-2.819 43.973-33.225 65.909c-28.816 20.786-51.007 32.506-61.176 37.294c-2.826 1.335-12.485-17.389-12.485-7.722c0 3.22-5.405 17.28-7.212 17.96c-10.54 3.953-32.607 9.96-45.054 9.96c-26.955 0-14.848-36.706 23.272-70.433c6.888-6.092 11.412-4.98 17.628-4.98c-4.146-5.969-4.123-7.08 3.112-11.937c32.174-21.628 72.402-36.067 89.482-38.769c2.826.108 6.331 2.702 6.331 4.857c3.166-1.081 16.176-2.996 19.327-2.147z"/><path fill="#fff" d="M87.539 79.895c7.605-5.768 12.694-7.799 16.207-19.504c4.37.934 6.494-.618 9.96-5.413c2.502 3.598 12.795 4.695 18.94 5.413c-5.52 3.482-8.16 6.578-11.21 16.26c-11.305-4.717-24.454-2.331-33.897 3.244"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 216"><path fill="#ffdb1e" d="M240.382 20.866c37.348 91.165 0 140.18-31.596 167.204c7.722 27.025-23.055 32.6-34.745 19.303c-34.414 11.868-104.33 11.482-154.426-38.606c-27.025-27.025-5.946-87.143 65.63-127.401c61.771-34.746 123.541-54.05 155.137-20.5"/><path fill="#fff" d="M85.246 41.366C138.12 6.643 201.258-7.896 227.07 14.573c39.626 34.514-83.915 112.592-130.242 131.03c-50.189 19.975-23.164 65.63-50.189 65.63c-23.164 0-19.303-30.884-40.02-59.84c-12.237-17.102 18.092-70.278 78.627-110.027"/><path fill="#ffdb1e" d="M83.127 38.138a274 274 0 0 0-28.82 21.778L49.96 63.76C12.186 97.903-8.717 136.595 3.48 153.64a89 89 0 0 1 3.269 4.91c2.72 4.391 5.06 8.973 7.3 14.148l1.632 3.922l5.787 15.304c6.325 16.389 12.436 23.17 25.171 23.17c11.621 0 15.662-5.511 18.525-19.715l1.328-6.948l.816-3.97l.495-2.13l.495-1.863l.527-1.717l.593-1.696l.69-1.798c4.35-10.947 12.182-19.185 25.927-25.145l2.22-.922c26.71-10.63 69.159-36.016 98.382-60.094l4.047-3.394a265 265 0 0 0 5.725-5.029l3.58-3.307c27.879-26.315 37.264-49.055 20.686-64.735l-1.07-.97C202.918-11.57 139.28 1.264 83.127 38.138m141.409-20.653c13.024 11.344 5.365 30.384-19.596 54.03l-3.51 3.252q-.906.82-1.836 1.647l-3.829 3.335a294 294 0 0 1-4.038 3.388c-27.593 22.735-67.408 46.768-93.487 57.717l-2.84 1.162c-17.117 6.813-27.11 16.905-32.467 30.39l-1.123 2.978l-.62 1.874l-.56 1.94q-.135.503-.268 1.036l-.536 2.286l-.87 4.213l-1.352 7.087l-.59 2.772c-1.978 8.588-4.217 10.781-10.375 10.781c-8.238 0-12.31-4.12-17.283-16.49l-5.823-15.384l-1-2.535c-2.804-6.885-5.705-12.805-9.22-18.48a96 96 0 0 0-3.553-5.336c-6.679-9.333 1.805-30.372 20.365-53.338l3.097-3.74C47.02 75.805 65.655 58.848 87.365 44.593c53.57-35.18 113.918-47.349 137.17-27.108"/><path fill="#ffe600" d="M197.475 20.302c35.865 9.651-2.819 43.973-33.225 65.909c-28.816 20.786-51.007 32.506-61.176 37.294c-2.826 1.335-12.485-17.389-12.485-7.722c0 3.22-5.405 17.28-7.212 17.96c-10.54 3.953-32.607 9.96-45.054 9.96c-26.955 0-14.848-36.706 23.272-70.433c6.888-6.092 11.412-4.98 17.628-4.98c-4.146-5.969-4.123-7.08 3.112-11.937c32.174-21.628 72.402-36.067 89.482-38.769c2.826.108 6.331 2.702 6.331 4.857c3.166-1.081 16.176-2.996 19.327-2.147z"/><path fill="#fff" d="M87.539 79.895c7.605-5.768 12.694-7.799 16.207-19.504c4.37.934 6.494-.618 9.96-5.413c2.502 3.598 12.795 4.695 18.94 5.413c-5.52 3.482-8.16 6.578-11.21 16.26c-11.305-4.717-24.454-2.331-33.897 3.244"/></svg>
</template>

CSS

.icon-fresh {
  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%20256%20216%22%3E%3Cpath%20fill%3D%22%23ffdb1e%22%20d%3D%22M240.382%2020.866c37.348%2091.165%200%20140.18-31.596%20167.204c7.722%2027.025-23.055%2032.6-34.745%2019.303c-34.414%2011.868-104.33%2011.482-154.426-38.606c-27.025-27.025-5.946-87.143%2065.63-127.401c61.771-34.746%20123.541-54.05%20155.137-20.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M85.246%2041.366C138.12%206.643%20201.258-7.896%20227.07%2014.573c39.626%2034.514-83.915%20112.592-130.242%20131.03c-50.189%2019.975-23.164%2065.63-50.189%2065.63c-23.164%200-19.303-30.884-40.02-59.84c-12.237-17.102%2018.092-70.278%2078.627-110.027%22%2F%3E%3Cpath%20fill%3D%22%23ffdb1e%22%20d%3D%22M83.127%2038.138a274%20274%200%200%200-28.82%2021.778L49.96%2063.76C12.186%2097.903-8.717%20136.595%203.48%20153.64a89%2089%200%200%201%203.269%204.91c2.72%204.391%205.06%208.973%207.3%2014.148l1.632%203.922l5.787%2015.304c6.325%2016.389%2012.436%2023.17%2025.171%2023.17c11.621%200%2015.662-5.511%2018.525-19.715l1.328-6.948l.816-3.97l.495-2.13l.495-1.863l.527-1.717l.593-1.696l.69-1.798c4.35-10.947%2012.182-19.185%2025.927-25.145l2.22-.922c26.71-10.63%2069.159-36.016%2098.382-60.094l4.047-3.394a265%20265%200%200%200%205.725-5.029l3.58-3.307c27.879-26.315%2037.264-49.055%2020.686-64.735l-1.07-.97C202.918-11.57%20139.28%201.264%2083.127%2038.138m141.409-20.653c13.024%2011.344%205.365%2030.384-19.596%2054.03l-3.51%203.252q-.906.82-1.836%201.647l-3.829%203.335a294%20294%200%200%201-4.038%203.388c-27.593%2022.735-67.408%2046.768-93.487%2057.717l-2.84%201.162c-17.117%206.813-27.11%2016.905-32.467%2030.39l-1.123%202.978l-.62%201.874l-.56%201.94q-.135.503-.268%201.036l-.536%202.286l-.87%204.213l-1.352%207.087l-.59%202.772c-1.978%208.588-4.217%2010.781-10.375%2010.781c-8.238%200-12.31-4.12-17.283-16.49l-5.823-15.384l-1-2.535c-2.804-6.885-5.705-12.805-9.22-18.48a96%2096%200%200%200-3.553-5.336c-6.679-9.333%201.805-30.372%2020.365-53.338l3.097-3.74C47.02%2075.805%2065.655%2058.848%2087.365%2044.593c53.57-35.18%20113.918-47.349%20137.17-27.108%22%2F%3E%3Cpath%20fill%3D%22%23ffe600%22%20d%3D%22M197.475%2020.302c35.865%209.651-2.819%2043.973-33.225%2065.909c-28.816%2020.786-51.007%2032.506-61.176%2037.294c-2.826%201.335-12.485-17.389-12.485-7.722c0%203.22-5.405%2017.28-7.212%2017.96c-10.54%203.953-32.607%209.96-45.054%209.96c-26.955%200-14.848-36.706%2023.272-70.433c6.888-6.092%2011.412-4.98%2017.628-4.98c-4.146-5.969-4.123-7.08%203.112-11.937c32.174-21.628%2072.402-36.067%2089.482-38.769c2.826.108%206.331%202.702%206.331%204.857c3.166-1.081%2016.176-2.996%2019.327-2.147z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M87.539%2079.895c7.605-5.768%2012.694-7.799%2016.207-19.504c4.37.934%206.494-.618%209.96-5.413c2.502%203.598%2012.795%204.695%2018.94%205.413c-5.52%203.482-8.16%206.578-11.21%2016.26c-11.305-4.717-24.454-2.331-33.897%203.244%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%20256%20216%22%3E%3Cpath%20fill%3D%22%23ffdb1e%22%20d%3D%22M240.382%2020.866c37.348%2091.165%200%20140.18-31.596%20167.204c7.722%2027.025-23.055%2032.6-34.745%2019.303c-34.414%2011.868-104.33%2011.482-154.426-38.606c-27.025-27.025-5.946-87.143%2065.63-127.401c61.771-34.746%20123.541-54.05%20155.137-20.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M85.246%2041.366C138.12%206.643%20201.258-7.896%20227.07%2014.573c39.626%2034.514-83.915%20112.592-130.242%20131.03c-50.189%2019.975-23.164%2065.63-50.189%2065.63c-23.164%200-19.303-30.884-40.02-59.84c-12.237-17.102%2018.092-70.278%2078.627-110.027%22%2F%3E%3Cpath%20fill%3D%22%23ffdb1e%22%20d%3D%22M83.127%2038.138a274%20274%200%200%200-28.82%2021.778L49.96%2063.76C12.186%2097.903-8.717%20136.595%203.48%20153.64a89%2089%200%200%201%203.269%204.91c2.72%204.391%205.06%208.973%207.3%2014.148l1.632%203.922l5.787%2015.304c6.325%2016.389%2012.436%2023.17%2025.171%2023.17c11.621%200%2015.662-5.511%2018.525-19.715l1.328-6.948l.816-3.97l.495-2.13l.495-1.863l.527-1.717l.593-1.696l.69-1.798c4.35-10.947%2012.182-19.185%2025.927-25.145l2.22-.922c26.71-10.63%2069.159-36.016%2098.382-60.094l4.047-3.394a265%20265%200%200%200%205.725-5.029l3.58-3.307c27.879-26.315%2037.264-49.055%2020.686-64.735l-1.07-.97C202.918-11.57%20139.28%201.264%2083.127%2038.138m141.409-20.653c13.024%2011.344%205.365%2030.384-19.596%2054.03l-3.51%203.252q-.906.82-1.836%201.647l-3.829%203.335a294%20294%200%200%201-4.038%203.388c-27.593%2022.735-67.408%2046.768-93.487%2057.717l-2.84%201.162c-17.117%206.813-27.11%2016.905-32.467%2030.39l-1.123%202.978l-.62%201.874l-.56%201.94q-.135.503-.268%201.036l-.536%202.286l-.87%204.213l-1.352%207.087l-.59%202.772c-1.978%208.588-4.217%2010.781-10.375%2010.781c-8.238%200-12.31-4.12-17.283-16.49l-5.823-15.384l-1-2.535c-2.804-6.885-5.705-12.805-9.22-18.48a96%2096%200%200%200-3.553-5.336c-6.679-9.333%201.805-30.372%2020.365-53.338l3.097-3.74C47.02%2075.805%2065.655%2058.848%2087.365%2044.593c53.57-35.18%20113.918-47.349%20137.17-27.108%22%2F%3E%3Cpath%20fill%3D%22%23ffe600%22%20d%3D%22M197.475%2020.302c35.865%209.651-2.819%2043.973-33.225%2065.909c-28.816%2020.786-51.007%2032.506-61.176%2037.294c-2.826%201.335-12.485-17.389-12.485-7.722c0%203.22-5.405%2017.28-7.212%2017.96c-10.54%203.953-32.607%209.96-45.054%209.96c-26.955%200-14.848-36.706%2023.272-70.433c6.888-6.092%2011.412-4.98%2017.628-4.98c-4.146-5.969-4.123-7.08%203.112-11.937c32.174-21.628%2072.402-36.067%2089.482-38.769c2.826.108%206.331%202.702%206.331%204.857c3.166-1.081%2016.176-2.996%2019.327-2.147z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M87.539%2079.895c7.605-5.768%2012.694-7.799%2016.207-19.504c4.37.934%206.494-.618%209.96-5.413c2.502%203.598%2012.795%204.695%2018.94%205.413c-5.52%203.482-8.16%206.578-11.21%2016.26c-11.305-4.717-24.454-2.331-33.897%203.244%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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