twotone cruelty free icon

twotone-cruelty-free from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
twotone-cruelty-free
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the twotone cruelty free icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.88 4.03c.06.17.12.48.12.97c0 2.84-1.11 5.24-2.07 6.78c-.38-.26-.83-.48-1.4-.62c.24-4.52 2.44-6.83 3.35-7.13M7 5c0-.49.06-.8.12-.97c.91.3 3.11 2.61 3.36 7.13c-.58.14-1.03.35-1.4.62C8.11 10.24 7 7.84 7 5m9 10.77c-.44-.36-.61-.52-1.3-1.37c-.76-.95-1.09-1.4-2.7-1.4s-1.94.45-2.7 1.4c-.69.85-.86 1.01-1.3 1.37c-.57.49-1 1.03-1 1.73A2.5 2.5 0 0 0 9.5 20c1 0 1.8-.33 2.22-.56c-.42-.18-.72-.71-.72-.94c0-.28.45-.5 1-.5s1 .22 1 .5c0 .23-.3.76-.72.94c.42.23 1.22.56 2.22.56a2.5 2.5 0 0 0 2.5-2.5c0-.7-.43-1.24-1-1.73m-5.5.98c-.28 0-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75s-.22.75-.5.75m3 0c-.28 0-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75s-.22.75-.5.75" opacity=".3"/><path fill="currentColor" d="M17 14c-.24-.24-.44-.49-.65-.75C17.51 11.5 19 8.56 19 5c0-1.95-.74-3-2-3c-1.54 0-3.96 2.06-5 5.97C10.96 4.06 8.54 2 7 2C5.74 2 5 3.05 5 5c0 3.56 1.49 6.5 2.65 8.25c-.21.26-.41.51-.65.75c-.25.25-2 1.39-2 3.5C5 19.98 7.02 22 9.5 22c1.5 0 2.5-.5 2.5-.5s1 .5 2.5.5c2.48 0 4.5-2.02 4.5-4.5c0-2.11-1.75-3.25-2-3.5m-.12-9.97c.06.17.12.48.12.97c0 2.84-1.11 5.24-2.07 6.78c-.38-.26-.83-.48-1.4-.62c.24-4.52 2.44-6.83 3.35-7.13M7 5c0-.49.06-.8.12-.97c.91.3 3.11 2.61 3.36 7.13c-.58.14-1.03.35-1.4.62C8.11 10.24 7 7.84 7 5m7.5 15c-1 0-1.8-.33-2.22-.56c.42-.18.72-.71.72-.94c0-.28-.45-.5-1-.5s-1 .22-1 .5c0 .23.3.76.72.94c-.42.23-1.22.56-2.22.56A2.5 2.5 0 0 1 7 17.5c0-.7.43-1.24 1-1.73c.44-.36.61-.52 1.3-1.37c.76-.95 1.09-1.4 2.7-1.4s1.94.45 2.7 1.4c.69.85.86 1.01 1.3 1.37c.57.49 1 1.03 1 1.73a2.5 2.5 0 0 1-2.5 2.5m-.5-4c0 .41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75m-3 0c0 .41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneCrueltyFree(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="M16.88 4.03c.06.17.12.48.12.97c0 2.84-1.11 5.24-2.07 6.78c-.38-.26-.83-.48-1.4-.62c.24-4.52 2.44-6.83 3.35-7.13M7 5c0-.49.06-.8.12-.97c.91.3 3.11 2.61 3.36 7.13c-.58.14-1.03.35-1.4.62C8.11 10.24 7 7.84 7 5m9 10.77c-.44-.36-.61-.52-1.3-1.37c-.76-.95-1.09-1.4-2.7-1.4s-1.94.45-2.7 1.4c-.69.85-.86 1.01-1.3 1.37c-.57.49-1 1.03-1 1.73A2.5 2.5 0 0 0 9.5 20c1 0 1.8-.33 2.22-.56c-.42-.18-.72-.71-.72-.94c0-.28.45-.5 1-.5s1 .22 1 .5c0 .23-.3.76-.72.94c.42.23 1.22.56 2.22.56a2.5 2.5 0 0 0 2.5-2.5c0-.7-.43-1.24-1-1.73m-5.5.98c-.28 0-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75s-.22.75-.5.75m3 0c-.28 0-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75s-.22.75-.5.75" opacity=".3"/><path fill="currentColor" d="M17 14c-.24-.24-.44-.49-.65-.75C17.51 11.5 19 8.56 19 5c0-1.95-.74-3-2-3c-1.54 0-3.96 2.06-5 5.97C10.96 4.06 8.54 2 7 2C5.74 2 5 3.05 5 5c0 3.56 1.49 6.5 2.65 8.25c-.21.26-.41.51-.65.75c-.25.25-2 1.39-2 3.5C5 19.98 7.02 22 9.5 22c1.5 0 2.5-.5 2.5-.5s1 .5 2.5.5c2.48 0 4.5-2.02 4.5-4.5c0-2.11-1.75-3.25-2-3.5m-.12-9.97c.06.17.12.48.12.97c0 2.84-1.11 5.24-2.07 6.78c-.38-.26-.83-.48-1.4-.62c.24-4.52 2.44-6.83 3.35-7.13M7 5c0-.49.06-.8.12-.97c.91.3 3.11 2.61 3.36 7.13c-.58.14-1.03.35-1.4.62C8.11 10.24 7 7.84 7 5m7.5 15c-1 0-1.8-.33-2.22-.56c.42-.18.72-.71.72-.94c0-.28-.45-.5-1-.5s-1 .22-1 .5c0 .23.3.76.72.94c-.42.23-1.22.56-2.22.56A2.5 2.5 0 0 1 7 17.5c0-.7.43-1.24 1-1.73c.44-.36.61-.52 1.3-1.37c.76-.95 1.09-1.4 2.7-1.4s1.94.45 2.7 1.4c.69.85.86 1.01 1.3 1.37c.57.49 1 1.03 1 1.73a2.5 2.5 0 0 1-2.5 2.5m-.5-4c0 .41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75m-3 0c0 .41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.88 4.03c.06.17.12.48.12.97c0 2.84-1.11 5.24-2.07 6.78c-.38-.26-.83-.48-1.4-.62c.24-4.52 2.44-6.83 3.35-7.13M7 5c0-.49.06-.8.12-.97c.91.3 3.11 2.61 3.36 7.13c-.58.14-1.03.35-1.4.62C8.11 10.24 7 7.84 7 5m9 10.77c-.44-.36-.61-.52-1.3-1.37c-.76-.95-1.09-1.4-2.7-1.4s-1.94.45-2.7 1.4c-.69.85-.86 1.01-1.3 1.37c-.57.49-1 1.03-1 1.73A2.5 2.5 0 0 0 9.5 20c1 0 1.8-.33 2.22-.56c-.42-.18-.72-.71-.72-.94c0-.28.45-.5 1-.5s1 .22 1 .5c0 .23-.3.76-.72.94c.42.23 1.22.56 2.22.56a2.5 2.5 0 0 0 2.5-2.5c0-.7-.43-1.24-1-1.73m-5.5.98c-.28 0-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75s-.22.75-.5.75m3 0c-.28 0-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75s-.22.75-.5.75" opacity=".3"/><path fill="currentColor" d="M17 14c-.24-.24-.44-.49-.65-.75C17.51 11.5 19 8.56 19 5c0-1.95-.74-3-2-3c-1.54 0-3.96 2.06-5 5.97C10.96 4.06 8.54 2 7 2C5.74 2 5 3.05 5 5c0 3.56 1.49 6.5 2.65 8.25c-.21.26-.41.51-.65.75c-.25.25-2 1.39-2 3.5C5 19.98 7.02 22 9.5 22c1.5 0 2.5-.5 2.5-.5s1 .5 2.5.5c2.48 0 4.5-2.02 4.5-4.5c0-2.11-1.75-3.25-2-3.5m-.12-9.97c.06.17.12.48.12.97c0 2.84-1.11 5.24-2.07 6.78c-.38-.26-.83-.48-1.4-.62c.24-4.52 2.44-6.83 3.35-7.13M7 5c0-.49.06-.8.12-.97c.91.3 3.11 2.61 3.36 7.13c-.58.14-1.03.35-1.4.62C8.11 10.24 7 7.84 7 5m7.5 15c-1 0-1.8-.33-2.22-.56c.42-.18.72-.71.72-.94c0-.28-.45-.5-1-.5s-1 .22-1 .5c0 .23.3.76.72.94c-.42.23-1.22.56-2.22.56A2.5 2.5 0 0 1 7 17.5c0-.7.43-1.24 1-1.73c.44-.36.61-.52 1.3-1.37c.76-.95 1.09-1.4 2.7-1.4s1.94.45 2.7 1.4c.69.85.86 1.01 1.3 1.37c.57.49 1 1.03 1 1.73a2.5 2.5 0 0 1-2.5 2.5m-.5-4c0 .41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75m-3 0c0 .41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75"/></svg>
</template>

CSS

.icon-twotone-cruelty-free {
  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%22M16.88%204.03c.06.17.12.48.12.97c0%202.84-1.11%205.24-2.07%206.78c-.38-.26-.83-.48-1.4-.62c.24-4.52%202.44-6.83%203.35-7.13M7%205c0-.49.06-.8.12-.97c.91.3%203.11%202.61%203.36%207.13c-.58.14-1.03.35-1.4.62C8.11%2010.24%207%207.84%207%205m9%2010.77c-.44-.36-.61-.52-1.3-1.37c-.76-.95-1.09-1.4-2.7-1.4s-1.94.45-2.7%201.4c-.69.85-.86%201.01-1.3%201.37c-.57.49-1%201.03-1%201.73A2.5%202.5%200%200%200%209.5%2020c1%200%201.8-.33%202.22-.56c-.42-.18-.72-.71-.72-.94c0-.28.45-.5%201-.5s1%20.22%201%20.5c0%20.23-.3.76-.72.94c.42.23%201.22.56%202.22.56a2.5%202.5%200%200%200%202.5-2.5c0-.7-.43-1.24-1-1.73m-5.5.98c-.28%200-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75s-.22.75-.5.75m3%200c-.28%200-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75s-.22.75-.5.75%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2014c-.24-.24-.44-.49-.65-.75C17.51%2011.5%2019%208.56%2019%205c0-1.95-.74-3-2-3c-1.54%200-3.96%202.06-5%205.97C10.96%204.06%208.54%202%207%202C5.74%202%205%203.05%205%205c0%203.56%201.49%206.5%202.65%208.25c-.21.26-.41.51-.65.75c-.25.25-2%201.39-2%203.5C5%2019.98%207.02%2022%209.5%2022c1.5%200%202.5-.5%202.5-.5s1%20.5%202.5.5c2.48%200%204.5-2.02%204.5-4.5c0-2.11-1.75-3.25-2-3.5m-.12-9.97c.06.17.12.48.12.97c0%202.84-1.11%205.24-2.07%206.78c-.38-.26-.83-.48-1.4-.62c.24-4.52%202.44-6.83%203.35-7.13M7%205c0-.49.06-.8.12-.97c.91.3%203.11%202.61%203.36%207.13c-.58.14-1.03.35-1.4.62C8.11%2010.24%207%207.84%207%205m7.5%2015c-1%200-1.8-.33-2.22-.56c.42-.18.72-.71.72-.94c0-.28-.45-.5-1-.5s-1%20.22-1%20.5c0%20.23.3.76.72.94c-.42.23-1.22.56-2.22.56A2.5%202.5%200%200%201%207%2017.5c0-.7.43-1.24%201-1.73c.44-.36.61-.52%201.3-1.37c.76-.95%201.09-1.4%202.7-1.4s1.94.45%202.7%201.4c.69.85.86%201.01%201.3%201.37c.57.49%201%201.03%201%201.73a2.5%202.5%200%200%201-2.5%202.5m-.5-4c0%20.41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75m-3%200c0%20.41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75%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%22M16.88%204.03c.06.17.12.48.12.97c0%202.84-1.11%205.24-2.07%206.78c-.38-.26-.83-.48-1.4-.62c.24-4.52%202.44-6.83%203.35-7.13M7%205c0-.49.06-.8.12-.97c.91.3%203.11%202.61%203.36%207.13c-.58.14-1.03.35-1.4.62C8.11%2010.24%207%207.84%207%205m9%2010.77c-.44-.36-.61-.52-1.3-1.37c-.76-.95-1.09-1.4-2.7-1.4s-1.94.45-2.7%201.4c-.69.85-.86%201.01-1.3%201.37c-.57.49-1%201.03-1%201.73A2.5%202.5%200%200%200%209.5%2020c1%200%201.8-.33%202.22-.56c-.42-.18-.72-.71-.72-.94c0-.28.45-.5%201-.5s1%20.22%201%20.5c0%20.23-.3.76-.72.94c.42.23%201.22.56%202.22.56a2.5%202.5%200%200%200%202.5-2.5c0-.7-.43-1.24-1-1.73m-5.5.98c-.28%200-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75s-.22.75-.5.75m3%200c-.28%200-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75s-.22.75-.5.75%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2014c-.24-.24-.44-.49-.65-.75C17.51%2011.5%2019%208.56%2019%205c0-1.95-.74-3-2-3c-1.54%200-3.96%202.06-5%205.97C10.96%204.06%208.54%202%207%202C5.74%202%205%203.05%205%205c0%203.56%201.49%206.5%202.65%208.25c-.21.26-.41.51-.65.75c-.25.25-2%201.39-2%203.5C5%2019.98%207.02%2022%209.5%2022c1.5%200%202.5-.5%202.5-.5s1%20.5%202.5.5c2.48%200%204.5-2.02%204.5-4.5c0-2.11-1.75-3.25-2-3.5m-.12-9.97c.06.17.12.48.12.97c0%202.84-1.11%205.24-2.07%206.78c-.38-.26-.83-.48-1.4-.62c.24-4.52%202.44-6.83%203.35-7.13M7%205c0-.49.06-.8.12-.97c.91.3%203.11%202.61%203.36%207.13c-.58.14-1.03.35-1.4.62C8.11%2010.24%207%207.84%207%205m7.5%2015c-1%200-1.8-.33-2.22-.56c.42-.18.72-.71.72-.94c0-.28-.45-.5-1-.5s-1%20.22-1%20.5c0%20.23.3.76.72.94c-.42.23-1.22.56-2.22.56A2.5%202.5%200%200%201%207%2017.5c0-.7.43-1.24%201-1.73c.44-.36.61-.52%201.3-1.37c.76-.95%201.09-1.4%202.7-1.4s1.94.45%202.7%201.4c.69.85.86%201.01%201.3%201.37c.57.49%201%201.03%201%201.73a2.5%202.5%200%200%201-2.5%202.5m-.5-4c0%20.41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75m-3%200c0%20.41-.22.75-.5.75s-.5-.34-.5-.75s.22-.75.5-.75s.5.34.5.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-cruelty-free.svg?color=%231a73e8&size=48