fresh from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
fresh
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

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 24 24"><path fill="currentColor" d="M18.144 1.913c-.818-.017-1.704.078-2.626.264c-2.46.496-5.215 1.667-7.73 3.319c-2.877 1.89-5.037 4.094-6.346 6.056c-.656.981-1.1 1.9-1.309 2.708s-.192 1.536.187 2.067c.93 1.3 1.312 2.654 1.748 3.747c.218.547.449 1.034.809 1.409s.868.606 1.49.606c.368 0 .685-.08.937-.247s.422-.407.537-.665a3.3 3.3 0 0 0 .178-.544c3.863 1.74 7.955 1.54 10.295.732c1.096 1.247 3.982.724 3.258-1.81c2.963-2.534 6.465-7.13 2.963-15.678a5 5 0 0 0-.88-.74q-.062-.063-.13-.125h-.002c-.674-.587-1.56-.92-2.586-1.044q-.384-.047-.793-.055m-.031.732q.374.01.72.05c.92.112 1.68.398 2.216.863c.404.352.572.715.596 1.136s-.112.916-.407 1.463c-.59 1.091-1.797 2.349-3.265 3.559c-2.937 2.42-6.922 4.68-9.034 5.52c-2.462.98-3.108 2.701-3.389 4.043c-.078.383-.14.73-.204 1.027v.003a5 5 0 0 1-.07.291q-.044.16-.097.282a1 1 0 0 1-.125.215a.7.7 0 0 1-.15.14c-.112.076-.27.128-.537.128q-.173 0-.312-.024a1.04 1.04 0 0 1-.467-.192a1.5 1.5 0 0 1-.189-.167c-.244-.253-.452-.66-.659-1.176c-.105-.268-.213-.566-.33-.881a28 28 0 0 0-.292-.756c-.034-.082-.065-.163-.102-.247A10.4 10.4 0 0 0 .91 15.905a1 1 0 0 1-.07-.12a1 1 0 0 1-.064-.184l-.011-.05a1.5 1.5 0 0 1-.032-.231a2 2 0 0 1 .002-.26l.004-.073a3 3 0 0 1 .044-.311v-.002q.022-.112.053-.232c.18-.695.586-1.556 1.207-2.488C3.287 10.09 5.388 7.94 8.187 6.101c2.443-1.604 5.13-2.743 7.474-3.216a11.2 11.2 0 0 1 2.452-.24m-2.007.923c-1.601.254-5.374 1.608-8.391 3.636c-.679.456-.681.559-.291 1.118c-.583 0-1.008-.102-1.653.469c-3.576 3.162-4.71 6.603-2.183 6.603c1.167 0 3.236-.562 4.224-.932c.17-.064.676-1.383.676-1.685c0-.906.906.85 1.171.725c.954-.45 3.035-1.548 5.737-3.498c2.851-2.057 6.479-5.276 3.115-6.181c-.295-.08-1.516.1-1.813.2c0-.202-.327-.444-.592-.455m-5.45 3.507c.235.337 1.2.44 1.776.507c-.517.327-.764.617-1.05 1.525c-1.06-.442-2.294-.22-3.18.304c.714-.541 1.19-.732 1.521-1.829c.41.087.608-.057.933-.507"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsFresh(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="M18.144 1.913c-.818-.017-1.704.078-2.626.264c-2.46.496-5.215 1.667-7.73 3.319c-2.877 1.89-5.037 4.094-6.346 6.056c-.656.981-1.1 1.9-1.309 2.708s-.192 1.536.187 2.067c.93 1.3 1.312 2.654 1.748 3.747c.218.547.449 1.034.809 1.409s.868.606 1.49.606c.368 0 .685-.08.937-.247s.422-.407.537-.665a3.3 3.3 0 0 0 .178-.544c3.863 1.74 7.955 1.54 10.295.732c1.096 1.247 3.982.724 3.258-1.81c2.963-2.534 6.465-7.13 2.963-15.678a5 5 0 0 0-.88-.74q-.062-.063-.13-.125h-.002c-.674-.587-1.56-.92-2.586-1.044q-.384-.047-.793-.055m-.031.732q.374.01.72.05c.92.112 1.68.398 2.216.863c.404.352.572.715.596 1.136s-.112.916-.407 1.463c-.59 1.091-1.797 2.349-3.265 3.559c-2.937 2.42-6.922 4.68-9.034 5.52c-2.462.98-3.108 2.701-3.389 4.043c-.078.383-.14.73-.204 1.027v.003a5 5 0 0 1-.07.291q-.044.16-.097.282a1 1 0 0 1-.125.215a.7.7 0 0 1-.15.14c-.112.076-.27.128-.537.128q-.173 0-.312-.024a1.04 1.04 0 0 1-.467-.192a1.5 1.5 0 0 1-.189-.167c-.244-.253-.452-.66-.659-1.176c-.105-.268-.213-.566-.33-.881a28 28 0 0 0-.292-.756c-.034-.082-.065-.163-.102-.247A10.4 10.4 0 0 0 .91 15.905a1 1 0 0 1-.07-.12a1 1 0 0 1-.064-.184l-.011-.05a1.5 1.5 0 0 1-.032-.231a2 2 0 0 1 .002-.26l.004-.073a3 3 0 0 1 .044-.311v-.002q.022-.112.053-.232c.18-.695.586-1.556 1.207-2.488C3.287 10.09 5.388 7.94 8.187 6.101c2.443-1.604 5.13-2.743 7.474-3.216a11.2 11.2 0 0 1 2.452-.24m-2.007.923c-1.601.254-5.374 1.608-8.391 3.636c-.679.456-.681.559-.291 1.118c-.583 0-1.008-.102-1.653.469c-3.576 3.162-4.71 6.603-2.183 6.603c1.167 0 3.236-.562 4.224-.932c.17-.064.676-1.383.676-1.685c0-.906.906.85 1.171.725c.954-.45 3.035-1.548 5.737-3.498c2.851-2.057 6.479-5.276 3.115-6.181c-.295-.08-1.516.1-1.813.2c0-.202-.327-.444-.592-.455m-5.45 3.507c.235.337 1.2.44 1.776.507c-.517.327-.764.617-1.05 1.525c-1.06-.442-2.294-.22-3.18.304c.714-.541 1.19-.732 1.521-1.829c.41.087.608-.057.933-.507"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.144 1.913c-.818-.017-1.704.078-2.626.264c-2.46.496-5.215 1.667-7.73 3.319c-2.877 1.89-5.037 4.094-6.346 6.056c-.656.981-1.1 1.9-1.309 2.708s-.192 1.536.187 2.067c.93 1.3 1.312 2.654 1.748 3.747c.218.547.449 1.034.809 1.409s.868.606 1.49.606c.368 0 .685-.08.937-.247s.422-.407.537-.665a3.3 3.3 0 0 0 .178-.544c3.863 1.74 7.955 1.54 10.295.732c1.096 1.247 3.982.724 3.258-1.81c2.963-2.534 6.465-7.13 2.963-15.678a5 5 0 0 0-.88-.74q-.062-.063-.13-.125h-.002c-.674-.587-1.56-.92-2.586-1.044q-.384-.047-.793-.055m-.031.732q.374.01.72.05c.92.112 1.68.398 2.216.863c.404.352.572.715.596 1.136s-.112.916-.407 1.463c-.59 1.091-1.797 2.349-3.265 3.559c-2.937 2.42-6.922 4.68-9.034 5.52c-2.462.98-3.108 2.701-3.389 4.043c-.078.383-.14.73-.204 1.027v.003a5 5 0 0 1-.07.291q-.044.16-.097.282a1 1 0 0 1-.125.215a.7.7 0 0 1-.15.14c-.112.076-.27.128-.537.128q-.173 0-.312-.024a1.04 1.04 0 0 1-.467-.192a1.5 1.5 0 0 1-.189-.167c-.244-.253-.452-.66-.659-1.176c-.105-.268-.213-.566-.33-.881a28 28 0 0 0-.292-.756c-.034-.082-.065-.163-.102-.247A10.4 10.4 0 0 0 .91 15.905a1 1 0 0 1-.07-.12a1 1 0 0 1-.064-.184l-.011-.05a1.5 1.5 0 0 1-.032-.231a2 2 0 0 1 .002-.26l.004-.073a3 3 0 0 1 .044-.311v-.002q.022-.112.053-.232c.18-.695.586-1.556 1.207-2.488C3.287 10.09 5.388 7.94 8.187 6.101c2.443-1.604 5.13-2.743 7.474-3.216a11.2 11.2 0 0 1 2.452-.24m-2.007.923c-1.601.254-5.374 1.608-8.391 3.636c-.679.456-.681.559-.291 1.118c-.583 0-1.008-.102-1.653.469c-3.576 3.162-4.71 6.603-2.183 6.603c1.167 0 3.236-.562 4.224-.932c.17-.064.676-1.383.676-1.685c0-.906.906.85 1.171.725c.954-.45 3.035-1.548 5.737-3.498c2.851-2.057 6.479-5.276 3.115-6.181c-.295-.08-1.516.1-1.813.2c0-.202-.327-.444-.592-.455m-5.45 3.507c.235.337 1.2.44 1.776.507c-.517.327-.764.617-1.05 1.525c-1.06-.442-2.294-.22-3.18.304c.714-.541 1.19-.732 1.521-1.829c.41.087.608-.057.933-.507"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.144%201.913c-.818-.017-1.704.078-2.626.264c-2.46.496-5.215%201.667-7.73%203.319c-2.877%201.89-5.037%204.094-6.346%206.056c-.656.981-1.1%201.9-1.309%202.708s-.192%201.536.187%202.067c.93%201.3%201.312%202.654%201.748%203.747c.218.547.449%201.034.809%201.409s.868.606%201.49.606c.368%200%20.685-.08.937-.247s.422-.407.537-.665a3.3%203.3%200%200%200%20.178-.544c3.863%201.74%207.955%201.54%2010.295.732c1.096%201.247%203.982.724%203.258-1.81c2.963-2.534%206.465-7.13%202.963-15.678a5%205%200%200%200-.88-.74q-.062-.063-.13-.125h-.002c-.674-.587-1.56-.92-2.586-1.044q-.384-.047-.793-.055m-.031.732q.374.01.72.05c.92.112%201.68.398%202.216.863c.404.352.572.715.596%201.136s-.112.916-.407%201.463c-.59%201.091-1.797%202.349-3.265%203.559c-2.937%202.42-6.922%204.68-9.034%205.52c-2.462.98-3.108%202.701-3.389%204.043c-.078.383-.14.73-.204%201.027v.003a5%205%200%200%201-.07.291q-.044.16-.097.282a1%201%200%200%201-.125.215a.7.7%200%200%201-.15.14c-.112.076-.27.128-.537.128q-.173%200-.312-.024a1.04%201.04%200%200%201-.467-.192a1.5%201.5%200%200%201-.189-.167c-.244-.253-.452-.66-.659-1.176c-.105-.268-.213-.566-.33-.881a28%2028%200%200%200-.292-.756c-.034-.082-.065-.163-.102-.247A10.4%2010.4%200%200%200%20.91%2015.905a1%201%200%200%201-.07-.12a1%201%200%200%201-.064-.184l-.011-.05a1.5%201.5%200%200%201-.032-.231a2%202%200%200%201%20.002-.26l.004-.073a3%203%200%200%201%20.044-.311v-.002q.022-.112.053-.232c.18-.695.586-1.556%201.207-2.488C3.287%2010.09%205.388%207.94%208.187%206.101c2.443-1.604%205.13-2.743%207.474-3.216a11.2%2011.2%200%200%201%202.452-.24m-2.007.923c-1.601.254-5.374%201.608-8.391%203.636c-.679.456-.681.559-.291%201.118c-.583%200-1.008-.102-1.653.469c-3.576%203.162-4.71%206.603-2.183%206.603c1.167%200%203.236-.562%204.224-.932c.17-.064.676-1.383.676-1.685c0-.906.906.85%201.171.725c.954-.45%203.035-1.548%205.737-3.498c2.851-2.057%206.479-5.276%203.115-6.181c-.295-.08-1.516.1-1.813.2c0-.202-.327-.444-.592-.455m-5.45%203.507c.235.337%201.2.44%201.776.507c-.517.327-.764.617-1.05%201.525c-1.06-.442-2.294-.22-3.18.304c.714-.541%201.19-.732%201.521-1.829c.41.087.608-.057.933-.507%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%22M18.144%201.913c-.818-.017-1.704.078-2.626.264c-2.46.496-5.215%201.667-7.73%203.319c-2.877%201.89-5.037%204.094-6.346%206.056c-.656.981-1.1%201.9-1.309%202.708s-.192%201.536.187%202.067c.93%201.3%201.312%202.654%201.748%203.747c.218.547.449%201.034.809%201.409s.868.606%201.49.606c.368%200%20.685-.08.937-.247s.422-.407.537-.665a3.3%203.3%200%200%200%20.178-.544c3.863%201.74%207.955%201.54%2010.295.732c1.096%201.247%203.982.724%203.258-1.81c2.963-2.534%206.465-7.13%202.963-15.678a5%205%200%200%200-.88-.74q-.062-.063-.13-.125h-.002c-.674-.587-1.56-.92-2.586-1.044q-.384-.047-.793-.055m-.031.732q.374.01.72.05c.92.112%201.68.398%202.216.863c.404.352.572.715.596%201.136s-.112.916-.407%201.463c-.59%201.091-1.797%202.349-3.265%203.559c-2.937%202.42-6.922%204.68-9.034%205.52c-2.462.98-3.108%202.701-3.389%204.043c-.078.383-.14.73-.204%201.027v.003a5%205%200%200%201-.07.291q-.044.16-.097.282a1%201%200%200%201-.125.215a.7.7%200%200%201-.15.14c-.112.076-.27.128-.537.128q-.173%200-.312-.024a1.04%201.04%200%200%201-.467-.192a1.5%201.5%200%200%201-.189-.167c-.244-.253-.452-.66-.659-1.176c-.105-.268-.213-.566-.33-.881a28%2028%200%200%200-.292-.756c-.034-.082-.065-.163-.102-.247A10.4%2010.4%200%200%200%20.91%2015.905a1%201%200%200%201-.07-.12a1%201%200%200%201-.064-.184l-.011-.05a1.5%201.5%200%200%201-.032-.231a2%202%200%200%201%20.002-.26l.004-.073a3%203%200%200%201%20.044-.311v-.002q.022-.112.053-.232c.18-.695.586-1.556%201.207-2.488C3.287%2010.09%205.388%207.94%208.187%206.101c2.443-1.604%205.13-2.743%207.474-3.216a11.2%2011.2%200%200%201%202.452-.24m-2.007.923c-1.601.254-5.374%201.608-8.391%203.636c-.679.456-.681.559-.291%201.118c-.583%200-1.008-.102-1.653.469c-3.576%203.162-4.71%206.603-2.183%206.603c1.167%200%203.236-.562%204.224-.932c.17-.064.676-1.383.676-1.685c0-.906.906.85%201.171.725c.954-.45%203.035-1.548%205.737-3.498c2.851-2.057%206.479-5.276%203.115-6.181c-.295-.08-1.516.1-1.813.2c0-.202-.327-.444-.592-.455m-5.45%203.507c.235.337%201.2.44%201.776.507c-.517.327-.764.617-1.05%201.525c-1.06-.442-2.294-.22-3.18.304c.714-.541%201.19-.732%201.521-1.829c.41.087.608-.057.933-.507%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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