cruelty-free from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
cruelty-free
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
cruelty-free-outline, cruelty-free-outline-rounded, cruelty-free-outline-sharp, cruelty-free-rounded, cruelty-free-sharp

The same icon in other sets

More social icons from Material Symbols Light

Use the 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="M9.52 21q-1.453 0-2.486-1.005T6 17.577q0-.721.339-1.343q.338-.623 1.084-1.273q.458-.38.788-.802t.708-.832q-1.121-1.72-1.703-3.568q-.582-1.85-.582-3.663q0-1.104.275-1.638q.275-.535.822-.535q.828 0 1.733 1.039Q10.367 6 11 7.38q.417.923.663 1.926q.245 1.003.337 1.995q.092-.992.347-1.995t.659-1.926q.607-1.38 1.521-2.42t1.742-1.038q.547 0 .822.535q.274.534.274 1.638q0 1.814-.581 3.663q-.582 1.849-1.703 3.568q.378.41.708.832t.788.803q.746.65 1.084 1.272T18 17.577q0 1.414-1.034 2.418Q15.933 21 14.481 21q-.933 0-1.707-.308L12 20.385l-.774.307Q10.452 21 9.519 21m.077-1q.517 0 1.092-.147t1.075-.422q-.236-.125-.432-.377q-.197-.252-.197-.438q0-.2.25-.322q.249-.121.616-.121q.348 0 .588.13t.239.313q0 .186-.196.438t-.433.377q.5.275 1.075.422t1.093.147q1.088 0 1.842-.706q.753-.706.753-1.717q0-.527-.278-.971q-.28-.445-.856-.927q-.312-.262-.479-.448q-.167-.187-.417-.504q-.86-1.125-1.392-1.426T11.98 13t-1.56.301q-.537.301-1.39 1.426q-.25.317-.418.504t-.478.448q-.577.483-.856.927T7 17.577q0 1.012.754 1.717T9.596 20m.904-3.25q-.2 0-.35-.225T10 16t.15-.525t.35-.225t.35.225T11 16t-.15.525t-.35.225m3 0q-.2 0-.35-.225T13 16t.15-.525t.35-.225t.35.225T14 16t-.15.525t-.35.225m-3.848-4.148q.314-.238.673-.37t.785-.178q-.05-1.085-.324-2.195q-.274-1.111-.73-2.124q-.494-1.116-1.108-1.851q-.613-.736-1.188-.936q-.05.189-.088.455t-.038.636q0 1.603.528 3.315t1.49 3.248m4.696 0q.961-1.536 1.49-3.248q.527-1.712.527-3.315q0-.37-.037-.636q-.038-.266-.088-.455q-.575.2-1.188.936q-.614.735-1.108 1.85q-.45 1.014-.724 2.125t-.33 2.195q.414.042.773.176t.685.372"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCrueltyFree(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="M9.52 21q-1.453 0-2.486-1.005T6 17.577q0-.721.339-1.343q.338-.623 1.084-1.273q.458-.38.788-.802t.708-.832q-1.121-1.72-1.703-3.568q-.582-1.85-.582-3.663q0-1.104.275-1.638q.275-.535.822-.535q.828 0 1.733 1.039Q10.367 6 11 7.38q.417.923.663 1.926q.245 1.003.337 1.995q.092-.992.347-1.995t.659-1.926q.607-1.38 1.521-2.42t1.742-1.038q.547 0 .822.535q.274.534.274 1.638q0 1.814-.581 3.663q-.582 1.849-1.703 3.568q.378.41.708.832t.788.803q.746.65 1.084 1.272T18 17.577q0 1.414-1.034 2.418Q15.933 21 14.481 21q-.933 0-1.707-.308L12 20.385l-.774.307Q10.452 21 9.519 21m.077-1q.517 0 1.092-.147t1.075-.422q-.236-.125-.432-.377q-.197-.252-.197-.438q0-.2.25-.322q.249-.121.616-.121q.348 0 .588.13t.239.313q0 .186-.196.438t-.433.377q.5.275 1.075.422t1.093.147q1.088 0 1.842-.706q.753-.706.753-1.717q0-.527-.278-.971q-.28-.445-.856-.927q-.312-.262-.479-.448q-.167-.187-.417-.504q-.86-1.125-1.392-1.426T11.98 13t-1.56.301q-.537.301-1.39 1.426q-.25.317-.418.504t-.478.448q-.577.483-.856.927T7 17.577q0 1.012.754 1.717T9.596 20m.904-3.25q-.2 0-.35-.225T10 16t.15-.525t.35-.225t.35.225T11 16t-.15.525t-.35.225m3 0q-.2 0-.35-.225T13 16t.15-.525t.35-.225t.35.225T14 16t-.15.525t-.35.225m-3.848-4.148q.314-.238.673-.37t.785-.178q-.05-1.085-.324-2.195q-.274-1.111-.73-2.124q-.494-1.116-1.108-1.851q-.613-.736-1.188-.936q-.05.189-.088.455t-.038.636q0 1.603.528 3.315t1.49 3.248m4.696 0q.961-1.536 1.49-3.248q.527-1.712.527-3.315q0-.37-.037-.636q-.038-.266-.088-.455q-.575.2-1.188.936q-.614.735-1.108 1.85q-.45 1.014-.724 2.125t-.33 2.195q.414.042.773.176t.685.372"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.52 21q-1.453 0-2.486-1.005T6 17.577q0-.721.339-1.343q.338-.623 1.084-1.273q.458-.38.788-.802t.708-.832q-1.121-1.72-1.703-3.568q-.582-1.85-.582-3.663q0-1.104.275-1.638q.275-.535.822-.535q.828 0 1.733 1.039Q10.367 6 11 7.38q.417.923.663 1.926q.245 1.003.337 1.995q.092-.992.347-1.995t.659-1.926q.607-1.38 1.521-2.42t1.742-1.038q.547 0 .822.535q.274.534.274 1.638q0 1.814-.581 3.663q-.582 1.849-1.703 3.568q.378.41.708.832t.788.803q.746.65 1.084 1.272T18 17.577q0 1.414-1.034 2.418Q15.933 21 14.481 21q-.933 0-1.707-.308L12 20.385l-.774.307Q10.452 21 9.519 21m.077-1q.517 0 1.092-.147t1.075-.422q-.236-.125-.432-.377q-.197-.252-.197-.438q0-.2.25-.322q.249-.121.616-.121q.348 0 .588.13t.239.313q0 .186-.196.438t-.433.377q.5.275 1.075.422t1.093.147q1.088 0 1.842-.706q.753-.706.753-1.717q0-.527-.278-.971q-.28-.445-.856-.927q-.312-.262-.479-.448q-.167-.187-.417-.504q-.86-1.125-1.392-1.426T11.98 13t-1.56.301q-.537.301-1.39 1.426q-.25.317-.418.504t-.478.448q-.577.483-.856.927T7 17.577q0 1.012.754 1.717T9.596 20m.904-3.25q-.2 0-.35-.225T10 16t.15-.525t.35-.225t.35.225T11 16t-.15.525t-.35.225m3 0q-.2 0-.35-.225T13 16t.15-.525t.35-.225t.35.225T14 16t-.15.525t-.35.225m-3.848-4.148q.314-.238.673-.37t.785-.178q-.05-1.085-.324-2.195q-.274-1.111-.73-2.124q-.494-1.116-1.108-1.851q-.613-.736-1.188-.936q-.05.189-.088.455t-.038.636q0 1.603.528 3.315t1.49 3.248m4.696 0q.961-1.536 1.49-3.248q.527-1.712.527-3.315q0-.37-.037-.636q-.038-.266-.088-.455q-.575.2-1.188.936q-.614.735-1.108 1.85q-.45 1.014-.724 2.125t-.33 2.195q.414.042.773.176t.685.372"/></svg>
</template>

CSS

.icon-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%22M9.52%2021q-1.453%200-2.486-1.005T6%2017.577q0-.721.339-1.343q.338-.623%201.084-1.273q.458-.38.788-.802t.708-.832q-1.121-1.72-1.703-3.568q-.582-1.85-.582-3.663q0-1.104.275-1.638q.275-.535.822-.535q.828%200%201.733%201.039Q10.367%206%2011%207.38q.417.923.663%201.926q.245%201.003.337%201.995q.092-.992.347-1.995t.659-1.926q.607-1.38%201.521-2.42t1.742-1.038q.547%200%20.822.535q.274.534.274%201.638q0%201.814-.581%203.663q-.582%201.849-1.703%203.568q.378.41.708.832t.788.803q.746.65%201.084%201.272T18%2017.577q0%201.414-1.034%202.418Q15.933%2021%2014.481%2021q-.933%200-1.707-.308L12%2020.385l-.774.307Q10.452%2021%209.519%2021m.077-1q.517%200%201.092-.147t1.075-.422q-.236-.125-.432-.377q-.197-.252-.197-.438q0-.2.25-.322q.249-.121.616-.121q.348%200%20.588.13t.239.313q0%20.186-.196.438t-.433.377q.5.275%201.075.422t1.093.147q1.088%200%201.842-.706q.753-.706.753-1.717q0-.527-.278-.971q-.28-.445-.856-.927q-.312-.262-.479-.448q-.167-.187-.417-.504q-.86-1.125-1.392-1.426T11.98%2013t-1.56.301q-.537.301-1.39%201.426q-.25.317-.418.504t-.478.448q-.577.483-.856.927T7%2017.577q0%201.012.754%201.717T9.596%2020m.904-3.25q-.2%200-.35-.225T10%2016t.15-.525t.35-.225t.35.225T11%2016t-.15.525t-.35.225m3%200q-.2%200-.35-.225T13%2016t.15-.525t.35-.225t.35.225T14%2016t-.15.525t-.35.225m-3.848-4.148q.314-.238.673-.37t.785-.178q-.05-1.085-.324-2.195q-.274-1.111-.73-2.124q-.494-1.116-1.108-1.851q-.613-.736-1.188-.936q-.05.189-.088.455t-.038.636q0%201.603.528%203.315t1.49%203.248m4.696%200q.961-1.536%201.49-3.248q.527-1.712.527-3.315q0-.37-.037-.636q-.038-.266-.088-.455q-.575.2-1.188.936q-.614.735-1.108%201.85q-.45%201.014-.724%202.125t-.33%202.195q.414.042.773.176t.685.372%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%22M9.52%2021q-1.453%200-2.486-1.005T6%2017.577q0-.721.339-1.343q.338-.623%201.084-1.273q.458-.38.788-.802t.708-.832q-1.121-1.72-1.703-3.568q-.582-1.85-.582-3.663q0-1.104.275-1.638q.275-.535.822-.535q.828%200%201.733%201.039Q10.367%206%2011%207.38q.417.923.663%201.926q.245%201.003.337%201.995q.092-.992.347-1.995t.659-1.926q.607-1.38%201.521-2.42t1.742-1.038q.547%200%20.822.535q.274.534.274%201.638q0%201.814-.581%203.663q-.582%201.849-1.703%203.568q.378.41.708.832t.788.803q.746.65%201.084%201.272T18%2017.577q0%201.414-1.034%202.418Q15.933%2021%2014.481%2021q-.933%200-1.707-.308L12%2020.385l-.774.307Q10.452%2021%209.519%2021m.077-1q.517%200%201.092-.147t1.075-.422q-.236-.125-.432-.377q-.197-.252-.197-.438q0-.2.25-.322q.249-.121.616-.121q.348%200%20.588.13t.239.313q0%20.186-.196.438t-.433.377q.5.275%201.075.422t1.093.147q1.088%200%201.842-.706q.753-.706.753-1.717q0-.527-.278-.971q-.28-.445-.856-.927q-.312-.262-.479-.448q-.167-.187-.417-.504q-.86-1.125-1.392-1.426T11.98%2013t-1.56.301q-.537.301-1.39%201.426q-.25.317-.418.504t-.478.448q-.577.483-.856.927T7%2017.577q0%201.012.754%201.717T9.596%2020m.904-3.25q-.2%200-.35-.225T10%2016t.15-.525t.35-.225t.35.225T11%2016t-.15.525t-.35.225m3%200q-.2%200-.35-.225T13%2016t.15-.525t.35-.225t.35.225T14%2016t-.15.525t-.35.225m-3.848-4.148q.314-.238.673-.37t.785-.178q-.05-1.085-.324-2.195q-.274-1.111-.73-2.124q-.494-1.116-1.108-1.851q-.613-.736-1.188-.936q-.05.189-.088.455t-.038.636q0%201.603.528%203.315t1.49%203.248m4.696%200q.961-1.536%201.49-3.248q.527-1.712.527-3.315q0-.37-.037-.636q-.038-.266-.088-.455q-.575.2-1.188.936q-.614.735-1.108%201.85q-.45%201.014-.724%202.125t-.33%202.195q.414.042.773.176t.685.372%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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